summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnimap.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-06-29 12:49:14 +0000
committerKim F. Storm <storm@cua.dk>2004-06-29 12:49:14 +0000
commitda9b82bb91d1e08eb41b49362d1327848c865e40 (patch)
tree088bd11a8b5d9241bb87a627591642df97f59752 /lisp/gnus/nnimap.el
parentbf301e70b38786b5c52c950f4424a1cba776e110 (diff)
downloademacs-da9b82bb91d1e08eb41b49362d1327848c865e40.tar.gz
(nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap.
Diffstat (limited to 'lisp/gnus/nnimap.el')
-rw-r--r--lisp/gnus/nnimap.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index a7cf82317b5..ec9d42ee042 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -271,11 +271,13 @@ use this to make replies go directly to the group.")
(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.