view lisp/toolbar/search.xpm @ 32918:dd8c5458b624

2000-10-26 Dave Love <fx@gnu.org> * mail-source.el: Require imap when compiling and defvar display-time-mail-function. Require mm-util. (nnheader-cancel-timer): Autoload. (mail-source-imap-authenticators, mail-source-imap-streams): New variables. (mail-sources): Use them. (defvar): Use rmail-spool-directory unconditionally. 2000-10-26 Per Abrahamsen <abraham@dina.kvl.dk> * mail-source.el (mail-sources): Better `:type'. 2000-10-26 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> * mail-source.el (mail-source-keyword-map): Use `rmail-spool-directory' as a default directory for the `file' source, if the variable is defined. Fall back to hardcoded "/usr/spool/mail/", as before. Suggestion by Steven E. Harris <seh@speakeasy.org>.
author Dave Love <fx@gnu.org>
date Thu, 26 Oct 2000 17:13:22 +0000
parents 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 8 1",
"  c #011801180102",
". c #464646463e3e",
"X c #5c5c5c5c57a0",
"o c #878787877979",
"O c #a910a91097af",
"+ c #ce5ace5ab851",
"@ c #e79de79dd134",
"# c None",
/* pixels */
"########################",
"########################",
"############# ##########",
"###########  O #########",
"#########  O@@.#########",
"#######  O@@@@@ ########",
"#####  O+@@@@@@O #######",
"#### XX@++@@@@@@.#######",
"#### @.O+@@@@@@@@ ######",
"#### @@.++@@@@@@@O #####",
"#### @@.o+O.  .+@@ #####",
"#### @XO+O.O++o.+@@ ####",
"####  O+@.O@@+Oo.@@+ ###",
"#### X@@@ +#+OOO @@@@ ##",
"#### O@@@ +@OOOo @@@o ##",
"##### @@@.oOOOoX.@@  ###",
"##### O@@O.oOOX  @ #####",
"######X@@@O.  .X  ######",
"###### @@@@@@@+    #####",
"####### @@@@@O ##   ####",
"####### O@@+. ####   ###",
"######## @O #######  ###",
"#########  #############",
"########################"
};