diff options
| -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 |