]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct customize type for gnus-group-customize
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 1 Jul 2019 18:33:57 +0000 (20:33 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 2 Jul 2019 17:59:10 +0000 (19:59 +0200)
* lisp/gnus/gnus-cus.el (gnus-extra-group-parameters): Add more
group parameters used by nnimap.

lisp/gnus/gnus-cus.el

index 0938d6b6ed3f4fd58c84afa393cd08d5ae8ca33c..615b2b94101cebe41b14e8a4b1cfa3ea33df55b8 100644 (file)
@@ -253,7 +253,12 @@ DOC is a documentation string for the parameter.")
 
 (defconst gnus-extra-group-parameters
   '((uidvalidity (string :tag "IMAP uidvalidity") "\
-Server-assigned value attached to IMAP groups, used to maintain consistency."))
+Server-assigned value attached to IMAP groups, used to maintain consistency.")
+    (modseq (string :tag "modseq") "modseq")
+    (active (cons :tag "active" (integer :tag "min") (integer :tag "max"))
+           "active")
+    (permanent-flags (repeat :tag "Permanent Flags" (symbol :tag "Flag"))
+                    "Permanent Flags"))
   "Alist of group parameters that are not also topic parameters.
 
 Each entry has the form (NAME TYPE DOC), where NAME is the parameter