From efc708ecadac41bad29d6ed002af7dccaccc5a97 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 1 Feb 2012 23:22:55 +0000 Subject: [PATCH] gnus.el: Fix nnmaildir marks handling --- lisp/gnus/ChangeLog | 3 +++ lisp/gnus/gnus.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 765ba923a51..f8b060f574b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,5 +1,8 @@ 2012-02-01 Lars Ingebrigtsen + * 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. diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index f90d5433efe..f3826e9f501 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -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 -- 2.39.2