From 248d6fd258c09d5ef4e56ea4a5e46747df87d087 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Mon, 13 Feb 2017 07:17:41 +0000 Subject: Remove the chinese specific version of mutt's email client. The regular mail/mutt can handle Chinese locales. --- chinese/mutt/files/patch-pgp.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 chinese/mutt/files/patch-pgp.c (limited to 'chinese/mutt/files/patch-pgp.c') 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) -- cgit v1.2.3