[Commits] [SCM] claws branch, master, updated. 3.16.0-136-g2a197d0

wwp at claws-mail.org wwp at claws-mail.org
Wed Apr 18 18:24:25 CEST 2018


The branch, master has been updated
       via  2a197d0dc60019f54b6431a7cb726a133c0465da (commit)
      from  783d1636feb68e7d1fb3510bc603b7916d2f9aa0 (commit)

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


- Log -----------------------------------------------------------------
commit 2a197d0dc60019f54b6431a7cb726a133c0465da
Author: wwp <wwp at free.fr>
Date:   Wed Apr 18 18:24:06 2018 +0200

    Clean-up in comments (The Commit Of The Year).

diff --git a/src/compose.c b/src/compose.c
index 8fb4891..a49d6ad 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -6141,7 +6141,7 @@ static ComposeQueueResult compose_queue_sub(Compose *compose, gint *msgnum, Fold
 	else
 		err |= (fprintf(fp, "NSV:\n") < 0);
 	err |= (fprintf(fp, "SSH:\n") < 0);
-	/* write recepient list */
+	/* write recipient list */
 	if (compose->to_list) {
 		err |= (fprintf(fp, "R:<%s>", (gchar *)compose->to_list->data) < 0);
 		for (cur = compose->to_list->next; cur != NULL;
@@ -6157,7 +6157,7 @@ static ComposeQueueResult compose_queue_sub(Compose *compose, gint *msgnum, Fold
 			err |= (fprintf(fp, ",%s", (gchar *)cur->data) < 0);
 		err |= (fprintf(fp, "\n") < 0);
 	}
-	/* Sylpheed account IDs */
+	/* account IDs */
 	if (mailac)
 		err |= (fprintf(fp, "MAID:%d\n", mailac->account_id) < 0);
 	if (newsac)

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list