[git] GpgOL - branch, master, updated. gpgol-1.2.0-117-g25fc98f

by Andre Heinecke cvs at cvs.gnupg.org
Mon Nov 23 16:28:35 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".

The branch, master has been updated
       via  25fc98f914e0935f06924918c03420c98d98cf37 (commit)
      from  a1a88e9d68d8e298c07a3c20835c5017927640e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 25fc98f914e0935f06924918c03420c98d98cf37
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Nov 23 16:25:34 2015 +0100

    Be more tolerant when parsing RFC2047
    
    * src/rfc2047parse.c (G_MIME_RFC2047_WORKAROUNDS): Enable.
    
    --
    With enabling the workarounds we try to treat everything between
    the =? ?= markers of a word as an encoded word and don't bail
    if there are not correctly encoded chaacters in there.
    Enigmail does not encode dots in filenames. GMimes understanding
    of the RFC differes about that point.

diff --git a/src/rfc2047parse.c b/src/rfc2047parse.c
index d60fc35..8ba9085 100644
--- a/src/rfc2047parse.c
+++ b/src/rfc2047parse.c
@@ -38,7 +38,7 @@
 #include "gmime-table-private.h"
 
 /* mabye we need this at some point later? */
-#define G_MIME_RFC2047_WORKAROUNDS false;
+#define G_MIME_RFC2047_WORKAROUNDS 1
 
 
 static unsigned char gmime_base64_rank[256] = {

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

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


hooks/post-receive
-- 
GnuPG extension for MS Outlook
http://git.gnupg.org




More information about the Gnupg-commits mailing list