From 0a7bc33da7bcc8db7d96549ba0f0d500e6c41070 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 1 Jul 2019 20:33:57 +0200 Subject: [PATCH] Correct customize type for gnus-group-customize * lisp/gnus/gnus-cus.el (gnus-extra-group-parameters): Add more group parameters used by nnimap. --- lisp/gnus/gnus-cus.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2