[Commits] [SCM] claws branch, master, updated. 3.14.0-43-g6771436

claws at claws-mail.org claws at claws-mail.org
Tue Aug 30 12:26:51 CEST 2016


The branch, master has been updated
       via  677143676093c63df3051bd3312f40090aef5c08 (commit)
      from  27290077c05e8b7eb66f4bc740242966a3c6ddf1 (commit)

Summary of changes:
 src/gtk/icon_legend.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 677143676093c63df3051bd3312f40090aef5c08
Author: Paul <paul at claws-mail.org>
Date:   Tue Aug 30 11:26:45 2016 +0100

    add 'noselect' and 'subs-only' folder icons

diff --git a/src/gtk/icon_legend.c b/src/gtk/icon_legend.c
index 6c870e8..e791237 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 {

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list