diff options
| author | Lars Ingebrigtsen | 2012-02-01 23:22:55 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2012-02-01 23:22:55 +0000 |
| commit | efc708ecadac41bad29d6ed002af7dccaccc5a97 (patch) | |
| tree | 51aad7fb6e946fa302d9a51196306b15bcf29650 | |
| parent | 02e8d7e970f88a06ff303128ea47190c8bfd2fa9 (diff) | |
| download | emacs-efc708ecadac41bad29d6ed002af7dccaccc5a97.tar.gz emacs-efc708ecadac41bad29d6ed002af7dccaccc5a97.zip | |
gnus.el: Fix nnmaildir marks handling
| -rw-r--r-- | lisp/gnus/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/gnus/gnus.el | 2 |
2 files changed, 4 insertions, 1 deletions
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 @@ | |||
| 1 | 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org> | 1 | 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in | ||
| 4 | the "server". | ||
| 5 | |||
| 3 | * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite | 6 | * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite |
| 4 | the real error message with the useless "previously known to be down". | 7 | the real error message with the useless "previously known to be down". |
| 5 | Which isn't even correct. | 8 | 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." | |||
| 1626 | ("nnagent" post-mail) | 1626 | ("nnagent" post-mail) |
| 1627 | ("nnimap" post-mail address prompt-address physical-address respool | 1627 | ("nnimap" post-mail address prompt-address physical-address respool |
| 1628 | server-marks) | 1628 | server-marks) |
| 1629 | ("nnmaildir" mail respool address) | 1629 | ("nnmaildir" mail respool address server-marks) |
| 1630 | ("nnnil" none)) | 1630 | ("nnnil" none)) |
| 1631 | "*An alist of valid select methods. | 1631 | "*An alist of valid select methods. |
| 1632 | The first element of each list lists should be a string with the name | 1632 | The first element of each list lists should be a string with the name |