diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2020-12-03 18:36:42 +0000 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2020-12-03 18:38:52 +0000 |
commit | 25df2375dbe8b8da98957876437b9b9a5c56b860 (patch) | |
tree | e7c3e2d219d8e34531e9e4fd0d19e240a1e1fcc0 /lisp/gnus/nnimap.el | |
parent | cff2f895c2e55161486a8011288171daae9ecccc (diff) | |
download | emacs-25df2375dbe8b8da98957876437b9b9a5c56b860.tar.gz emacs-25df2375dbe8b8da98957876437b9b9a5c56b860.tar.bz2 emacs-25df2375dbe8b8da98957876437b9b9a5c56b860.zip |
; Fix last change
* lisp/gnus/nnimap.el (nnimap-split-download-body-default): Declare
obsolete varalias before its referent.
(nnimap-split-download-body): Add :version tag. (Bug#44981)
Diffstat (limited to 'lisp/gnus/nnimap.el')
-rw-r--r-- | lisp/gnus/nnimap.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index e7f94519866..a8603330662 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -146,16 +146,17 @@ textual parts.") :version "24.4" :group 'nnimap) +(define-obsolete-variable-alias + 'nnimap-split-download-body-default 'nnimap-split-download-body + "28.1") + (defcustom nnimap-split-download-body nil "If non-nil, make message bodies available for consideration during splitting. This requires downloading the full message from the IMAP server during splitting, which may be slow." + :version "28.1" :type 'boolean) -(define-obsolete-variable-alias - 'nnimap-split-download-body-default 'nnimap-split-download-body - "28.1") - (defvar nnimap-process nil) (defvar nnimap-status-string "") |