From f7b1fecbfa541bd9c7605ed0424d7e02dede0614 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 29 Sep 2010 23:35:52 +0200 Subject: [PATCH] (nnimap-split-rule): Mark as obsolete. --- lisp/ChangeLog | 1 + lisp/nnimap.el | 3 +++ 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c84d7526d..d013c2aa5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,6 +4,7 @@ code, since if the user has requested network, that's what they ought to get. (nnimap-request-set-mark): Erase the buffer before issuing commands. + (nnimap-split-rule): Mark as obsolete. * pop3.el (pop3-send-streaming-command, pop3-stream-length): New variable. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index a7cafb1a5..ccd85bf82 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -70,6 +70,9 @@ Values are `ssl', `network', `starttls' or `shell'.") "How mail is split. Uses the same syntax as nnmail-split-methods") +(make-obsolete-variable 'nnimap-split-rule "see `nnimap-split-methods'" + "Gnus 5.13") + (defvoo nnimap-authenticator nil "How nnimap authenticate itself to the server. Possible choices are nil (use default methods) or `anonymous'.") -- 2.25.1