[dovecot-cvs] dovecot/src/imap imap-sort.c,1.28,1.28.2.1
tss at dovecot.org
tss at dovecot.org
Sun Oct 8 20:22:35 UTC 2006
Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv22340/imap
Modified Files:
Tag: branch_1_0
imap-sort.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: imap-sort.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/imap-sort.c,v
retrieving revision 1.28
retrieving revision 1.28.2.1
diff -u -d -r1.28 -r1.28.2.1
--- imap-sort.c 14 Feb 2006 18:59:10 -0000 1.28
+++ imap-sort.c 8 Oct 2006 19:22:33 -0000 1.28.2.1
@@ -297,7 +297,7 @@
addr = message_address_parse(pool_datastack_create(),
(const unsigned char *)str,
- strlen(str), 1);
+ strlen(str), 1, TRUE);
return addr != NULL ? addr->mailbox : NULL;
}
More information about the dovecot-cvs
mailing list