aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--art/Makefile.am1
-rw-r--r--art/empty.xpm21
2 files changed, 22 insertions, 0 deletions
diff --git a/art/Makefile.am b/art/Makefile.am
index 25eaf379e8..a7de1604af 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -21,6 +21,7 @@ images_DATA = \
EXTRA_DIST = \
attachment.xpm \
+ empty.xpm \
mail-new.xpm \
mail-read.xpm \
mail-replied.xpm \
diff --git a/art/empty.xpm b/art/empty.xpm
new file mode 100644
index 0000000000..93b02c0164
--- /dev/null
+++ b/art/empty.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * empty_xpm[] = {
+"16 16 2 1",
+" c None",
+". c #FFFFFF",
+"................",
+"................",
+"................",
+"................",
+"................",
+"................",
+"................",
+"................",
+"................",
+"................",
+"................",
+"................",
+"................",
+"................",
+"................",
+"................"};