[dovecot-cvs] dovecot/src/lib-storage/index index-search.c, 1.112.2.4, 1.112.2.5
tss at dovecot.org
tss at dovecot.org
Sun Oct 8 20:22:33 UTC 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv22340/lib-storage/index
Modified Files:
Tag: branch_1_0
index-search.c
Log Message:
Added fill_missing parameter to message_address_parse() which specifies if
missing mailbox and domain should be returned as MISSING_MAILBOX and
MISSING_DOMAIN or just as empty strings.
Index: index-search.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-search.c,v
retrieving revision 1.112.2.4
retrieving revision 1.112.2.5
diff -u -d -r1.112.2.4 -r1.112.2.5
--- index-search.c 26 Jun 2006 08:35:48 -0000 1.112.2.4
+++ index-search.c 8 Oct 2006 19:22:31 -0000 1.112.2.5
@@ -394,7 +394,7 @@
addr = message_address_parse(pool_datastack_create(),
ctx->hdr->full_value,
ctx->hdr->full_value_len,
- (unsigned int)-1);
+ (unsigned int)-1, TRUE);
str = t_str_new(ctx->hdr->value_len);
message_address_write(str, addr);
ret = message_header_search(str_data(str), str_len(str),
More information about the dovecot-cvs
mailing list