summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Abrahamsen <eric@ericabrahamsen.net>2019-04-24 10:05:23 -0700
committerEric Abrahamsen <eric@ericabrahamsen.net>2019-04-24 10:05:23 -0700
commit9174193ef0ab71eb5e164cdba7a002067303d75f (patch)
treed7b562e687728918e79390ecf84d364b064c9517
parent3460502128ab6ac4b68d9b5dce5d1602547e7d67 (diff)
downloademacs-9174193ef0ab71eb5e164cdba7a002067303d75f.tar.gz
Don't change the default of nnmail-file-coding-system
* lisp/gnus/nnmail.el (nnmail-file-coding-system): This governs how articles are decoded and saved, nothing to do with group names, shouldn't have touched this.
-rw-r--r--lisp/gnus/nnmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
index 958c7c57f9c..e21db295649 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -595,7 +595,7 @@ using different case (i.e. mailing-list@domain vs Mailing-List@Domain)."
(defun nnmail-request-post (&optional server)
(mail-send-and-exit nil))
-(defvar nnmail-file-coding-system 'undecided
+(defvar nnmail-file-coding-system 'raw-text
"Coding system used in nnmail.")
(defvar nnmail-incoming-coding-system