fix disabling prefs_common.warn_sending_many_recipients_num by unchecking the 'show...
authorPaul <paul@claws-mail.org>
Wed, 1 Mar 2017 13:13:24 +0000 (13:13 +0000)
committerPaul <paul@claws-mail.org>
Wed, 1 Mar 2017 13:13:24 +0000 (13:13 +0000)
src/compose.c

index 77d9f0561835ab24f98b29f1f81f116ea20a3af1..524e853abf522c5744e5a31665ae6d355fcab988 100644 (file)
@@ -5193,7 +5193,7 @@ static gboolean compose_check_entries(Compose *compose, gboolean check_everythin
                        g_free(message);
                        if (aval & G_ALERTDISABLE) {
                                aval &= ~G_ALERTDISABLE;
-                               prefs_common.warn_empty_subj = FALSE;
+                               prefs_common.warn_sending_many_recipients_num = 0;
                        }
                        if (aval != G_ALERTALTERNATE)
                                return FALSE;