X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Fpgpcore%2Fprefs_gpg.c;h=acdd714d1d9e3e32511e824033426c2d98a4b7af;hp=5a957994335ec129c6473235d7b9e2788ef6c3db;hb=e84ba2db17ea9afcb3b14e5a3d5a350e63b5cf2f;hpb=7aa5fcbf3d01efdc5fb9afe795b295d138f84f5c diff --git a/src/plugins/pgpcore/prefs_gpg.c b/src/plugins/pgpcore/prefs_gpg.c index 5a9579943..acdd714d1 100644 --- a/src/plugins/pgpcore/prefs_gpg.c +++ b/src/plugins/pgpcore/prefs_gpg.c @@ -650,3 +650,8 @@ void prefs_gpg_remove_skip_encryption_warning(const gchar *systemid) } prefs_gpg_save_config(); } + +gboolean prefs_gpg_auto_check_signatures(void) +{ + return prefs_gpg_get_config()->auto_check_signatures; +}