aboutsummaryrefslogtreecommitdiff
path: root/src/stock_pixmap.c
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/stock_pixmap.c
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/stock_pixmap.c')
-rw-r--r--src/stock_pixmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stock_pixmap.c b/src/stock_pixmap.c
index 0da2155b..09d1df84 100644
--- a/src/stock_pixmap.c
+++ b/src/stock_pixmap.c
@@ -80,6 +80,7 @@
#include "icons/folder-noselect.h"
#include "icons/folder-search.h"
#include "icons/group.h"
+#include "icons/html.h"
typedef struct _StockPixmapData StockPixmapData;
@@ -110,6 +111,7 @@ static StockPixmapData pixmaps[] =
{error_xpm , NULL, NULL},
{forwarded_xpm , NULL, NULL},
{NULL, NULL, NULL, NULL, group, sizeof(group), "group", 0},
+ {NULL, NULL, NULL, NULL, html, sizeof(html), "html", 0},
{interface_xpm , NULL, NULL},
{jpilot_xpm , NULL, NULL},
{ldap_xpm , NULL, NULL},