annotate lisp/mail/reply2.xpm @ 53730:2a4fc5c14ddd

Change rmail-spam-filter- or spam-filter- or rmail-spam- to rsf- in all function and variable names. (rsf-min-region-to-spam-list): New variable. (rsf-bbdb-auto-delete-spam-entries): Renamed from rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is scanned together with the recipients field for spam testing; Don't delete spam message if rmail-delete-after-output is non-nil; (check-field) New function, extracted from code in rmail-spam-filter to ease addition of header fields like content-type:. (message-content-type) New variable. The content-type: field was added also in defcustom of rsf-definitions-alist; (rmail-spam-filter): Replace repeated test code for header fields by calls to check-field; change the call to rmail-output-to-rmail-file such that rmail-current-message stays the same to avoid wrong deletion of unseen flags. (rmail-use-spam-filter): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Jan 2004 19:00:40 +0000
parents 2568d5a27317
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
47730
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
1 /* XPM */
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
2 static char * mail_reply_xpm[] = {
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
3 /* columns rows colors chars-per-pixel */
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
4 "24 24 9 1",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
5 " c None",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
6 ". c black",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
7 "X c #673e666663d4",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
8 "o c #eb46ea1de471",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
9 "O c #a852a7bea3d2",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
10 "+ c #ae51c17b9b26",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
11 "@ c #8d4d97577838",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
12 "# c #7c7c8b8b6e6e",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
13 "$ c #5e0868be52d3",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
14 /* pixels */
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
15 " ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
16 " ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
17 " ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
18 " ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
19 " ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
20 " .... ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
21 " .....XooO. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
22 " .....XOooooooO. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
23 " .XOooooooooooXOO. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
24 " .oXXooooooooOXOo. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
25 " .OoOXXooooooXOoo. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
26 " .oooOOXOooXXXooO. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
27 " ........XXOoOXOo. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
28 " ..++++@.ooooooXO. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
29 " ..+@@@.oooooooXO. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
30 " ..+@@@#.oooooooO.. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
31 " ..++@@@#$.ooooO... ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
32 " .++++@@#.$.oO... ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
33 " .+@@@#.o.... ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
34 " .+@#$... ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
35 " .#$. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
36 " .$. ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
37 " . ",
2568d5a27317 Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
38 " "};