[Commits] [SCM] claws branch, master, updated. 3.14.1-210-gb83aa87
claws at claws-mail.org
claws at claws-mail.org
Wed Mar 1 14:13:29 CET 2017
The branch, master has been updated
via b83aa876889f18f75e82752655f97d46ad04126b (commit)
from affc68a9b8821e982cc1a89d7cb549570619b066 (commit)
Summary of changes:
src/compose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit b83aa876889f18f75e82752655f97d46ad04126b
Author: Paul <paul at claws-mail.org>
Date: Wed Mar 1 13:13:24 2017 +0000
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 77d9f05..524e853 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;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list