From: Paul Date: Tue, 30 Aug 2016 10:26:45 +0000 (+0100) Subject: add 'noselect' and 'subs-only' folder icons X-Git-Tag: 3.14.1~93 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=677143676093c63df3051bd3312f40090aef5c08 add 'noselect' and 'subs-only' folder icons --- diff --git a/src/gtk/icon_legend.c b/src/gtk/icon_legend.c index 6c870e89d..e7912377c 100644 --- a/src/gtk/icon_legend.c +++ b/src/gtk/icon_legend.c @@ -33,7 +33,7 @@ #include "stock_pixmap.h" #include "prefs_gtk.h" -#define ICONS 21 +#define ICONS 23 StockPixmap legend_icons[ICONS] = { STOCK_PIXMAP_NEW, @@ -57,6 +57,8 @@ StockPixmap legend_icons[ICONS] = { STOCK_PIXMAP_DIR_OPEN, STOCK_PIXMAP_DIR_OPEN_HRM, STOCK_PIXMAP_DIR_OPEN_MARK, + STOCK_PIXMAP_DIR_NOSELECT_OPEN, + STOCK_PIXMAP_DIR_SUBS_OPEN, }; static gchar *legend_icon_desc[] = { @@ -86,6 +88,8 @@ static gchar *legend_icon_desc[] = { N_("Folder (normal, opened)"), N_("Folder with read messages hidden"), N_("Folder contains marked messages"), + N_("IMAP Folder which contains sub-folders only"), + N_("IMAP Mailbox showing only subscribed folders"), }; static struct LegendDialog {