2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
+ * 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.
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)
(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