]> git.eshelyaron.com Git - emacs.git/commitdiff
2005-09-30 Bill Wohler <wohler@newt.com>
authorBill Wohler <wohler@newt.com>
Fri, 30 Sep 2005 17:48:04 +0000 (17:48 +0000)
committerBill Wohler <wohler@newt.com>
Fri, 30 Sep 2005 17:48:04 +0000 (17:48 +0000)
Moved MH-E image files from toolbar and mail directories into
etc/images.

* mail/reply2.*: Moved to etc/images/mail/reply*.

* toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
* toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Moved to
etc/images.

* toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
* toolbar/reply*: Moved to etc/images/mail.

* toolbar/rescan.*: Moved and renamed to etc/images/refresh.*.

* mh-e/mh-customize.el (mh-refile-msg, mh-tool-bar-reply-from)
(mh-tool-bar-reply-to, mh-tool-bar-reply-all)
(mh-alias-grab-from-field, mh-pack-folder): Image files moved to
etc/images/mail so added "mail/" prefix.
(mh-reply): Ditto. Also renamed reply2.* to reply.*.
(mh-rescan-folder): Ditto. Renamed image file to refresh.* since
it can be used in the general sense. Does not have "mail/" prefix.

57 files changed:
etc/images/execute.pbm [new file with mode: 0644]
etc/images/execute.xpm [new file with mode: 0644]
etc/images/highlight.pbm [new file with mode: 0644]
etc/images/highlight.xpm [new file with mode: 0644]
etc/images/mail/alias.pbm [new file with mode: 0644]
etc/images/mail/alias.xpm [new file with mode: 0644]
etc/images/mail/refile.pbm [new file with mode: 0644]
etc/images/mail/refile.xpm [new file with mode: 0644]
etc/images/mail/repack.pbm [new file with mode: 0644]
etc/images/mail/repack.xpm [new file with mode: 0644]
etc/images/mail/reply-all.pbm [new file with mode: 0644]
etc/images/mail/reply-all.xpm [new file with mode: 0644]
etc/images/mail/reply-from.pbm [new file with mode: 0644]
etc/images/mail/reply-from.xpm [new file with mode: 0644]
etc/images/mail/reply-to.pbm [new file with mode: 0644]
etc/images/mail/reply-to.xpm [new file with mode: 0644]
etc/images/mail/reply.pbm [new file with mode: 0644]
etc/images/mail/reply.xpm [new file with mode: 0644]
etc/images/mh-logo.xpm [new file with mode: 0644]
etc/images/page-down.pbm [new file with mode: 0644]
etc/images/page-down.xpm [new file with mode: 0644]
etc/images/refresh.pbm [new file with mode: 0644]
etc/images/refresh.xpm [new file with mode: 0644]
etc/images/show.pbm [new file with mode: 0644]
etc/images/show.xpm [new file with mode: 0644]
etc/images/widen.pbm [new file with mode: 0644]
etc/images/widen.xpm [new file with mode: 0644]
lisp/ChangeLog
lisp/mail/reply2.pbm [deleted file]
lisp/mail/reply2.xpm [deleted file]
lisp/mh-e/ChangeLog
lisp/mh-e/mh-customize.el
lisp/toolbar/alias.pbm [deleted file]
lisp/toolbar/alias.xpm [deleted file]
lisp/toolbar/execute.pbm [deleted file]
lisp/toolbar/execute.xpm [deleted file]
lisp/toolbar/highlight.pbm [deleted file]
lisp/toolbar/highlight.xpm [deleted file]
lisp/toolbar/mh-logo.xpm [deleted file]
lisp/toolbar/page-down.pbm [deleted file]
lisp/toolbar/page-down.xpm [deleted file]
lisp/toolbar/refile.pbm [deleted file]
lisp/toolbar/refile.xpm [deleted file]
lisp/toolbar/repack.pbm [deleted file]
lisp/toolbar/repack.xpm [deleted file]
lisp/toolbar/reply-all.pbm [deleted file]
lisp/toolbar/reply-all.xpm [deleted file]
lisp/toolbar/reply-from.pbm [deleted file]
lisp/toolbar/reply-from.xpm [deleted file]
lisp/toolbar/reply-to.pbm [deleted file]
lisp/toolbar/reply-to.xpm [deleted file]
lisp/toolbar/rescan.pbm [deleted file]
lisp/toolbar/rescan.xpm [deleted file]
lisp/toolbar/show.pbm [deleted file]
lisp/toolbar/show.xpm [deleted file]
lisp/toolbar/widen.pbm [deleted file]
lisp/toolbar/widen.xpm [deleted file]

diff --git a/etc/images/execute.pbm b/etc/images/execute.pbm
new file mode 100644 (file)
index 0000000..84bcbb3
Binary files /dev/null and b/etc/images/execute.pbm differ
diff --git a/etc/images/execute.xpm b/etc/images/execute.xpm
new file mode 100644 (file)
index 0000000..ce38c62
--- /dev/null
@@ -0,0 +1,35 @@
+/* XPM */
+static char * mail_exec_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 6 1",
+"      c None",
+".     c black",
+"X     c #a5d8a5d89550",
+"o     c #d305d305bc3c",
+"O     c #ea03ea03d271",
+"+     c white",
+/* pixels */
+"                        ",
+"                        ",
+"                        ",
+"                 ..     ",
+"             XX  ..     ",
+"         oo  XX  ..     ",
+"     OO  oo  XX  ..     ",
+"     OO  oo  XX  ..     ",
+"     OO  oo  XX  ..     ",
+"     OO  oo  XX  ..     ",
+"     OO  oo  XX  ..     ",
+"     OO  oo  XX  ..     ",
+"     OO  oo  XX  ..     ",
+"     OO  oo  XX         ",
+"     OO  oo             ",
+"     OO      +   ..     ",
+"             XX  ..     ",
+"         oo  XX         ",
+"     OO  oo             ",
+"     OO                 ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};
diff --git a/etc/images/highlight.pbm b/etc/images/highlight.pbm
new file mode 100644 (file)
index 0000000..23394f0
Binary files /dev/null and b/etc/images/highlight.pbm differ
diff --git a/etc/images/highlight.xpm b/etc/images/highlight.xpm
new file mode 100644 (file)
index 0000000..1844128
--- /dev/null
@@ -0,0 +1,33 @@
+/* XPM */
+static char * highlight_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 4 1",
+"      c None",
+".     c black",
+"X     c #828282827474",
+"o     c #dd00df007e00",
+/* pixels */
+"                 .....  ",
+"                ..XXX.. ",
+"                .XXXXX. ",
+"               .XXXXX.. ",
+"               .XXXXX.  ",
+"               .XXXXX.  ",
+"              .XXXXX.   ",
+"              .ooXX.    ",
+"              ..ooo.    ",
+"       oooo     ....    ",
+"oo.ooo....oo ...        ",
+"o.o.ooo.oo.o.ooo.o      ",
+".ooo.oo.oo.o.ooooo      ",
+".ooo.oo.oo.o.ooooo      ",
+".ooo.oo...oo.ooooo      ",
+".....oo.oo.o.ooooo      ",
+".ooo.oo.oo.o.ooooo      ",
+".ooo.oo.oo.o.ooo.o      ",
+". oo.o....ooo...o       ",
+"         oo oooo        ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};
diff --git a/etc/images/mail/alias.pbm b/etc/images/mail/alias.pbm
new file mode 100644 (file)
index 0000000..cdd42c3
Binary files /dev/null and b/etc/images/mail/alias.pbm differ
diff --git a/etc/images/mail/alias.xpm b/etc/images/mail/alias.xpm
new file mode 100644 (file)
index 0000000..8bf7506
--- /dev/null
@@ -0,0 +1,33 @@
+/* XPM */
+static char * alias_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 4 1",
+"      c None",
+".     c #61b761b7600a",
+"X     c #a5d8a5d89550",
+"o     c black",
+/* pixels */
+"                        ",
+"                        ",
+"                        ",
+"     ......             ",
+"   ...XXXX..XX          ",
+"  o..ooooooo...         ",
+" ooo      oooo..X       ",
+" o.X        ooo...      ",
+" o.X          ooo.XX    ",
+" o.X            oo..    ",
+" o.X             oo.    ",
+" o...            oo..   ",
+"  o.X             o..   ",
+"  o.XX            oX.   ",
+"   o....          oo.   ",
+"    o..XX        oooo   ",
+"     o...XXX   XXoooo   ",
+"      ooo........ooooo  ",
+"        oooooXXooooo.oo ",
+"            ooo    o..oo",
+"                    o...",
+"                     ooo",
+"                      oo",
+"                        "};
diff --git a/etc/images/mail/refile.pbm b/etc/images/mail/refile.pbm
new file mode 100644 (file)
index 0000000..64e534e
Binary files /dev/null and b/etc/images/mail/refile.pbm differ
diff --git a/etc/images/mail/refile.xpm b/etc/images/mail/refile.xpm
new file mode 100644 (file)
index 0000000..561012d
--- /dev/null
@@ -0,0 +1,36 @@
+/* XPM */
+static char * refile_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 7 1",
+"      c None",
+".     c black",
+"X     c #a5d8a5d89550",
+"o     c #d305d305bc3c",
+"O     c #ea03ea03d271",
+"+     c #828282827474",
+"@     c #61b761b7600a",
+/* pixels */
+"             .          ",
+"           ..X.         ",
+"         ..XoO....      ",
+"       ..XooooO.+.      ",
+"     ..XooooooOX..  ..  ",
+"    .@@ooooooOOO@. ...  ",
+"    .O@oooooOOOOO..@@.  ",
+"    .OO@oooOOOOOO..@@.  ",
+"  ...OO@XooOOOOO...@@.  ",
+" ..+.O@XooOOOO..@@@@@.  ",
+" .++..XooOOOO..@@@@@@.  ",
+" .++.@oooOO...@@@@@@@.  ",
+" ..+.XooOOO..@@@@@@@.   ",
+"  .++.OOOO.@@@@@@@@.    ",
+"   .+.oOO..@@@@@@@.     ",
+"   .++.OO.@@@@@@@.      ",
+"    .++.O.@@@@@..       ",
+"    ..+.O.@@@@@.        ",
+"     .++..@@@@.         ",
+"     ..++.@@@.          ",
+"       .+.@@.           ",
+"       ...@.            ",
+"        ...             ",
+"         .              "};
diff --git a/etc/images/mail/repack.pbm b/etc/images/mail/repack.pbm
new file mode 100644 (file)
index 0000000..502b117
Binary files /dev/null and b/etc/images/mail/repack.pbm differ
diff --git a/etc/images/mail/repack.xpm b/etc/images/mail/repack.xpm
new file mode 100644 (file)
index 0000000..b50b8f3
--- /dev/null
@@ -0,0 +1,35 @@
+/* XPM */
+static char * mail_repack_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 6 1",
+"      c None",
+".     c black",
+"X     c #a5d8a5d89550",
+"o     c #d305d305bc3c",
+"O     c #ea03ea03d271",
+"+     c #828282827474",
+/* pixels */
+"                        ",
+"                        ",
+"       ..............   ",
+"      .XXXXXXXXXXXX..   ",
+"     .XXXXXXXXXXXX.X.   ",
+"    .XXXXXXXXXXXX.oo.   ",
+"   ..............ooo.   ",
+"   .OOOOOOOOOOOO.oo.    ",
+"   .O++++++++++O.oo.    ",
+"   .O+XXXXXXXX+O.o.     ",
+"    .+XXXXXXXX+.o..     ",
+"    .+XX...XXX+....     ",
+"     ....o.......oo.    ",
+"     ....o.....Oooo.    ",
+"    .OOO...OOOO.oooo.   ",
+"    .++++++++++.oooo.   ",
+"    .+XXXXXXXX+.oooo.   ",
+"   .O+XXXXXXXX+O.ooX.   ",
+"   .O+XXXXXXXX+O.oo..   ",
+"   .O++++++++++O.o..    ",
+"  ..OOOOOOOOOOOO...     ",
+"  ................      ",
+"                        ",
+"                        "};
diff --git a/etc/images/mail/reply-all.pbm b/etc/images/mail/reply-all.pbm
new file mode 100644 (file)
index 0000000..57503cb
Binary files /dev/null and b/etc/images/mail/reply-all.pbm differ
diff --git a/etc/images/mail/reply-all.xpm b/etc/images/mail/reply-all.xpm
new file mode 100644 (file)
index 0000000..43453ee
--- /dev/null
@@ -0,0 +1,38 @@
+/* XPM */
+static char * reply_all_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 9 1",
+"      c None",
+".     c black",
+"X     c #673e666663d4",
+"o     c #eb46ea1de471",
+"O     c #a852a7bea3d2",
+"+     c #ae51c17b9b26",
+"@     c #8d4d97577838",
+"#     c #7c7c8b8b6e6e",
+"$     c #5e0868be52d3",
+/* pixels */
+"                        ",
+"                        ",
+"              ....      ",
+"         .....XooO.     ",
+"    .....XOooooooO.     ",
+"   .XOooooooooooXOO.    ",
+"   .oXXooooooooOXOo.    ",
+"   .OoOXXooooooXOoo.    ",
+"    .oooOOXOooXXXooO.   ",
+"    ........XXOoOXOo.   ",
+"    ..++++@.ooooooXO.   ",
+"     ..+@@@.oooooooXO.  ",
+"    ..+@@@#.oooooooO..  ",
+"  ..++@@@#$.ooooO...    ",
+" .++++@@#.$    ..       ",
+"  .+@@@#.o  ..   .O .O  ",
+"   .+@#$.   .O.  .O .O  ",
+"    .#$.   .O .o .O .O  ",
+"     .$.   .  .O .O .O  ",
+"      .    ....O .O .O  ",
+"           .O .O .O .O  ",
+"           .O .O .O .O  ",
+"           .O .O .O .O  ",
+"                        "};
diff --git a/etc/images/mail/reply-from.pbm b/etc/images/mail/reply-from.pbm
new file mode 100644 (file)
index 0000000..99fad60
Binary files /dev/null and b/etc/images/mail/reply-from.pbm differ
diff --git a/etc/images/mail/reply-from.xpm b/etc/images/mail/reply-from.xpm
new file mode 100644 (file)
index 0000000..543850f
--- /dev/null
@@ -0,0 +1,38 @@
+/* XPM */
+static char * reply_from_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 9 1",
+"      c None",
+".     c black",
+"X     c #673e666663d4",
+"o     c #eb46ea1de471",
+"O     c #a852a7bea3d2",
+"+     c #ae51c17b9b26",
+"@     c #8d4d97577838",
+"#     c #7c7c8b8b6e6e",
+"$     c #5e0868be52d3",
+/* pixels */
+"                        ",
+"                        ",
+"              ....      ",
+"         .....XooO.     ",
+"    .....XOooooooO.     ",
+"   .XOooooooooooXOO.    ",
+"   .oXXooooooooOXOo.    ",
+"   .OoOXXooooooXOoo.    ",
+"    .oooOOXOooXXXooO.   ",
+"    ........XXOoOXOo.   ",
+"    ..++++@.ooooooXO.   ",
+"     ..+@@@.oooooooXO.  ",
+"    ..+@@@#.oooooooO..  ",
+"  ..++@@@#$.ooooO...    ",
+"        #.$.oO...       ",
+"   ...O . ....          ",
+"   ...O                 ",
+"   .O                   ",
+"   ...O ..O .... .O O.  ",
+"   ...O ..O .OO. .....  ",
+"   .O   .O  .  . . . .  ",
+"   .O   .O  .OO. . . .  ",
+"   .O   .O  .... . O .  ",
+"                        "};
diff --git a/etc/images/mail/reply-to.pbm b/etc/images/mail/reply-to.pbm
new file mode 100644 (file)
index 0000000..d7dc639
Binary files /dev/null and b/etc/images/mail/reply-to.pbm differ
diff --git a/etc/images/mail/reply-to.xpm b/etc/images/mail/reply-to.xpm
new file mode 100644 (file)
index 0000000..bce818c
--- /dev/null
@@ -0,0 +1,38 @@
+/* XPM */
+static char * reply_to_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 9 1",
+"      c None",
+".     c black",
+"X     c #673e666663d4",
+"o     c #eb46ea1de471",
+"O     c #a852a7bea3d2",
+"+     c #ae51c17b9b26",
+"@     c #8d4d97577838",
+"#     c #7c7c8b8b6e6e",
+"$     c #5e0868be52d3",
+/* pixels */
+"                        ",
+"                        ",
+"              ....      ",
+"         .....XooO.     ",
+"    .....XOooooooO.     ",
+"   .XOooooooooooXOO.    ",
+"   .oXXooooooooOXOo.    ",
+"   .OoOXXooooooXOoo.    ",
+"    .oooOOXOooXXXooO.   ",
+"    ........XXOoOXOo.   ",
+"    ..++++@.ooooooXO.   ",
+"     ..+@@@.oooooooXO.  ",
+"    ..+@@@#.oooooooO..  ",
+"  ..++@@@#$.ooooO...    ",
+" .++++@@#.$             ",
+"  .+@@@#.o  ......      ",
+"   .+@#$.   OO.OOO      ",
+"    .#$.      .O        ",
+"     .$.      .O  ....  ",
+"      .       .O  .OO.  ",
+"              .O  .  .  ",
+"              .O  .OO.  ",
+"              .O  ....  ",
+"                        "};
diff --git a/etc/images/mail/reply.pbm b/etc/images/mail/reply.pbm
new file mode 100644 (file)
index 0000000..f48b34b
Binary files /dev/null and b/etc/images/mail/reply.pbm differ
diff --git a/etc/images/mail/reply.xpm b/etc/images/mail/reply.xpm
new file mode 100644 (file)
index 0000000..047f853
--- /dev/null
@@ -0,0 +1,38 @@
+/* XPM */
+static char * mail_reply_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 9 1",
+"      c None",
+".     c black",
+"X     c #673e666663d4",
+"o     c #eb46ea1de471",
+"O     c #a852a7bea3d2",
+"+     c #ae51c17b9b26",
+"@     c #8d4d97577838",
+"#     c #7c7c8b8b6e6e",
+"$     c #5e0868be52d3",
+/* pixels */
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"              ....      ",
+"         .....XooO.     ",
+"    .....XOooooooO.     ",
+"   .XOooooooooooXOO.    ",
+"   .oXXooooooooOXOo.    ",
+"   .OoOXXooooooXOoo.    ",
+"    .oooOOXOooXXXooO.   ",
+"    ........XXOoOXOo.   ",
+"    ..++++@.ooooooXO.   ",
+"     ..+@@@.oooooooXO.  ",
+"    ..+@@@#.oooooooO..  ",
+"  ..++@@@#$.ooooO...    ",
+" .++++@@#.$.oO...       ",
+"  .+@@@#.o....          ",
+"   .+@#$...             ",
+"    .#$.                ",
+"     .$.                ",
+"      .                 ",
+"                        "};
diff --git a/etc/images/mh-logo.xpm b/etc/images/mh-logo.xpm
new file mode 100644 (file)
index 0000000..ce6b97c
--- /dev/null
@@ -0,0 +1,22 @@
+/* XPM */
+static char *mh-e[] = {
+/* width height num_colors chars_per_pixel */
+"    18    13        2            1",
+/* colors */
+"# c #666699",
+". c None s None",
+/* pixels */
+"........##........",
+".......####.......",
+"......######......",
+"......######......",
+"....#########.....",
+"..##############..",
+".##...######....#.",
+"##...#.#.####...#.",
+"....#..#.##.#...#.",
+"...#..##.#.#.#....",
+"...#..#..#..#.#...",
+"...#..#.##..#.##..",
+"...#..#.#..#....#."
+};
diff --git a/etc/images/page-down.pbm b/etc/images/page-down.pbm
new file mode 100644 (file)
index 0000000..2f57714
Binary files /dev/null and b/etc/images/page-down.pbm differ
diff --git a/etc/images/page-down.xpm b/etc/images/page-down.xpm
new file mode 100644 (file)
index 0000000..3ef0f24
--- /dev/null
@@ -0,0 +1,34 @@
+/* XPM */
+static char * mail_page_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 5 1",
+"      c None",
+".     c black",
+"X     c #ea03ea03d271",
+"o     c #a5d8a5d89550",
+"O     c #d305d305bc3c",
+/* pixels */
+"                        ",
+"                        ",
+"   ..................   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XoooooooooooooXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .Xoooooooooo..oXX.   ",
+"   .XXXXXXXXXXX..XXX.   ",
+"   .XXXXXXXXXXX..XXX.   ",
+"   .XooooooXXXX..XXX.   ",
+"   .XXXXXXXXXXX..XXX.   ",
+"   .XXXXXXXXX.O..O.X.   ",
+"   .Xoooooooo.....XX.   ",
+"   .XXXXXXXXXX....XX.   ",
+"   .XXXXXXXXXXX..XXX.   ",
+"   .XXXXXXXXXXXooXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   ..................   ",
+"                        ",
+"                        ",
+"                        "};
diff --git a/etc/images/refresh.pbm b/etc/images/refresh.pbm
new file mode 100644 (file)
index 0000000..a373ee8
Binary files /dev/null and b/etc/images/refresh.pbm differ
diff --git a/etc/images/refresh.xpm b/etc/images/refresh.xpm
new file mode 100644 (file)
index 0000000..922b8f4
--- /dev/null
@@ -0,0 +1,35 @@
+/* XPM */
+static char * mail_rescan_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 6 1",
+"      c None",
+".     c black",
+"X     c #a5d8a5d89550",
+"o     c #d305d305bc3c",
+"O     c #ea03ea03d271",
+"+     c #828282827474",
+/* pixels */
+"                        ",
+"                        ",
+"       ..............   ",
+"      .XXXXXXXXXXXX..   ",
+"     .XXXXXXXXXXXX.X.   ",
+"    .XXXXXXXXXXXX.oo.   ",
+"   ..............ooo.   ",
+"   .OOOOOOOOOOOO.ooo.   ",
+"   .O++++++++++O.ooo.   ",
+"   .O+XXXXXXXX+O.ooo.   ",
+"   .O+XXXXXXXX+O.ooo.   ",
+"   .O+XXXXXXXX+O.ooo.   ",
+"   .O+XXXXXXXX+O.ooo.   ",
+"   .O++++++++++O.ooo.   ",
+"   .OOOOOOOOOOOO.ooo.   ",
+"   .O++++++++++O.ooo.   ",
+"   .O+XXXXXXXX+O.ooo.   ",
+"   .O+XXXXXXXX+O.ooX.   ",
+"   .O+XXXXXXXX+O.oo..   ",
+"   .O++++++++++O.o..    ",
+"  ..OOOOOOOOOOOO...     ",
+"  ................      ",
+"                        ",
+"                        "};
diff --git a/etc/images/show.pbm b/etc/images/show.pbm
new file mode 100644 (file)
index 0000000..d86b1e6
Binary files /dev/null and b/etc/images/show.pbm differ
diff --git a/etc/images/show.xpm b/etc/images/show.xpm
new file mode 100644 (file)
index 0000000..659226b
--- /dev/null
@@ -0,0 +1,33 @@
+/* XPM */
+static char * mail_show_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 4 1",
+"      c None",
+".     c black",
+"X     c #ea03ea03d271",
+"o     c #a5d8a5d89550",
+/* pixels */
+"                        ",
+"                        ",
+"   ..................   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XoooooooooooooXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XoooooooooooooXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XooooooXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XoooooooooXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   .XXXXXXXXXXXXXXXX.   ",
+"   ..................   ",
+"                        ",
+"                        ",
+"                        "};
diff --git a/etc/images/widen.pbm b/etc/images/widen.pbm
new file mode 100644 (file)
index 0000000..2d9780b
Binary files /dev/null and b/etc/images/widen.pbm differ
diff --git a/etc/images/widen.xpm b/etc/images/widen.xpm
new file mode 100644 (file)
index 0000000..0b87fc9
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char * widen_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"24 24 3 1",
+"      c None",
+".     c #8d4d97577838",
+"X     c black",
+/* pixels */
+"                        ",
+"                        ",
+"                        ",
+"  .                  .  ",
+"  .                  .  ",
+"  .                  .  ",
+"  .                  .  ",
+"  .                  .  ",
+"  .   XX        XX   .  ",
+"  .  XX          XX  .  ",
+"  . XX            XX .  ",
+"  .XXXXXXXX  XXXXXXXX.  ",
+"  .XXXXXXXX  XXXXXXXX.  ",
+"  . XX            XX .  ",
+"  .  XX          XX  .  ",
+"  .   XX        XX   .  ",
+"  .                  .  ",
+"  .                  .  ",
+"  .                  .  ",
+"  .                  .  ",
+"  .                  .  ",
+"                        ",
+"                        ",
+"                        "};
index 23fd172b03d6b282be2075ac925b7cf5fd4529b4..218635dc0537011d22c230e4b663d177723ec08f 100644 (file)
@@ -1,3 +1,19 @@
+2005-09-30  Bill Wohler  <wohler@newt.com>
+
+       Moved MH-E image files from toolbar and mail directories into
+       etc/images.
+
+       * mail/reply2.*: Moved to etc/images/mail/reply*.
+
+       * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
+       * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Moved to
+       etc/images.
+       
+       * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
+       * toolbar/reply*: Moved to etc/images/mail.
+
+       * toolbar/rescan.*: Moved and renamed to etc/images/refresh.*.
+
 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
 
        * speedbar.el: New version 1.0pre3.
diff --git a/lisp/mail/reply2.pbm b/lisp/mail/reply2.pbm
deleted file mode 100644 (file)
index f48b34b..0000000
Binary files a/lisp/mail/reply2.pbm and /dev/null differ
diff --git a/lisp/mail/reply2.xpm b/lisp/mail/reply2.xpm
deleted file mode 100644 (file)
index 047f853..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/* XPM */
-static char * mail_reply_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 9 1",
-"      c None",
-".     c black",
-"X     c #673e666663d4",
-"o     c #eb46ea1de471",
-"O     c #a852a7bea3d2",
-"+     c #ae51c17b9b26",
-"@     c #8d4d97577838",
-"#     c #7c7c8b8b6e6e",
-"$     c #5e0868be52d3",
-/* pixels */
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"              ....      ",
-"         .....XooO.     ",
-"    .....XOooooooO.     ",
-"   .XOooooooooooXOO.    ",
-"   .oXXooooooooOXOo.    ",
-"   .OoOXXooooooXOoo.    ",
-"    .oooOOXOooXXXooO.   ",
-"    ........XXOoOXOo.   ",
-"    ..++++@.ooooooXO.   ",
-"     ..+@@@.oooooooXO.  ",
-"    ..+@@@#.oooooooO..  ",
-"  ..++@@@#$.ooooO...    ",
-" .++++@@#.$.oO...       ",
-"  .+@@@#.o....          ",
-"   .+@#$...             ",
-"    .#$.                ",
-"     .$.                ",
-"      .                 ",
-"                        "};
index e851b399ce0de68033bb4849cbd15a6eeaad4137..9e1759ee5247bc2fa9c819ab5e7523b4c216c136 100644 (file)
@@ -1,3 +1,13 @@
+2005-09-30  Bill Wohler  <wohler@newt.com>
+
+       * mh-customize.el (mh-refile-msg, mh-tool-bar-reply-from)
+       (mh-tool-bar-reply-to, mh-tool-bar-reply-all)
+       (mh-alias-grab-from-field, mh-pack-folder): Image files moved to
+       etc/images/mail so added "mail/" prefix.
+       (mh-reply): Ditto. Also renamed reply2.* to reply.*.
+       (mh-rescan-folder): Ditto. Renamed image file to refresh.* since
+       it can be used in the general sense. Does not have "mail/" prefix.
+
 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
 
        * mh-mime.el (mh-compose-forward, mh-mhn-compose-forw):
index 4a9882b566c78a08a66db8e90bcd33b839e580ef..7fbb1c247b413b63b8c0094834cce2c35e661235 100644 (file)
@@ -1922,7 +1922,7 @@ This button runs `mh-previous-undeleted-msg'")
     "Go to the next undeleted message\nThe button runs `mh-next-undeleted-msg'")
   (mh-delete-msg (folder) "close"
     "Mark this message for deletion\nThis button runs `mh-delete-msg'")
-  (mh-refile-msg (folder) "refile"
+  (mh-refile-msg (folder) "mail/refile"
     "Refile this message\nThis button runs `mh-refile-msg'")
   (mh-undo (folder) "undo" "Undo last operation\nThis button runs `undo'"
     (mh-outstanding-commands-p))
@@ -1933,19 +1933,19 @@ This button runs `mh-previous-undeleted-msg'")
     "Toggle tick mark\nThis button runs `mh-toggle-tick'")
   (mh-toggle-showing (folder) "show"
     "Toggle showing message\nThis button runs `mh-toggle-showing'")
-  (mh-tool-bar-reply-from (folder) "reply-from" "Reply to \"from\"")
-  (mh-tool-bar-reply-to (folder) "reply-to" "Reply to \"to\"")
-  (mh-tool-bar-reply-all (folder) "reply-all" "Reply to \"all\"")
-  (mh-reply (folder) "mail/reply2"
+  (mh-tool-bar-reply-from (folder) "mail/reply-from" "Reply to \"from\"")
+  (mh-tool-bar-reply-to (folder) "mail/reply-to" "Reply to \"to\"")
+  (mh-tool-bar-reply-all (folder) "mail/reply-all" "Reply to \"all\"")
+  (mh-reply (folder) "mail/reply"
     "Reply to this message\nThis button runs `mh-reply'")
-  (mh-alias-grab-from-field (folder) "alias"
+  (mh-alias-grab-from-field (folder) "mail/alias"
     "Grab From alias\nThis button runs `mh-alias-grab-from-field'"
     (and (mh-extract-from-header-value) (not (mh-alias-for-from-p))))
   (mh-send (folder) "mail_compose"
     "Compose new message\nThis button runs `mh-send'")
-  (mh-rescan-folder (folder) "rescan"
+  (mh-rescan-folder (folder) "refresh"
     "Rescan this folder\nThis button runs `mh-rescan-folder'")
-  (mh-pack-folder (folder) "repack"
+  (mh-pack-folder (folder) "mail/repack"
     "Repack this folder\nThis button runs `mh-pack-folder'")
   (mh-tool-bar-search (folder) "search"
     "Search\nThis button runs `mh-tool-bar-search-function'")
diff --git a/lisp/toolbar/alias.pbm b/lisp/toolbar/alias.pbm
deleted file mode 100644 (file)
index cdd42c3..0000000
Binary files a/lisp/toolbar/alias.pbm and /dev/null differ
diff --git a/lisp/toolbar/alias.xpm b/lisp/toolbar/alias.xpm
deleted file mode 100644 (file)
index 8bf7506..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/* XPM */
-static char * alias_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 4 1",
-"      c None",
-".     c #61b761b7600a",
-"X     c #a5d8a5d89550",
-"o     c black",
-/* pixels */
-"                        ",
-"                        ",
-"                        ",
-"     ......             ",
-"   ...XXXX..XX          ",
-"  o..ooooooo...         ",
-" ooo      oooo..X       ",
-" o.X        ooo...      ",
-" o.X          ooo.XX    ",
-" o.X            oo..    ",
-" o.X             oo.    ",
-" o...            oo..   ",
-"  o.X             o..   ",
-"  o.XX            oX.   ",
-"   o....          oo.   ",
-"    o..XX        oooo   ",
-"     o...XXX   XXoooo   ",
-"      ooo........ooooo  ",
-"        oooooXXooooo.oo ",
-"            ooo    o..oo",
-"                    o...",
-"                     ooo",
-"                      oo",
-"                        "};
diff --git a/lisp/toolbar/execute.pbm b/lisp/toolbar/execute.pbm
deleted file mode 100644 (file)
index 84bcbb3..0000000
Binary files a/lisp/toolbar/execute.pbm and /dev/null differ
diff --git a/lisp/toolbar/execute.xpm b/lisp/toolbar/execute.xpm
deleted file mode 100644 (file)
index ce38c62..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * mail_exec_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 6 1",
-"      c None",
-".     c black",
-"X     c #a5d8a5d89550",
-"o     c #d305d305bc3c",
-"O     c #ea03ea03d271",
-"+     c white",
-/* pixels */
-"                        ",
-"                        ",
-"                        ",
-"                 ..     ",
-"             XX  ..     ",
-"         oo  XX  ..     ",
-"     OO  oo  XX  ..     ",
-"     OO  oo  XX  ..     ",
-"     OO  oo  XX  ..     ",
-"     OO  oo  XX  ..     ",
-"     OO  oo  XX  ..     ",
-"     OO  oo  XX  ..     ",
-"     OO  oo  XX  ..     ",
-"     OO  oo  XX         ",
-"     OO  oo             ",
-"     OO      +   ..     ",
-"             XX  ..     ",
-"         oo  XX         ",
-"     OO  oo             ",
-"     OO                 ",
-"                        ",
-"                        ",
-"                        ",
-"                        "};
diff --git a/lisp/toolbar/highlight.pbm b/lisp/toolbar/highlight.pbm
deleted file mode 100644 (file)
index 23394f0..0000000
Binary files a/lisp/toolbar/highlight.pbm and /dev/null differ
diff --git a/lisp/toolbar/highlight.xpm b/lisp/toolbar/highlight.xpm
deleted file mode 100644 (file)
index 1844128..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/* XPM */
-static char * highlight_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 4 1",
-"      c None",
-".     c black",
-"X     c #828282827474",
-"o     c #dd00df007e00",
-/* pixels */
-"                 .....  ",
-"                ..XXX.. ",
-"                .XXXXX. ",
-"               .XXXXX.. ",
-"               .XXXXX.  ",
-"               .XXXXX.  ",
-"              .XXXXX.   ",
-"              .ooXX.    ",
-"              ..ooo.    ",
-"       oooo     ....    ",
-"oo.ooo....oo ...        ",
-"o.o.ooo.oo.o.ooo.o      ",
-".ooo.oo.oo.o.ooooo      ",
-".ooo.oo.oo.o.ooooo      ",
-".ooo.oo...oo.ooooo      ",
-".....oo.oo.o.ooooo      ",
-".ooo.oo.oo.o.ooooo      ",
-".ooo.oo.oo.o.ooo.o      ",
-". oo.o....ooo...o       ",
-"         oo oooo        ",
-"                        ",
-"                        ",
-"                        ",
-"                        "};
diff --git a/lisp/toolbar/mh-logo.xpm b/lisp/toolbar/mh-logo.xpm
deleted file mode 100644 (file)
index ce6b97c..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* XPM */
-static char *mh-e[] = {
-/* width height num_colors chars_per_pixel */
-"    18    13        2            1",
-/* colors */
-"# c #666699",
-". c None s None",
-/* pixels */
-"........##........",
-".......####.......",
-"......######......",
-"......######......",
-"....#########.....",
-"..##############..",
-".##...######....#.",
-"##...#.#.####...#.",
-"....#..#.##.#...#.",
-"...#..##.#.#.#....",
-"...#..#..#..#.#...",
-"...#..#.##..#.##..",
-"...#..#.#..#....#."
-};
diff --git a/lisp/toolbar/page-down.pbm b/lisp/toolbar/page-down.pbm
deleted file mode 100644 (file)
index 2f57714..0000000
Binary files a/lisp/toolbar/page-down.pbm and /dev/null differ
diff --git a/lisp/toolbar/page-down.xpm b/lisp/toolbar/page-down.xpm
deleted file mode 100644 (file)
index 3ef0f24..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/* XPM */
-static char * mail_page_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 5 1",
-"      c None",
-".     c black",
-"X     c #ea03ea03d271",
-"o     c #a5d8a5d89550",
-"O     c #d305d305bc3c",
-/* pixels */
-"                        ",
-"                        ",
-"   ..................   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XoooooooooooooXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .Xoooooooooo..oXX.   ",
-"   .XXXXXXXXXXX..XXX.   ",
-"   .XXXXXXXXXXX..XXX.   ",
-"   .XooooooXXXX..XXX.   ",
-"   .XXXXXXXXXXX..XXX.   ",
-"   .XXXXXXXXX.O..O.X.   ",
-"   .Xoooooooo.....XX.   ",
-"   .XXXXXXXXXX....XX.   ",
-"   .XXXXXXXXXXX..XXX.   ",
-"   .XXXXXXXXXXXooXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   ..................   ",
-"                        ",
-"                        ",
-"                        "};
diff --git a/lisp/toolbar/refile.pbm b/lisp/toolbar/refile.pbm
deleted file mode 100644 (file)
index 64e534e..0000000
Binary files a/lisp/toolbar/refile.pbm and /dev/null differ
diff --git a/lisp/toolbar/refile.xpm b/lisp/toolbar/refile.xpm
deleted file mode 100644 (file)
index 561012d..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/* XPM */
-static char * refile_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 7 1",
-"      c None",
-".     c black",
-"X     c #a5d8a5d89550",
-"o     c #d305d305bc3c",
-"O     c #ea03ea03d271",
-"+     c #828282827474",
-"@     c #61b761b7600a",
-/* pixels */
-"             .          ",
-"           ..X.         ",
-"         ..XoO....      ",
-"       ..XooooO.+.      ",
-"     ..XooooooOX..  ..  ",
-"    .@@ooooooOOO@. ...  ",
-"    .O@oooooOOOOO..@@.  ",
-"    .OO@oooOOOOOO..@@.  ",
-"  ...OO@XooOOOOO...@@.  ",
-" ..+.O@XooOOOO..@@@@@.  ",
-" .++..XooOOOO..@@@@@@.  ",
-" .++.@oooOO...@@@@@@@.  ",
-" ..+.XooOOO..@@@@@@@.   ",
-"  .++.OOOO.@@@@@@@@.    ",
-"   .+.oOO..@@@@@@@.     ",
-"   .++.OO.@@@@@@@.      ",
-"    .++.O.@@@@@..       ",
-"    ..+.O.@@@@@.        ",
-"     .++..@@@@.         ",
-"     ..++.@@@.          ",
-"       .+.@@.           ",
-"       ...@.            ",
-"        ...             ",
-"         .              "};
diff --git a/lisp/toolbar/repack.pbm b/lisp/toolbar/repack.pbm
deleted file mode 100644 (file)
index 502b117..0000000
Binary files a/lisp/toolbar/repack.pbm and /dev/null differ
diff --git a/lisp/toolbar/repack.xpm b/lisp/toolbar/repack.xpm
deleted file mode 100644 (file)
index b50b8f3..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * mail_repack_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 6 1",
-"      c None",
-".     c black",
-"X     c #a5d8a5d89550",
-"o     c #d305d305bc3c",
-"O     c #ea03ea03d271",
-"+     c #828282827474",
-/* pixels */
-"                        ",
-"                        ",
-"       ..............   ",
-"      .XXXXXXXXXXXX..   ",
-"     .XXXXXXXXXXXX.X.   ",
-"    .XXXXXXXXXXXX.oo.   ",
-"   ..............ooo.   ",
-"   .OOOOOOOOOOOO.oo.    ",
-"   .O++++++++++O.oo.    ",
-"   .O+XXXXXXXX+O.o.     ",
-"    .+XXXXXXXX+.o..     ",
-"    .+XX...XXX+....     ",
-"     ....o.......oo.    ",
-"     ....o.....Oooo.    ",
-"    .OOO...OOOO.oooo.   ",
-"    .++++++++++.oooo.   ",
-"    .+XXXXXXXX+.oooo.   ",
-"   .O+XXXXXXXX+O.ooX.   ",
-"   .O+XXXXXXXX+O.oo..   ",
-"   .O++++++++++O.o..    ",
-"  ..OOOOOOOOOOOO...     ",
-"  ................      ",
-"                        ",
-"                        "};
diff --git a/lisp/toolbar/reply-all.pbm b/lisp/toolbar/reply-all.pbm
deleted file mode 100644 (file)
index 57503cb..0000000
Binary files a/lisp/toolbar/reply-all.pbm and /dev/null differ
diff --git a/lisp/toolbar/reply-all.xpm b/lisp/toolbar/reply-all.xpm
deleted file mode 100644 (file)
index 43453ee..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/* XPM */
-static char * reply_all_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 9 1",
-"      c None",
-".     c black",
-"X     c #673e666663d4",
-"o     c #eb46ea1de471",
-"O     c #a852a7bea3d2",
-"+     c #ae51c17b9b26",
-"@     c #8d4d97577838",
-"#     c #7c7c8b8b6e6e",
-"$     c #5e0868be52d3",
-/* pixels */
-"                        ",
-"                        ",
-"              ....      ",
-"         .....XooO.     ",
-"    .....XOooooooO.     ",
-"   .XOooooooooooXOO.    ",
-"   .oXXooooooooOXOo.    ",
-"   .OoOXXooooooXOoo.    ",
-"    .oooOOXOooXXXooO.   ",
-"    ........XXOoOXOo.   ",
-"    ..++++@.ooooooXO.   ",
-"     ..+@@@.oooooooXO.  ",
-"    ..+@@@#.oooooooO..  ",
-"  ..++@@@#$.ooooO...    ",
-" .++++@@#.$    ..       ",
-"  .+@@@#.o  ..   .O .O  ",
-"   .+@#$.   .O.  .O .O  ",
-"    .#$.   .O .o .O .O  ",
-"     .$.   .  .O .O .O  ",
-"      .    ....O .O .O  ",
-"           .O .O .O .O  ",
-"           .O .O .O .O  ",
-"           .O .O .O .O  ",
-"                        "};
diff --git a/lisp/toolbar/reply-from.pbm b/lisp/toolbar/reply-from.pbm
deleted file mode 100644 (file)
index 99fad60..0000000
Binary files a/lisp/toolbar/reply-from.pbm and /dev/null differ
diff --git a/lisp/toolbar/reply-from.xpm b/lisp/toolbar/reply-from.xpm
deleted file mode 100644 (file)
index 543850f..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/* XPM */
-static char * reply_from_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 9 1",
-"      c None",
-".     c black",
-"X     c #673e666663d4",
-"o     c #eb46ea1de471",
-"O     c #a852a7bea3d2",
-"+     c #ae51c17b9b26",
-"@     c #8d4d97577838",
-"#     c #7c7c8b8b6e6e",
-"$     c #5e0868be52d3",
-/* pixels */
-"                        ",
-"                        ",
-"              ....      ",
-"         .....XooO.     ",
-"    .....XOooooooO.     ",
-"   .XOooooooooooXOO.    ",
-"   .oXXooooooooOXOo.    ",
-"   .OoOXXooooooXOoo.    ",
-"    .oooOOXOooXXXooO.   ",
-"    ........XXOoOXOo.   ",
-"    ..++++@.ooooooXO.   ",
-"     ..+@@@.oooooooXO.  ",
-"    ..+@@@#.oooooooO..  ",
-"  ..++@@@#$.ooooO...    ",
-"        #.$.oO...       ",
-"   ...O . ....          ",
-"   ...O                 ",
-"   .O                   ",
-"   ...O ..O .... .O O.  ",
-"   ...O ..O .OO. .....  ",
-"   .O   .O  .  . . . .  ",
-"   .O   .O  .OO. . . .  ",
-"   .O   .O  .... . O .  ",
-"                        "};
diff --git a/lisp/toolbar/reply-to.pbm b/lisp/toolbar/reply-to.pbm
deleted file mode 100644 (file)
index d7dc639..0000000
Binary files a/lisp/toolbar/reply-to.pbm and /dev/null differ
diff --git a/lisp/toolbar/reply-to.xpm b/lisp/toolbar/reply-to.xpm
deleted file mode 100644 (file)
index bce818c..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/* XPM */
-static char * reply_to_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 9 1",
-"      c None",
-".     c black",
-"X     c #673e666663d4",
-"o     c #eb46ea1de471",
-"O     c #a852a7bea3d2",
-"+     c #ae51c17b9b26",
-"@     c #8d4d97577838",
-"#     c #7c7c8b8b6e6e",
-"$     c #5e0868be52d3",
-/* pixels */
-"                        ",
-"                        ",
-"              ....      ",
-"         .....XooO.     ",
-"    .....XOooooooO.     ",
-"   .XOooooooooooXOO.    ",
-"   .oXXooooooooOXOo.    ",
-"   .OoOXXooooooXOoo.    ",
-"    .oooOOXOooXXXooO.   ",
-"    ........XXOoOXOo.   ",
-"    ..++++@.ooooooXO.   ",
-"     ..+@@@.oooooooXO.  ",
-"    ..+@@@#.oooooooO..  ",
-"  ..++@@@#$.ooooO...    ",
-" .++++@@#.$             ",
-"  .+@@@#.o  ......      ",
-"   .+@#$.   OO.OOO      ",
-"    .#$.      .O        ",
-"     .$.      .O  ....  ",
-"      .       .O  .OO.  ",
-"              .O  .  .  ",
-"              .O  .OO.  ",
-"              .O  ....  ",
-"                        "};
diff --git a/lisp/toolbar/rescan.pbm b/lisp/toolbar/rescan.pbm
deleted file mode 100644 (file)
index a373ee8..0000000
Binary files a/lisp/toolbar/rescan.pbm and /dev/null differ
diff --git a/lisp/toolbar/rescan.xpm b/lisp/toolbar/rescan.xpm
deleted file mode 100644 (file)
index 922b8f4..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/* XPM */
-static char * mail_rescan_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 6 1",
-"      c None",
-".     c black",
-"X     c #a5d8a5d89550",
-"o     c #d305d305bc3c",
-"O     c #ea03ea03d271",
-"+     c #828282827474",
-/* pixels */
-"                        ",
-"                        ",
-"       ..............   ",
-"      .XXXXXXXXXXXX..   ",
-"     .XXXXXXXXXXXX.X.   ",
-"    .XXXXXXXXXXXX.oo.   ",
-"   ..............ooo.   ",
-"   .OOOOOOOOOOOO.ooo.   ",
-"   .O++++++++++O.ooo.   ",
-"   .O+XXXXXXXX+O.ooo.   ",
-"   .O+XXXXXXXX+O.ooo.   ",
-"   .O+XXXXXXXX+O.ooo.   ",
-"   .O+XXXXXXXX+O.ooo.   ",
-"   .O++++++++++O.ooo.   ",
-"   .OOOOOOOOOOOO.ooo.   ",
-"   .O++++++++++O.ooo.   ",
-"   .O+XXXXXXXX+O.ooo.   ",
-"   .O+XXXXXXXX+O.ooX.   ",
-"   .O+XXXXXXXX+O.oo..   ",
-"   .O++++++++++O.o..    ",
-"  ..OOOOOOOOOOOO...     ",
-"  ................      ",
-"                        ",
-"                        "};
diff --git a/lisp/toolbar/show.pbm b/lisp/toolbar/show.pbm
deleted file mode 100644 (file)
index d86b1e6..0000000
Binary files a/lisp/toolbar/show.pbm and /dev/null differ
diff --git a/lisp/toolbar/show.xpm b/lisp/toolbar/show.xpm
deleted file mode 100644 (file)
index 659226b..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/* XPM */
-static char * mail_show_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 4 1",
-"      c None",
-".     c black",
-"X     c #ea03ea03d271",
-"o     c #a5d8a5d89550",
-/* pixels */
-"                        ",
-"                        ",
-"   ..................   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XoooooooooooooXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XoooooooooooooXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XooooooXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XoooooooooXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   .XXXXXXXXXXXXXXXX.   ",
-"   ..................   ",
-"                        ",
-"                        ",
-"                        "};
diff --git a/lisp/toolbar/widen.pbm b/lisp/toolbar/widen.pbm
deleted file mode 100644 (file)
index 2d9780b..0000000
Binary files a/lisp/toolbar/widen.pbm and /dev/null differ
diff --git a/lisp/toolbar/widen.xpm b/lisp/toolbar/widen.xpm
deleted file mode 100644 (file)
index 0b87fc9..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/* XPM */
-static char * widen_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 3 1",
-"      c None",
-".     c #8d4d97577838",
-"X     c black",
-/* pixels */
-"                        ",
-"                        ",
-"                        ",
-"  .                  .  ",
-"  .                  .  ",
-"  .                  .  ",
-"  .                  .  ",
-"  .                  .  ",
-"  .   XX        XX   .  ",
-"  .  XX          XX  .  ",
-"  . XX            XX .  ",
-"  .XXXXXXXX  XXXXXXXX.  ",
-"  .XXXXXXXX  XXXXXXXX.  ",
-"  . XX            XX .  ",
-"  .  XX          XX  .  ",
-"  .   XX        XX   .  ",
-"  .                  .  ",
-"  .                  .  ",
-"  .                  .  ",
-"  .                  .  ",
-"  .                  .  ",
-"                        ",
-"                        ",
-"                        "};