diff options
| author | Lars Ingebrigtsen | 2017-01-25 19:30:33 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2017-01-25 19:30:33 +0100 |
| commit | ff9ccf6883113ef6d30a352f3ee6dfaa090f0e88 (patch) | |
| tree | e52fb5b1cf066c4929b278beb372a5d672d40314 /etc | |
| parent | 544b996915b9a06050b1a80c690749649dacb9d3 (diff) | |
| download | emacs-ff9ccf6883113ef6d30a352f3ee6dfaa090f0e88.tar.gz emacs-ff9ccf6883113ef6d30a352f3ee6dfaa090f0e88.zip | |
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.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -348,6 +348,12 @@ bound to 'Buffer-menu-unmark-all-buffers'. | |||
| 348 | *** Two new commands 'Buffer-menu-unmark-all', bound to 'U' and | 348 | *** Two new commands 'Buffer-menu-unmark-all', bound to 'U' and |
| 349 | 'Buffer-menu-unmark-all-buffers', bound to 'M-DEL'. | 349 | 'Buffer-menu-unmark-all-buffers', bound to 'M-DEL'. |
| 350 | 350 | ||
| 351 | ** Gnus | ||
| 352 | |||
| 353 | --- | ||
| 354 | *** The .newsrc file will now only be saved if the native select | ||
| 355 | method is an NNTP select method. | ||
| 356 | |||
| 351 | ** Ibuffer | 357 | ** Ibuffer |
| 352 | 358 | ||
| 353 | --- | 359 | --- |