]> git.eshelyaron.com Git - emacs.git/commitdiff
nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be set on groups...
authorKnut Anders Hatlen <kahatlen@gmail.com>
Sat, 30 Oct 2010 12:54:28 +0000 (12:54 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sat, 30 Oct 2010 12:54:28 +0000 (12:54 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnimap.el

index 00451f7e6bd479c8669d8dce539e2ac160529505..00fcc7f3a50b1b1e5a31700d086eae8b310c1f53 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
+
+       * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
+       set on groups that don't have \* permanentflags.
+
 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * shr.el (shr-tag-span): Drop colorisation of regions since we don't
index 37956058f0e33af94f8d09357c7fb8ccf9df6e13..98839e20708a30f5be1b1f82a6406c632f4c2870 100644 (file)
@@ -1203,7 +1203,8 @@ textual parts.")
              (setq marks (gnus-info-marks info))
              (dolist (type (cdr nnimap-mark-alist))
                (when (or (not (listp permanent-flags))
-                         (memq (assoc (caddr type) flags) permanent-flags)
+                         (memq (car (assoc (caddr type) flags))
+                               permanent-flags)
                          (memq '%* permanent-flags))
                  (let ((old-marks (assoc (car type) marks))
                        (new-marks