mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
90c5078b1c
patch apply to >1 file is against the Porter's Handbook's guidlines.
12 lines
372 B
C
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 &&
|