view etc/images/separator.xpm @ 101630:064248de0e1b

(rmail-summary-update-line): New function. (rmail-summary-goto-msg): Return a value according to whether message was found. (rmail-summary-update-highlight): Give the overlay an 'rmail-summary property. Use line-end-position.
author Glenn Morris <rgm@gnu.org>
date Thu, 29 Jan 2009 03:41:12 +0000 (2009-01-29)
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source
/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};