From: Christian Weiske Date: Mon, 22 Apr 2024 15:28:48 +0000 (+0200) Subject: Mark plugin as GTK3 type X-Git-Url: https://git.cweiske.de/claws-mail-maildir-plugin.git/commitdiff_plain Mark plugin as GTK3 type When using GTK2 as plugin type, Claws 4 does not automatically load the plugin upon start. With GTK3 this is fixed, and maildir is loaded automatically. --- diff --git a/src/plugin.c b/src/plugin.c index 510395f..815183f 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -70,7 +70,7 @@ const gchar *plugin_desc(void) const gchar *plugin_type(void) { - return "GTK2"; + return "GTK3"; } const gchar *plugin_licence(void)