aboutsummaryrefslogtreecommitdiff
path: root/src/icons
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-09-13 09:13:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-09-13 09:13:15 +0000
commit9b801d5b1903a5f7939bb9b0cb68d0058217f668 (patch)
tree922994cc41ec3e00b6f4d1b0133c2178e2a3f76a /src/icons
parentaf662f794d118ff080b616c5315b3a1f831fb4a3 (diff)
distinguish icon for HTML mail and other mail with attachments on summaryview (#84).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3281 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/icons')
-rw-r--r--src/icons/Makefile.am4
-rw-r--r--src/icons/html.pngbin0 -> 770 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/src/icons/Makefile.am b/src/icons/Makefile.am
index c1ad743b..2c7cd17f 100644
--- a/src/icons/Makefile.am
+++ b/src/icons/Makefile.am
@@ -32,7 +32,8 @@ BUILT_SOURCES = \
folder-open.h \
folder-noselect.h \
folder-search.h \
- group.h
+ group.h \
+ html.h
EXTRA_DIST = \
stock_addressbook.png \
@@ -69,6 +70,7 @@ EXTRA_DIST = \
folder-noselect.png \
folder-search.png \
group.png \
+ html.png \
clip.xpm \
deleted.xpm \
forwarded.xpm \
diff --git a/src/icons/html.png b/src/icons/html.png
new file mode 100644
index 00000000..d95fcc09
--- /dev/null
+++ b/src/icons/html.png
Binary files differ