From 9174193ef0ab71eb5e164cdba7a002067303d75f Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Wed, 24 Apr 2019 10:05:23 -0700 Subject: [PATCH] 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. --- lisp/gnus/nnmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5