From 25df2375dbe8b8da98957876437b9b9a5c56b860 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 3 Dec 2020 18:36:42 +0000 Subject: [PATCH] ; 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) --- lisp/gnus/nnimap.el | 9 +++++---- 1 file 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 "") -- 2.39.5