diff options
| -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. |