[Commits] [SCM] claws branch, master, updated. 3.15.0-74-g55f99cd
ticho at claws-mail.org
ticho at claws-mail.org
Mon Jul 3 15:51:49 CEST 2017
The branch, master has been updated
via 55f99cdfab3fa5a3249c7c20de0a17adde6318d8 (commit)
from dc5de8ca50faf4f9f4c456e3e6ba5887db05ccbc (commit)
Summary of changes:
src/plugins/pgpmime/pgpmime.c | 4 ----
1 file changed, 4 deletions(-)
- Log -----------------------------------------------------------------
commit 55f99cdfab3fa5a3249c7c20de0a17adde6318d8
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Mon Jul 3 15:50:47 2017 +0200
Revert "Add a 'signature.asc' filename for PGP MIME signatures."
This reverts commit bd6cfc227c3386329ce7baef2aac10788e47c445.
The change causes more problems than it solves, seeing as
it triggers alarms for a lot of antivirus/antispam software.
diff --git a/src/plugins/pgpmime/pgpmime.c b/src/plugins/pgpmime/pgpmime.c
index f9b459d..e14ebe0 100644
--- a/src/plugins/pgpmime/pgpmime.c
+++ b/src/plugins/pgpmime/pgpmime.c
@@ -599,10 +599,6 @@ gboolean pgpmime_sign(MimeInfo *mimeinfo, PrefsAccount *account, const gchar *fr
newinfo->data.mem = g_malloc(len + 1);
g_memmove(newinfo->data.mem, sigcontent, len);
newinfo->data.mem[len] = '\0';
- newinfo->disposition = DISPOSITIONTYPE_INLINE;
- g_hash_table_insert(newinfo->dispositionparameters,
- g_strdup("filename"), g_strdup("signature.asc"));
-
g_node_append(sigmultipart->node, newinfo->node);
g_free(sigcontent);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list