From: Basil L. Contovounesios Date: Thu, 3 Dec 2020 18:36:42 +0000 (+0000) Subject: ; Fix last change X-Git-Tag: emacs-28.0.90~4939 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25df2375dbe8b8da98957876437b9b9a5c56b860;p=emacs.git ; 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) --- 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 "")