From e3a10ee7b765cb30d051ab7a8353987866631e0f Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 8 Jun 2000 15:38:00 +0000 Subject: [PATCH] (gnus-extra-group-parameters): Add uidvalidity. --- lisp/ChangeLog | 4 ++++ lisp/gnus-cus.el | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2bacaa427..b4ce82588 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-06-08 Simon Josefsson + + * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity. + 2000-06-08 12:34:26 Urban Engberg * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources. diff --git a/lisp/gnus-cus.el b/lisp/gnus-cus.el index 801c0e89f..95a9c87c0 100644 --- a/lisp/gnus-cus.el +++ b/lisp/gnus-cus.el @@ -256,7 +256,9 @@ Each entry has the form (NAME TYPE DOC), where NAME is the parameter itself (a symbol), TYPE is the parameters type (a sexp widget), and DOC is a documentation string for the parameter.") -(defconst gnus-extra-group-parameters nil +(defconst gnus-extra-group-parameters + '((uidvalidity (string :tag "IMAP uidvalidity") "\ +Server-assigned value attached to IMAP groups, used to maintain consistency.")) "Alist of group parameters that are not also topic parameters. Each entry has the form (NAME TYPE DOC), where NAME is the parameter -- 2.34.1