Mercurial > emacs
changeset 56280:5716fec2dbc0
(nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 29 Jun 2004 12:49:14 +0000 |
parents | b1ae5333057a |
children | fede5cef1a1e |
files | lisp/gnus/nnimap.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/nnimap.el Tue Jun 29 12:09:45 2004 +0000 +++ b/lisp/gnus/nnimap.el Tue Jun 29 12:49:14 2004 +0000 @@ -271,11 +271,13 @@ (string :format "Login: %v")) (cons :format "%v" (const :format "" "password") - (string :format "Password: %v"))))))) + (string :format "Password: %v")))))) + :group 'nnimap) (defcustom nnimap-prune-cache t "If non-nil, nnimap check whether articles still exist on server before using data stored in NOV cache." - :type 'boolean) + :type 'boolean + :group 'nnimap) (defvar nnimap-request-list-method 'imap-mailbox-list "Method to use to request a list of all folders from the server.