From: Paul Date: Wed, 1 Mar 2017 13:13:24 +0000 (+0000) Subject: fix disabling prefs_common.warn_sending_many_recipients_num by unchecking the 'show... X-Git-Tag: 3.15.0~41 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=b83aa876889f18f75e82752655f97d46ad04126b fix disabling prefs_common.warn_sending_many_recipients_num by unchecking the 'show this msg again' checkbox in the dialogue --- diff --git a/src/compose.c b/src/compose.c index 77d9f0561..524e853ab 100644 --- a/src/compose.c +++ b/src/compose.c @@ -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;