[Commits] imap.c 1.179.2.270 1.179.2.271
colin at claws-mail.org
colin at claws-mail.org
Wed Jan 23 10:03:03 CET 2013
Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv21227/src
Modified Files:
Tag: gtk2
imap.c
Log Message:
2013-01-23 [colin] 3.9.0cvs58
* src/imap.c
Fix bug #2863, "Applying has_attachment quicksearch
on IMAP segfaults".
Index: imap.c
===================================================================
RCS file: /home/claws-mail/claws/src/imap.c,v
retrieving revision 1.179.2.270
retrieving revision 1.179.2.271
diff -u -d -r1.179.2.270 -r1.179.2.271
--- imap.c 28 Nov 2012 11:01:24 -0000 1.179.2.270
+++ imap.c 23 Jan 2013 09:02:59 -0000 1.179.2.271
@@ -2219,6 +2219,7 @@
if (imap_matcher_type_is_local(utf8_prop->criteria)
|| utf8_prop->criteria == MATCHCRITERIA_TAG
|| utf8_prop->criteria == MATCHCRITERIA_NOT_TAG
+ || utf8_prop->expr == NULL
|| is_ascii_str(utf8_prop->expr))
return matcherprop_new(utf8_prop->criteria,
utf8_prop->header,
More information about the Commits
mailing list