]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't change the default of nnmail-file-coding-system
authorEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 24 Apr 2019 17:05:23 +0000 (10:05 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 24 Apr 2019 17:05:23 +0000 (10:05 -0700)
* 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

index 958c7c57f9cfe9830e255fa38673ca143f401439..e21db2956498f00582f0fb7a15644714c766edc4 100644 (file)
@@ -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