[Commits] [SCM] claws branch, master, updated. 3.16.0-175-g1011361

claws at claws-mail.org claws at claws-mail.org
Wed May 23 19:10:51 CEST 2018


The branch, master has been updated
       via  1011361620e85c34d5aaf52098f2b09d077b0df4 (commit)
      from  8ca026606fe6b187f49ed9f9e9b0e8514a47ef8e (commit)

Summary of changes:
 src/procmime.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 1011361620e85c34d5aaf52098f2b09d077b0df4
Author: Paul <paul at claws-mail.org>
Date:   Wed May 23 18:10:46 2018 +0100

    fix quoting in reply to format=flowed message

diff --git a/src/procmime.c b/src/procmime.c
index 2be4b12..76ee317 100644
--- a/src/procmime.c
+++ b/src/procmime.c
@@ -293,7 +293,8 @@ static int procmime_fclose(FILE *fp)
 		gint llen = 0;							\
 		strretchomp(lastline);						\
 		llen = strlen(lastline);					\
-		if (lastline[llen-1] == ' ' && strcmp(lastline,"-- ")) {	\
+		if (lastline[llen-1] == ' ' && strcmp(lastline,"-- ") &&	\
+		    strcmp(lastline,"> ")) {					\
 			/* this is flowed */					\
 			if (delsp)						\
 				lastline[llen-1] = '\0';			\

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list