[Commits] [SCM] claws branch, master, updated. 3.16.0-225-gb7f8522

claws at claws-mail.org claws at claws-mail.org
Fri Jun 29 16:38:37 CEST 2018


The branch, master has been updated
       via  b7f852218b4032e66e77cc63424e0a3e51ae066d (commit)
      from  c927230cdcc4fbff1c75d148028a1949f43a4722 (commit)

Summary of changes:
 src/messageview.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit b7f852218b4032e66e77cc63424e0a3e51ae066d
Author: Paul <paul at claws-mail.org>
Date:   Fri Jun 29 15:38:33 2018 +0100

    use TRUE/FALSE instead of 1/0

diff --git a/src/messageview.c b/src/messageview.c
index 38a08eb..62b4480 100644
--- a/src/messageview.c
+++ b/src/messageview.c
@@ -870,10 +870,10 @@ static gint disposition_notification_send(MsgInfo *msginfo)
 
 	if (ac_list == NULL) {
 		ac_list = account_find_all();
-		if ((account = select_account_from_list(ac_list,0)) == NULL)
+		if ((account = select_account_from_list(ac_list,FALSE)) == NULL)
 			return -1;
 	} else if (g_list_length(ac_list) > 1) {
-		if ((account = select_account_from_list(ac_list,1)) == NULL)
+		if ((account = select_account_from_list(ac_list,TRUE)) == NULL)
 			return -1;
 	} else if (ac_list != NULL)
 		account = (PrefsAccount *) ac_list->data;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list