talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit d10b5af20399f8711a8f5ce0172cb33b68c97977
parent d3c722d3f45e2280384c78994a65bfb4e093eb0a
Author: Colin Leroy <colin@colino.net>
Date:   Fri, 14 Jun 2013 10:26:15 +0200

Fix typo preventing Win32 build

Diffstat:
Msrc/matcher.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/matcher.c b/src/matcher.c @@ -1219,7 +1219,7 @@ MatcherList *matcherlist_new_from_lines(gchar *lines, gboolean bool_and, int i = 0; while (strings && strings[i] && *strings[i]) { m = matcherprop_new(MATCHCRITERIA_SUBJECT, NULL, - case_sensitive? MATCHTYPE_MATCH: MATCHTYPE_MATCHCASE + case_sensitive? MATCHTYPE_MATCH: MATCHTYPE_MATCHCASE, strings[i], 0); if (m == NULL) { /* print error message */