(nnimap-split-rule): Mark as obsolete.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 29 Sep 2010 21:35:52 +0000 (23:35 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 29 Sep 2010 21:35:52 +0000 (23:35 +0200)
lisp/ChangeLog
lisp/nnimap.el

index c84d752..d013c2a 100644 (file)
@@ -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.
        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.
 
        * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
        variable.
index a7cafb1..ccd85bf 100644 (file)
@@ -70,6 +70,9 @@ Values are `ssl', `network', `starttls' or `shell'.")
   "How mail is split.
 Uses the same syntax as nnmail-split-methods")
 
   "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'.")
 (defvoo nnimap-authenticator nil
   "How nnimap authenticate itself to the server.
 Possible choices are nil (use default methods) or `anonymous'.")