Mercurial > emacs
diff lisp/gnus/ChangeLog @ 111721:7bb815042e61
nnml.el, nnfolder.el, nntp.el (*-request-set-mark): Extend syntax with 'set.
nnheader.el, nntp.el, nnfolder.el, nnml.el (*-request-set-mark): Refactor out nnheader-update-marks-actions and use it throughout.
nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of 'add and 'delete to set backend marks.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Fri, 26 Nov 2010 02:11:40 +0000 |
parents | cb1fa19c3f33 |
children | c0bbb7dd9600 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Fri Nov 26 01:27:37 2010 +0000 +++ b/lisp/gnus/ChangeLog Fri Nov 26 02:11:40 2010 +0000 @@ -1,5 +1,18 @@ 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org> + * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of + 'add and 'delete to set backend marks. + + * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set. + + * nnheader.el (nnheader-update-marks-actions): Refactor out. + + * nntp.el (nntp-request-set-mark): Use it. + + * nnfolder.el (nnfolder-request-set-mark): Ditto. + + * nnml.el (nnml-request-set-mark): Ditto. + * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it introduces regressions in article selection. (nnimap-find-uid-response): New function. @@ -7,6 +20,13 @@ (nnimap-request-move-article): Use the UID returned, if any. (nnimap-get-groups): Reimplement to work with folded lines. (nnimap-find-uid-response): The UID is the last element in the list. + (nnimap-request-set-mark): Extend syntax with 'set. + + * nnml.el (nnml-request-set-mark): Ditto. + + * nnfolder.el (nnfolder-request-set-mark): Ditto. + + * nntp.el (nntp-request-set-mark): Ditto. 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>