view lisp/mail/reply2.xpm @ 88139:de90332b77e9

Add patches from Eli Tziperman <eli@beach.weizmann.ac.il>, and John Paul Wallington <jpw@gnu.org> Avoid loading CL at runtime. (vm-use-spam-filter.el, spam-filter-working-with-vm): Add support for use by VM. (rmail-spam-filter-min-region-length-added-to-spam-list): New variable. (rmail-spam-filter): Do not assume the message is narrowed, do it explicitly using the rmail message descriptor; use `rmail-output' instead of `rmail-output-to-rmail-file'; take into account the state of the `rmail-delete-after-output' variable. (rmail-spam-filter-add-region-to-spam-list, spam-filter-bbdb-dont-create-entries-for-deleted-messages): Rewrite.
author Paul Reilly <pmr@pajato.com>
date Sat, 22 Feb 2003 15:37:59 +0000
parents 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * mail_reply_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 9 1",
" 	c None",
".	c black",
"X	c #673e666663d4",
"o	c #eb46ea1de471",
"O	c #a852a7bea3d2",
"+	c #ae51c17b9b26",
"@	c #8d4d97577838",
"#	c #7c7c8b8b6e6e",
"$	c #5e0868be52d3",
/* pixels */
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"              ....      ",
"         .....XooO.     ",
"    .....XOooooooO.     ",
"   .XOooooooooooXOO.    ",
"   .oXXooooooooOXOo.    ",
"   .OoOXXooooooXOoo.    ",
"    .oooOOXOooXXXooO.   ",
"    ........XXOoOXOo.   ",
"    ..++++@.ooooooXO.   ",
"     ..+@@@.oooooooXO.  ",
"    ..+@@@#.oooooooO..  ",
"  ..++@@@#$.ooooO...    ",
" .++++@@#.$.oO...       ",
"  .+@@@#.o....          ",
"   .+@#$...             ",
"    .#$.                ",
"     .$.                ",
"      .                 ",
"                        "};