diff options
| author | Kim F. Storm | 2004-06-29 12:49:14 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-06-29 12:49:14 +0000 |
| commit | da9b82bb91d1e08eb41b49362d1327848c865e40 (patch) | |
| tree | 088bd11a8b5d9241bb87a627591642df97f59752 | |
| parent | bf301e70b38786b5c52c950f4424a1cba776e110 (diff) | |
| download | emacs-da9b82bb91d1e08eb41b49362d1327848c865e40.tar.gz emacs-da9b82bb91d1e08eb41b49362d1327848c865e40.zip | |
(nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap.
| -rw-r--r-- | lisp/gnus/nnimap.el | 6 |
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.") | |||
| 271 | (string :format "Login: %v")) | 271 | (string :format "Login: %v")) |
| 272 | (cons :format "%v" | 272 | (cons :format "%v" |
| 273 | (const :format "" "password") | 273 | (const :format "" "password") |
| 274 | (string :format "Password: %v"))))))) | 274 | (string :format "Password: %v")))))) |
| 275 | :group 'nnimap) | ||
| 275 | 276 | ||
| 276 | (defcustom nnimap-prune-cache t | 277 | (defcustom nnimap-prune-cache t |
| 277 | "If non-nil, nnimap check whether articles still exist on server before using data stored in NOV cache." | 278 | "If non-nil, nnimap check whether articles still exist on server before using data stored in NOV cache." |
| 278 | :type 'boolean) | 279 | :type 'boolean |
| 280 | :group 'nnimap) | ||
| 279 | 281 | ||
| 280 | (defvar nnimap-request-list-method 'imap-mailbox-list | 282 | (defvar nnimap-request-list-method 'imap-mailbox-list |
| 281 | "Method to use to request a list of all folders from the server. | 283 | "Method to use to request a list of all folders from the server. |