From ff16f0b193369d3e80bee02cbf7001304b780406 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 18 Sep 2010 18:57:46 +0200 Subject: [PATCH] * nnimap.el (nnimap-update-info): Extend the info so that we can set the marks. --- lisp/ChangeLog | 5 +++++ lisp/nnimap.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9fbb20fb..93b67980e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-09-18 Lars Magne Ingebrigtsen + + * nnimap.el (nnimap-update-info): Extend the info so that we can set + the marks. + 2010-09-18 Julien Danjou * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 4c3eaace1..39db3f9e5 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -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) -- 2.34.1