1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 02:10:52 -08:00

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.
This commit is contained in:
Lars Ingebrigtsen 2017-01-25 19:30:33 +01:00
parent 544b996915
commit ff9ccf6883

View file

@ -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
---