view etc/images/separator.xpm @ 102369:d88765fc7366

(Rmail Deletion): Revert previous change, which was describing the Rmail summary versions. (Rmail Reply): Give more details of rmail-dont-reply-to-names. Minor re-wording for rmail-resend. (Rmail Make Summary): Summaries apply to buffers rather than files. <rmail-summary-by-topic>: Headers includes the subject. <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more details, including prefix arguments. Not counting lines might be faster. (Rmail Summary Edit): More details on the delete commands. Add rmail-summary-bury. (Rmail Display): Mention rmail-displayed-headers. Fix typo. Simplify rmail-highlighted-headers description. Update face name.
author Glenn Morris <rgm@gnu.org>
date Tue, 03 Mar 2009 04:16:29 +0000
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};