[Commits] [SCM] claws branch, master, updated. 3.17.3-147-g1a25c3d

claws at claws-mail.org claws at claws-mail.org
Sun Apr 21 12:44:08 CEST 2019


The branch, master has been updated
       via  1a25c3d8e2868e34a2c5f63d63958f4030dbb207 (commit)
      from  4e679846fdb066e5d764fdee3bf0ea7c195b2d00 (commit)

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


- Log -----------------------------------------------------------------
commit 1a25c3d8e2868e34a2c5f63d63958f4030dbb207
Author: Paul <paul at claws-mail.org>
Date:   Sun Apr 21 11:44:00 2019 +0100

    fix bug 4167, 'Max line length exceeded when forwarding mail'

diff --git a/src/compose.c b/src/compose.c
index d2ca99c..3657a11 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -1,6 +1,6 @@
 /*
  * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2018 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2019 the Claws Mail team and Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -6469,7 +6469,7 @@ static int compose_add_attachments(Compose *compose, MimeInfo *parent)
 		if (mimepart->type == MIMETYPE_MESSAGE
 		    || mimepart->type == MIMETYPE_MULTIPART)
 			ainfo->encoding = ENC_BINARY;
-		else if (compose->use_signing) {
+		else if (compose->use_signing || compose->fwdinfo != NULL) {
 			if (ainfo->encoding == ENC_7BIT)
 				ainfo->encoding = ENC_QUOTED_PRINTABLE;
 			else if (ainfo->encoding == ENC_8BIT)

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list