[Commits] icon_legend.c 1.1.2.20 1.1.2.21

wwp at claws-mail.org wwp at claws-mail.org
Fri Dec 16 14:30:35 CET 2011


Update of /home/claws-mail/claws/src/gtk
In directory claws-mail:/tmp/cvs-serv30900/src/gtk

Modified Files:
      Tag: gtk2
	icon_legend.c 
Log Message:
2011-12-16 [wwp]	3.8.0cvs2

	* src/procmsg.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summaryview.c
	* src/gtk/icon_legend.c
	* src/pixmaps/replied_and_forwarded.xpm
	  Make replied and forwarded status flags non exclusive.
	  Introduce a new message state (and relevant icon in message list)
	  where both the replied and forwarded flags are set. 

Index: icon_legend.c
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/Attic/icon_legend.c,v
retrieving revision 1.1.2.20
retrieving revision 1.1.2.21
diff -u -d -r1.1.2.20 -r1.1.2.21
--- icon_legend.c	7 Oct 2011 09:17:51 -0000	1.1.2.20
+++ icon_legend.c	16 Dec 2011 13:30:33 -0000	1.1.2.21
@@ -39,6 +39,7 @@
 	STOCK_PIXMAP_UNREAD,
 	STOCK_PIXMAP_REPLIED, 
 	STOCK_PIXMAP_FORWARDED, 
+	STOCK_PIXMAP_REPLIED_AND_FORWARDED, 
 	STOCK_PIXMAP_IGNORETHREAD,
 	STOCK_PIXMAP_WATCHTHREAD,
 	STOCK_PIXMAP_SPAM,
@@ -63,6 +64,7 @@
 	N_("Unread message"),
 	N_("Message has been replied to"),
 	N_("Message has been forwarded"),
+	N_("Message has been forwarded and replied to"),
 	N_("Message is in an ignored thread"),
 	N_("Message is in a watched thread"),
 	N_("Message is spam"),



More information about the Commits mailing list