emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107050: gnus.el: Fix nnmaildir marks


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107050: gnus.el: Fix nnmaildir marks handling
Date: Wed, 01 Feb 2012 23:22:55 +0000
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107050
author: Lars Ingebrigtsen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Wed 2012-02-01 23:22:55 +0000
message:
  gnus.el: Fix nnmaildir marks handling
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2012-02-01 23:16:56 +0000
+++ b/lisp/gnus/ChangeLog       2012-02-01 23:22:55 +0000
@@ -1,5 +1,8 @@
 2012-02-01  Lars Ingebrigtsen  <address@hidden>
 
+       * 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.

=== modified file 'lisp/gnus/gnus.el'
--- a/lisp/gnus/gnus.el 2012-01-26 23:03:28 +0000
+++ b/lisp/gnus/gnus.el 2012-02-01 23:22:55 +0000
@@ -1626,7 +1626,7 @@
     ("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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]