Add new styles supported: Robohash and Pagan
[claws.git] / src / plugins / libravatar / libravatar_prefs.h
index 84985ea397db3ee20b61cfb7d4749247c3411bd0..f6445358b3d5de600eef2228b436673d0ae7b1e0 100644 (file)
@@ -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
@@ -35,6 +34,8 @@ enum
        DEF_MODE_MONSTERID      = 13,
        DEF_MODE_WAVATAR        = 14,
        DEF_MODE_RETRO          = 15,
+       DEF_MODE_ROBOHASH       = 16,
+       DEF_MODE_PAGAN          = 17
 };
 
 struct _LibravatarPrefs
@@ -45,9 +46,13 @@ struct _LibravatarPrefs
        guint           default_mode;
        gchar           *default_mode_url;
        gboolean        allow_redirects;
-#if (defined USE_GNUTLS && GLIB_CHECK_VERSION(2,22,0))
+#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;