view etc/images/close.xpm @ 100297:0a269d00caef

(pmail-expunge): Pass new optional arg to pmail-only-expunge. (pmail-expunge-and-save): Don't reset view buffer.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 09 Dec 2008 23:23:05 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * close_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"       .      .         ",
"        .    ...        ",
"        ..  ....        ",
"         .. ...         ",
"         .....          ",
"          ...           ",
"         .....          ",
"        .......         ",
"       ...  ....        ",
"      ...    ....       ",
"     ...      ..        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};