dovecot-2.2: lib-storage: mail_search_arg*_dup() didn't preserve...

dovecot at dovecot.org dovecot at dovecot.org
Sun Dec 6 16:08:40 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/59a8b0aa6379
changeset: 19469:59a8b0aa6379
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Dec 06 18:06:45 2015 +0200
description:
lib-storage: mail_search_arg*_dup() didn't preserve fuzzy-flag.

diffstat:

 src/lib-storage/mail-search.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r bc3f0e0c7a67 -r 59a8b0aa6379 src/lib-storage/mail-search.c
--- a/src/lib-storage/mail-search.c	Sun Dec 06 16:46:30 2015 +0200
+++ b/src/lib-storage/mail-search.c	Sun Dec 06 18:06:45 2015 +0200
@@ -263,6 +263,7 @@
 	new_arg->match_not = arg->match_not;
 	new_arg->match_always = arg->match_always;
 	new_arg->nonmatch_always = arg->nonmatch_always;
+	new_arg->fuzzy = arg->fuzzy;
 	new_arg->value.search_flags = arg->value.search_flags;
 
 	switch (arg->type) {


More information about the dovecot-cvs mailing list