[Commits] authors.h 1.1.2.77 1.1.2.78 quicksearch.c 1.1.2.107 1.1.2.108

claws at claws-mail.org claws at claws-mail.org
Thu Mar 29 08:30:03 CEST 2012


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

Modified Files:
      Tag: gtk2
	authors.h quicksearch.c 
Log Message:
2012-03-29 [paul]	3.8.0cvs35

	* AUTHORS
	* src/gtk/authors.h
	* src/gtk/quicksearch.c
		add 'ha', short version of 'has_attachment' in quick search
		Patch by Andreas Rönnquist 

Index: authors.h
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/Attic/authors.h,v
retrieving revision 1.1.2.77
retrieving revision 1.1.2.78
diff -u -d -r1.1.2.77 -r1.1.2.78
--- authors.h	11 Mar 2012 09:19:23 -0000	1.1.2.77
+++ authors.h	29 Mar 2012 06:30:01 -0000	1.1.2.78
@@ -220,6 +220,7 @@
 "David Relson",
 "Chad Robinson",
 "Paul Rolland",
+"Andreas Rönnquist",
 "Luca Rosellini",
 "Guy Rouillier",
 "Stephan Sachse",

Index: quicksearch.c
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/quicksearch.c,v
retrieving revision 1.1.2.107
retrieving revision 1.1.2.108
diff -u -d -r1.1.2.107 -r1.1.2.108
--- quicksearch.c	9 Dec 2011 20:29:21 -0000	1.1.2.107
+++ quicksearch.c	29 Mar 2012 06:30:01 -0000	1.1.2.108
@@ -504,6 +504,7 @@
 	"E S",	 N_("true if execute \"S\" succeeds"),
 	"f S",	 N_("messages originating from user S"),
 	"F",	 N_("forwarded messages"),
+	"ha",	 N_("messages which have attachments"),
 	"h S",	 N_("messages which contain header S"),
 	"i S",	 N_("messages which contain S in Message-ID header"),
 	"I S",	 N_("messages which contain S in In-Reply-To header"),
@@ -1180,6 +1181,7 @@
 		{ "f",	"from",				1,	TRUE,	TRUE  },
 		{ "F",	"forwarded",			0,	FALSE,	FALSE },
 		{ "h",	"headers_part",			1,	TRUE,	TRUE  },
+		{ "ha",	"has_attachments",		0,	FALSE,	FALSE },
 		{ "i",	"header \"Message-ID\"",	1,	TRUE,	TRUE  },
 		{ "I",	"inreplyto",			1,	TRUE,	TRUE  },
 		{ "k",	"colorlabel",			1,	FALSE,	FALSE },



More information about the Commits mailing list