Synch with Oort Gnus.
authoryamaoka <yamaoka>
Tue, 7 Jan 2003 00:14:29 +0000 (00:14 +0000)
committeryamaoka <yamaoka>
Tue, 7 Jan 2003 00:14:29 +0000 (00:14 +0000)
etc/gnus/receipt.xpm [new file with mode: 0644]
lisp/ChangeLog
lisp/gnus-sieve.el

diff --git a/etc/gnus/receipt.xpm b/etc/gnus/receipt.xpm
new file mode 100644 (file)
index 0000000..18caaf1
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char * receipt_xpm[] = {
+"24 24 5 1",
+"      c None",
+".     c #FFFFFFFFFFFF",
+"X     c #676766666363",
+"o     c #FFFF00000000",
+"O     c #AEAE3E3E4848",
+"                        ",
+"                        ",
+"                   ..   ",
+"                    .   ",
+"                     .  ",
+"                     .  ",
+"                   ..   ",
+"           Xooo  ..     ",
+"      Xoooooooo..       ",
+" Xoooooooooooooo  ...   ",
+" oooooooooooOOoo .      ",
+" ooooooooooOOOOo.       ",
+"  oooooooooOO...o       ",
+"  ooooooooooOOooo       ",
+"  ooooooooooooooo       ",
+"   ooooooooooooooo      ",
+"   oooooooooooooo       ",
+"   ooooooooooo          ",
+"    ooooooo             ",
+"    oooo                ",
+"    oo                  ",
+"                        ",
+"                        ",
+"                        "};
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")
                          "}")