Fix bug 4325 "Following redirects when retrieving image"
[claws.git] / src / plugins / libravatar / libravatar_prefs.h
index 791c440e94bdbbb441eaae0c824ce071ad321ece..2e4cb93c3babc0e0d56d48aa197b4a1ab16fb877 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
 /*
  * 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
  *
  * 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,6 +44,13 @@ struct _LibravatarPrefs
        guint           default_mode;
        gchar           *default_mode_url;
        gboolean        allow_redirects;
        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 LibravatarPrefs libravatarprefs;