diff options
Diffstat (limited to 'chinese/mutt/files/patch-pgp.c')
| -rw-r--r-- | chinese/mutt/files/patch-pgp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/mutt/files/patch-pgp.c b/chinese/mutt/files/patch-pgp.c new file mode 100644 index 000000000000..bb508a8d26f2 --- /dev/null +++ b/chinese/mutt/files/patch-pgp.c @@ -0,0 +1,11 @@ +--- pgp.c.orig 2016-10-09 03:30:21.000000000 +0800 ++++ pgp.c 2016-12-02 11:18:42.603476000 +0800 +@@ -1154,7 +1154,7 @@ BODY *pgp_sign_message (BODY *a) + int empty = 1; + pid_t thepid; + +- convert_to_7bit (a); /* Signed data _must_ be in 7-bit format. */ ++ if (!option(OPTBBSISLAME)) convert_to_7bit (a); /* Signed data _must_ be in 7-bit format. */ + + mutt_mktemp (sigfile, sizeof (sigfile)); + if ((fp = safe_fopen (sigfile, "w")) == NULL) |
