Import Oort Gnus v0.11.
[elisp/gnus.git-] / lisp / gnus-sieve.el
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")
                          "}")