]> git.eshelyaron.com Git - emacs.git/commitdiff
(nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap.
authorKim F. Storm <storm@cua.dk>
Tue, 29 Jun 2004 12:49:14 +0000 (12:49 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 29 Jun 2004 12:49:14 +0000 (12:49 +0000)
lisp/gnus/nnimap.el

index a7cf82317b526c846fe441e6221115b6dbe68598..ec9d42ee042df86a5fef380ed4a72aed7b3bb68d 100644 (file)
@@ -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.