* nnimap.el (nnimap-update-info): Extend the info so that we can set the marks.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 18 Sep 2010 16:57:46 +0000 (18:57 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 18 Sep 2010 16:57:46 +0000 (18:57 +0200)
lisp/ChangeLog
lisp/nnimap.el

index b9fbb20..93b6798 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnimap-update-info): Extend the info so that we can set
+       the marks.
+
 2010-09-18  Julien Danjou  <julien@danjou.info>
 
        * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
index 4c3eaac..39db3f9 100644 (file)
@@ -650,7 +650,7 @@ not done by default on servers that doesn't support that command.")
                (setq new-marks (gnus-range-nconcat old-marks new-marks)))
              (when new-marks
                (push (cons (car type) new-marks) marks)))
-           (gnus-info-set-marks info marks)
+           (gnus-info-set-marks info marks t)
            (nnimap-store-info info (gnus-active group))))))))
 
 (defun nnimap-store-info (info active)