[Commits] [SCM] claws branch, master, updated. 3.14.0-109-g73ba30d
mones at claws-mail.org
mones at claws-mail.org
Wed Oct 5 09:52:07 CEST 2016
The branch, master has been updated
via 73ba30d10ad422feef0a8c3de5b178349ccb39f3 (commit)
from 12ab4c172e64355532f47b1a713d7ee86b4ad9fd (commit)
Summary of changes:
src/prefs_account.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 73ba30d10ad422feef0a8c3de5b178349ccb39f3
Author: Ricardo Mones <ricardo at mones.org>
Date: Wed Oct 5 09:51:31 2016 +0200
Fix bug #3705: active account Mail Address corrupted…
…when address in Message-ID is used
diff --git a/src/prefs_account.c b/src/prefs_account.c
index 5bd2afd..1b8c7d2 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -4911,7 +4911,7 @@ gchar *prefs_account_generate_msgid(PrefsAccount *account)
{
gchar *addr, *tmbuf, *buf = NULL;
GDateTime *now;
- gchar *user_addr = account->msgid_with_addr ? account->address : NULL;
+ gchar *user_addr = account->msgid_with_addr ? g_strdup(account->address) : NULL;
if (account->set_domain && account->domain) {
buf = g_strdup(account->domain);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list