mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
gnus.el: Fix nnmaildir marks handling
This commit is contained in:
parent
02e8d7e970
commit
efc708ecad
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
|
||||
the "server".
|
||||
|
||||
* gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
|
||||
the real error message with the useless "previously known to be down".
|
||||
Which isn't even correct.
|
||||
|
|
|
|||
|
|
@ -1626,7 +1626,7 @@ slower."
|
|||
("nnagent" post-mail)
|
||||
("nnimap" post-mail address prompt-address physical-address respool
|
||||
server-marks)
|
||||
("nnmaildir" mail respool address)
|
||||
("nnmaildir" mail respool address server-marks)
|
||||
("nnnil" none))
|
||||
"*An alist of valid select methods.
|
||||
The first element of each list lists should be a string with the name
|
||||
|
|
|
|||
Loading…
Reference in a new issue