Add new styles supported: Robohash and Pagan
[claws.git] / src / plugins / libravatar / libravatar.c
index 1ec1bec5be17089228cb62a2e839503a9effab73..75ec065ffe3bf2fb799c4aed54b5a3c265da6427 100644 (file)
@@ -46,7 +46,9 @@ static const char *def_mode[] = {
        "identicon",
        "monsterid",
        "wavatar",
-       "retro"
+       "retro",
+       "robohash",
+       "pagan"
 };
 
 static gulong update_hook_id = HOOK_NONE;