[Commits] authors.h 1.1.2.82 1.1.2.83 quicksearch.c 1.1.2.121 1.1.2.122

colin at claws-mail.org colin at claws-mail.org
Sun Nov 18 20:50:38 CET 2012


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

Modified Files:
      Tag: gtk2
	authors.h quicksearch.c 
Log Message:
2012-11-18 [colin]	3.9.0cvs14

	* AUTHORS
	* src/advsearch.c
	* src/matcher.c
	* src/matcher.h
	* src/matcher_parser_parse.y
	* src/prefs_matcher.c
	* src/gtk/authors.h
	* src/gtk/quicksearch.c
		Add age_{greater,lower}_hours matcher criteria
		Initial patch by Abhay S. Kushwaha.

Index: authors.h
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/Attic/authors.h,v
retrieving revision 1.1.2.82
retrieving revision 1.1.2.83
diff -u -d -r1.1.2.82 -r1.1.2.83
--- authors.h	25 Oct 2012 07:42:08 -0000	1.1.2.82
+++ authors.h	18 Nov 2012 19:50:36 -0000	1.1.2.83
@@ -164,6 +164,7 @@
 "Fabian Keil",
 "Martin Kluge",
 "IWAMOTO Kouichi",
+"Abhay S. Kushwaha",
 "Joshua M. Kwan",
 "Jean-Yves Lefort",
 "Jérôme Lelong",

Index: quicksearch.c
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/quicksearch.c,v
retrieving revision 1.1.2.121
retrieving revision 1.1.2.122
diff -u -d -r1.1.2.121 -r1.1.2.122
--- quicksearch.c	16 Nov 2012 16:10:09 -0000	1.1.2.121
+++ quicksearch.c	18 Nov 2012 19:50:36 -0000	1.1.2.122
@@ -433,6 +433,8 @@
 	"a",	 N_("all messages"),
 	"ag #",  N_("messages whose age is greater than # days"),
 	"al #",  N_("messages whose age is less than # days"),
+	"agh #",  N_("messages whose age is greater than # hours"),
+	"alh #",  N_("messages whose age is less than # hours"),
 	"b S",	 N_("messages which contain S in the message body"),
 	"B S",	 N_("messages which contain S in the whole message"),
 	"c S",	 N_("messages carbon-copied to S"),



More information about the Commits mailing list