emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0a7bc33: Correct customize type for gnus-group-cust


From: Andreas Schwab
Subject: [Emacs-diffs] master 0a7bc33: Correct customize type for gnus-group-customize
Date: Tue, 2 Jul 2019 13:59:53 -0400 (EDT)

branch: master
commit 0a7bc33da7bcc8db7d96549ba0f0d500e6c41070
Author: Andreas Schwab <address@hidden>
Commit: Andreas Schwab <address@hidden>

    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 0938d6b..615b2b9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]