talons

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

commit 3595d6c6256678ffcada8eb3cc570c5d70d770c3
parent b99f30096dc74e409edfb1fe8495ba0ec930e98d
Author: wwp <wwp@free.fr>
Date:   Sun, 19 Mar 2017 12:13:28 +0100

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

Diffstat:
Msrc/compose.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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