# HG changeset patch # User Kim F. Storm # Date 1088513354 0 # Node ID 5716fec2dbc0d0de1146d8db5157a408601aa622 # Parent b1ae5333057af553615b218b96a16ade7ad8d0b9 (nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap. diff -r b1ae5333057a -r 5716fec2dbc0 lisp/gnus/nnimap.el --- 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.