diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2017-02-13 07:17:41 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2017-02-13 07:17:41 +0000 |
| commit | 248d6fd258c09d5ef4e56ea4a5e46747df87d087 (patch) | |
| tree | a998040edc4b679acbab3f241efa8472a68e2835 /chinese/mutt/files/patch-pgp.c | |
| parent | Update to 1.5.8. (diff) | |
Remove the chinese specific version of mutt's email client.
The regular mail/mutt can handle Chinese locales.
Notes
Notes:
svn path=/head/; revision=433978
Diffstat (limited to 'chinese/mutt/files/patch-pgp.c')
| -rw-r--r-- | chinese/mutt/files/patch-pgp.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/mutt/files/patch-pgp.c b/chinese/mutt/files/patch-pgp.c deleted file mode 100644 index bb508a8d26f2..000000000000 --- a/chinese/mutt/files/patch-pgp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |
