1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/chinese/mutt/files/patch-pgp.c
David E. O'Brien 90c5078b1c Break patch-0b into the one file for each source file patched. Having a
patch apply to >1 file is against the Porter's Handbook's guidlines.
2000-08-26 09:43:51 +00:00

12 lines
372 B
C

--- pgp.c.orig Sat Aug 12 11:03:44 2000
+++ pgp.c Sat Aug 12 11:05:23 2000
@@ -1019,7 +1019,7 @@
mutt_message_to_7bit(a, NULL);
}
else if (a->encoding == ENC8BIT)
- a->encoding = ENCQUOTEDPRINTABLE;
+ { /* Do nothing */ }
else if (a->encoding == ENCBINARY)
a->encoding = ENCBASE64;
else if (a->content && a->encoding != ENCBASE64 &&