]> git.eshelyaron.com Git - emacs.git/commitdiff
Only save .newsrc file if the native method is NNTP
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2017 18:30:33 +0000 (19:30 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2017 18:30:33 +0000 (19:30 +0100)
* lisp/gnus/gnus-start.el (gnus-save-newsrc-file): Only save
the .newsrc file if the native select method is NNTP
(bug#18198).  This avoids problems with invalid IMAP group
names and the like in the .newsrc file.

etc/NEWS

index ca66df62610d9e0e15bf8f9d06fa689a219e1705..69b247f6f3f03d7eeabbf5f328e3d34d2169c09f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -348,6 +348,12 @@ bound to 'Buffer-menu-unmark-all-buffers'.
 *** Two new commands 'Buffer-menu-unmark-all', bound to 'U' and
 'Buffer-menu-unmark-all-buffers', bound to 'M-DEL'.
 
+** Gnus
+
+---
+*** The .newsrc file will now only be saved if the native select
+method is an NNTP select method.
+
 ** Ibuffer
 
 ---