From 9d7d982ada74e9dbebb9ab8ae96b438f20479b1f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 2 Feb 2012 00:12:38 +0100 Subject: [PATCH] Fix nnmaildir marks handling * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in the "server". --- lisp/ChangeLog | 3 +++ lisp/gnus.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b1bc0993d..d83f4100f 100644 --- a/lisp/ChangeLog +++ b/lisp/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.el b/lisp/gnus.el index 641405e56..de4a5f99a 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1625,7 +1625,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.25.1