X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Flibravatar%2Flibravatar_prefs.h;h=2e4cb93c3babc0e0d56d48aa197b4a1ab16fb877;hp=fe8ed6a7f118133c71ce5674206fb0ea3ebf780e;hb=3fdfe990c6976d2e5b41b27655dc3c4da5bccb94;hpb=7593136257a76ae5618fdcaeacd435475deee5e8 diff --git a/src/plugins/libravatar/libravatar_prefs.h b/src/plugins/libravatar/libravatar_prefs.h index fe8ed6a7f..2e4cb93c3 100644 --- a/src/plugins/libravatar/libravatar_prefs.h +++ b/src/plugins/libravatar/libravatar_prefs.h @@ -1,7 +1,6 @@ /* * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2014 Hiroyuki Yamamoto and the Claws Mail Team - * Copyright (C) 2014 Ricardo Mones + * Copyright (C) 2014-2015 Ricardo Mones and the Claws Mail Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -45,9 +44,17 @@ struct _LibravatarPrefs guint default_mode; gchar *default_mode_url; gboolean allow_redirects; +#if defined USE_GNUTLS + gboolean allow_federated; +#endif + guint timeout; + guint max_redirects_url; /* hidden pref */ + guint max_redirects_mm; /* hidden pref */ + guint max_redirects; /* hidden pref */ }; extern LibravatarPrefs libravatarprefs; +extern GHashTable *libravatarmisses; void libravatar_prefs_init(void); void libravatar_prefs_done(void);