* lisp/gnus/nnimap.el (nnimap-split-download-body-default): Declare
obsolete varalias before its referent.
(nnimap-split-download-body): Add :version tag. (Bug#44981)
: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 "")