]> git.eshelyaron.com Git - emacs.git/commitdiff
(feedmail-queue-runner-is-active): Definition moved.
authorRichard M. Stallman <rms@gnu.org>
Sat, 10 Oct 1998 14:06:14 +0000 (14:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 10 Oct 1998 14:06:14 +0000 (14:06 +0000)
lisp/mail/feedmail.el

index 27ba0ab4152df47d2bda91334f48974891ad570e..e2c1e7e0480e312562d9ccd546c5f4cfafbede87 100644 (file)
@@ -1117,6 +1117,15 @@ the file without bothering you."
 (defvar feedmail-address-list        nil)
 
 
+(defvar feedmail-queue-runner-is-active nil
+  "*Non-nil means we're inside the logic of the queue-running loop.
+That is, iterating over all messages in the queue to send them.  In
+that case, the value is the name of the queued message file currently
+being processed.  This can be used for differentiating customized code
+for different scenarios.  Users shouldn't set or change this
+variable, but may depend on its value as described here.")
+
+
 (defun feedmail-mail-send-hook-splitter ()
   "Facilitate dividing mail-send-hook things into queued and immediate cases.
 If you have mail-send-hook functions that should only be called for sending/
@@ -1262,15 +1271,6 @@ function, for example, to archive all of your sent messages someplace
   )
 
 
-(defvar feedmail-queue-runner-is-active nil
-  "*Non-nil means we're inside the logic of the queue-running loop.
-That is, iterating over all messages in the queue to send them.  In
-that case, the value is the name of the queued message file currently
-being processed.  This can be used for differentiating customized code
-for different scenarios.  Users shouldn't set or change this
-variable, but may depend on its value as described here.")
-
-
 (defvar feedmail-is-a-resend nil
   "*Non-nil means the the message is a Resend (in the RFC-822 sense).
 This affects the composition of certain headers.  feedmail sets this