1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-24 08:51:10 -08:00

(nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap.

This commit is contained in:
Kim F. Storm 2004-06-29 12:49:14 +00:00
parent bf301e70b3
commit da9b82bb91

View 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.