view etc/images/smilies/frown.xpm @ 68090:9b341a563aea

(rmail-summary-by-topic): Use rmail-current-subject and rmail-current-subject-regexp. (rmail-summary-next-same-subject): Ditto.
author Alex Schroeder <alex@gnu.org>
date Sun, 08 Jan 2006 15:17:45 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * frown_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".++..+++..++.",
".++++.+.++++.",
".+...+++...+.",
".+...+++...+.",
".+++++++++++.",
".+++.....+++.",
".++.+++++.++.",
".++.+++++.++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};