emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/gnus-decoded 9174193: Don't change the default of


From: Eric Abrahamsen
Subject: [Emacs-diffs] scratch/gnus-decoded 9174193: Don't change the default of nnmail-file-coding-system
Date: Wed, 24 Apr 2019 13:06:29 -0400 (EDT)

branch: scratch/gnus-decoded
commit 9174193ef0ab71eb5e164cdba7a002067303d75f
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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 958c7c5..e21db29 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -595,7 +595,7 @@ using different case (i.e. address@hidden vs 
address@hidden)."
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]