talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit b83aa876889f18f75e82752655f97d46ad04126b
parent affc68a9b8821e982cc1a89d7cb549570619b066
Author: Paul <paul@claws-mail.org>
Date:   Wed,  1 Mar 2017 13:13:24 +0000

fix disabling prefs_common.warn_sending_many_recipients_num by unchecking the 'show this msg again' checkbox in the dialogue

Diffstat:
Msrc/compose.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;