summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2017-01-25 19:30:33 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2017-01-25 19:30:33 +0100
commitff9ccf6883113ef6d30a352f3ee6dfaa090f0e88 (patch)
treee52fb5b1cf066c4929b278beb372a5d672d40314
parent544b996915b9a06050b1a80c690749649dacb9d3 (diff)
downloademacs-ff9ccf6883113ef6d30a352f3ee6dfaa090f0e88.tar.gz
Only save .newsrc file if the native method is NNTP
* 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.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ca66df62610..69b247f6f3f 100644
--- 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
---