From: Andreas Schwab Date: Mon, 1 Jul 2019 18:33:57 +0000 (+0200) Subject: Correct customize type for gnus-group-customize X-Git-Tag: emacs-27.0.90~2123 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a7bc33da7bcc8db7d96549ba0f0d500e6c41070;p=emacs.git Correct customize type for gnus-group-customize * lisp/gnus/gnus-cus.el (gnus-extra-group-parameters): Add more group parameters used by nnimap. --- diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el index 0938d6b6ed3..615b2b94101 100644 --- a/lisp/gnus/gnus-cus.el +++ b/lisp/gnus/gnus-cus.el @@ -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