diff options
| author | Andreas Schwab | 2019-07-01 20:33:57 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2019-07-02 19:59:10 +0200 |
| commit | 0a7bc33da7bcc8db7d96549ba0f0d500e6c41070 (patch) | |
| tree | 584735c7465616a34c15c34c20b773cd5c6816cb /lisp | |
| parent | 5e88b50d542b6d1c4ff43f8ae0fabe8a647d842e (diff) | |
| download | emacs-0a7bc33da7bcc8db7d96549ba0f0d500e6c41070.tar.gz emacs-0a7bc33da7bcc8db7d96549ba0f0d500e6c41070.zip | |
Correct customize type for gnus-group-customize
* lisp/gnus/gnus-cus.el (gnus-extra-group-parameters): Add more
group parameters used by nnimap.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/gnus-cus.el | 7 |
1 files changed, 6 insertions, 1 deletions
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.") | |||
| 253 | 253 | ||
| 254 | (defconst gnus-extra-group-parameters | 254 | (defconst gnus-extra-group-parameters |
| 255 | '((uidvalidity (string :tag "IMAP uidvalidity") "\ | 255 | '((uidvalidity (string :tag "IMAP uidvalidity") "\ |
| 256 | Server-assigned value attached to IMAP groups, used to maintain consistency.")) | 256 | Server-assigned value attached to IMAP groups, used to maintain consistency.") |
| 257 | (modseq (string :tag "modseq") "modseq") | ||
| 258 | (active (cons :tag "active" (integer :tag "min") (integer :tag "max")) | ||
| 259 | "active") | ||
| 260 | (permanent-flags (repeat :tag "Permanent Flags" (symbol :tag "Flag")) | ||
| 261 | "Permanent Flags")) | ||
| 257 | "Alist of group parameters that are not also topic parameters. | 262 | "Alist of group parameters that are not also topic parameters. |
| 258 | 263 | ||
| 259 | Each entry has the form (NAME TYPE DOC), where NAME is the parameter | 264 | Each entry has the form (NAME TYPE DOC), where NAME is the parameter |