talons

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

commit 2a197d0dc60019f54b6431a7cb726a133c0465da
parent 783d1636feb68e7d1fb3510bc603b7916d2f9aa0
Author: wwp <wwp@free.fr>
Date:   Wed, 18 Apr 2018 18:24:06 +0200

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

Diffstat:
Msrc/compose.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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