ports/76130: maintainer-update of mail/mutt

Udo Schweigert udo.schweigert at siemens.com
Wed Jan 12 09:00:48 UTC 2005


>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:



More information about the freebsd-ports-bugs mailing list