(pgg-gpg-encrypt-region): Add --textmode to gpg args. From Mark D. Baushke.
[gnus] / lisp / rfc2047.el
index fe0ec46..44c9395 100644 (file)
@@ -806,7 +806,7 @@ If your Emacs implementation can't decode CHARSET, return nil."
     (cond ((eq cs 'ascii)
           (setq cs (or (mm-charset-to-coding-system mail-parse-charset)
                        'raw-text)))
-         ((mm-coding-system-p cs))
+         ((setq cs (mm-coding-system-p cs)))
          ((and charset
                (listp mail-parse-ignored-charsets)
                (memq 'gnus-unknown mail-parse-ignored-charsets))