CVS: sylpheed-claws/src matcher.c,1.75.2.20,1.75.2.21
Paul Mangan <[email protected]>
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/sylpheed-claws/sylpheed-claws/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7216/src
Modified Files:
Tag: gtk2
matcher.c
Log Message:
2006-04-28 [paul] 2.1.1cvs41
* src/matcher.c
fix returned quick search results when search
term contains an underscore.
Thanks to Colin
Index: matcher.c
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/src/matcher.c,v
retrieving revision 1.75.2.20
retrieving revision 1.75.2.21
diff -u -r1.75.2.20 -r1.75.2.21
--- matcher.c 6 Apr 2006 10:58:03 -0000 1.75.2.20
+++ matcher.c 28 Apr 2006 09:21:10 -0000 1.75.2.21
@@ -390,7 +390,7 @@
res = matcherprop_string_match(prop, tmp);
}
- if (res == FALSE && strchr(prop->expr, '=')) {
+ if (res == FALSE && strchr(prop->expr, '=') || strchr(prop->expr, '_') ) {
/* if searching for something with an equal char, maybe
* we should try to match the non-decoded string.
* In case it was not qp-encoded. */
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642