Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2005 09:51:38 +0100 (CET)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/76130: maintainer-update of mail/mutt
Message-ID:  <200501120851.j0C8pcRF043968@alaska.cert.siemens.com>
Resent-Message-ID: <200501120900.j0C90lns008919@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         76130
>Category:       ports
>Synopsis:       maintainer-update of mail/mutt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 12 09:00:47 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
>Environment:

>Description:

Maintainer update of mail/mutt:

	- Fix the charset of 7bit messsages when doing gpg encryption. This
	  makes gpg-signed messages more readable to GNATS.

Committer: cvs add files/patch-pgp.c

>How-To-Repeat:
>Fix:

diff -ru  /usr/ports/mail/mutt/files/patch-pgp.c ./files/patch-pgp.c
--- /usr/ports/mail/mutt/files/patch-pgp.c	Thu Jan  1 01:00:00 1970
+++ ./files/patch-pgp.c	Wed Jan 12 09:46:55 2005
@@ -0,0 +1,11 @@
+--- pgp.c.orig	Wed Jan  9 16:39:28 2002
++++ pgp.c	Wed Jan 12 09:46:08 2005
+@@ -1193,6 +1193,8 @@
+     }
+     else if (a->encoding == ENC8BIT)
+       a->encoding = ENCQUOTEDPRINTABLE;
++    else if (a->encoding == ENC7BIT)
++      /* empty */ ;
+     else if (a->encoding == ENCBINARY)
+       a->encoding = ENCBASE64;
+     else if (a->content && a->encoding != ENCBASE64 &&
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501120851.j0C8pcRF043968>