(gnus-sieve-script): Use the crosspost argument to gnus-sieve-script,
authorSimon Josefsson <jas@extundo.com>
Mon, 6 Jan 2003 23:13:57 +0000 (23:13 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 6 Jan 2003 23:13:57 +0000 (23:13 +0000)
instead of the global variable gnus-sieve-crosspost.  One-line patch
from Steinar Bang <sb@dod.no>.

lisp/ChangeLog
lisp/gnus-sieve.el

index aa9f702..635fe94 100644 (file)
@@ -1,3 +1,10 @@
+2003-01-07  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
+       gnus-sieve-script, instead of the global variable
+       gnus-sieve-crosspost.  One-line patch from Steinar Bang
+       <sb@dod.no>.
+
 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
        * gnus.el: Renamed gnus-summary-*-uncached-face as
index 2fb82f9..106160c 100644 (file)
@@ -226,7 +226,7 @@ This is returned as a string."
          (when spec
            (push (concat "if " (gnus-sieve-test spec) " {\n"
                          "\tfileinto \"" (gnus-group-real-name group) "\";\n"
-                         (if gnus-sieve-crosspost
+                         (if crosspost
                              ""
                            "\tstop;\n")
                          "}")