[Commits] [SCM] claws branch, master, updated. 3.14.1-237-g3595d6c

wwp at claws-mail.org wwp at claws-mail.org
Sun Mar 19 12:14:58 CET 2017


The branch, master has been updated
       via  3595d6c6256678ffcada8eb3cc570c5d70d770c3 (commit)
      from  b99f30096dc74e409edfb1fe8495ba0ec930e98d (commit)

Summary of changes:
 src/compose.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 3595d6c6256678ffcada8eb3cc570c5d70d770c3
Author: wwp <wwp at free.fr>
Date:   Sun Mar 19 12:13:28 2017 +0100

    Fix bug 3785: custom headers not stored in queued messages (and thus,
    not sent).

diff --git a/src/compose.c b/src/compose.c
index 7cd0729..a5873aa 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -6451,7 +6451,7 @@ static const gchar *compose_untranslated_header_name(gchar *header_name)
 		}
 	}
 	debug_print("compose_untranslated_header_name: unknown header '%s'\n", header_name);
-	return NULL;
+	return header_name;
 }
 
 static void compose_add_headerfield_from_headerlist(Compose *compose, 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list