annotate lisp/toolbar/right_arrow.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 54d90c318dfd
children 734ff40978ad
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32287
9d63959616b7 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
1 /* XPM */
32519
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
2 static char * right_arrow_xpm[] = {
32452
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
3 "24 24 9 1",
32519
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
4 " c None",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
5 ". c #020202",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
6 "+ c #1A1A1A",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
7 "@ c #779D6D",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
8 "# c #88AE80",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
9 "$ c #97B78B",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
10 "% c #9EBA92",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
11 "& c #E9EFE8",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
12 "* c #3C5936",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
13 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
14 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
15 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
16 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
17 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
18 " .. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
19 " .&.. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
20 " .&&&.. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
21 " .&&&&&.. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
22 " .&&&&&&&.. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
23 " .&&&&&&&&&+. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
24 " +&&&&&&&&&&%.. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
25 " .%#######@@*.. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
26 " .%#####@@*.. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
27 " .%###@@*.. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
28 " .$#@@*.. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
29 " .#@*.. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
30 " .*.. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
31 " .. ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
32 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
33 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
34 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
35 " ",
54d90c318dfd Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents: 32452
diff changeset
36 " "};