From: Lars Magne Ingebrigtsen Date: Fri, 26 Nov 2010 02:11:27 +0000 (+0100) Subject: * nnimap.el (nnimap-request-set-mark): Add is "+", not "-". X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=a11492048b3637b800681077bacf3913e4c64cad;p=gnus * nnimap.el (nnimap-request-set-mark): Add is "+", not "-". --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3af26f2aa..4c99f20fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-11-26 Lars Magne Ingebrigtsen + * nnimap.el (nnimap-request-set-mark): Add is "+", not "-". + * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of 'add and 'delete to set backend marks. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 0a0b413d3..307deba8a 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -928,6 +928,7 @@ textual parts.") flags)) (deffoo nnimap-request-set-mark (group actions &optional server) + (debug) (when (nnimap-possibly-change-group group server) (let (sequence) (with-current-buffer (nnimap-buffer) @@ -943,7 +944,7 @@ textual parts.") (nnimap-article-ranges range) (cond ((eq action 'del) "-") - ((eq action 'add) "-") + ((eq action 'add) "+") ((eq action 'set) "")) (mapconcat #'identity flags " "))))))) ;; Wait for the last command to complete to avoid later