[dovecot-cvs] dovecot/src/lib-imap imap-envelope.c,1.36,1.37

tss at dovecot.org tss at dovecot.org
Sun Oct 8 20:22:38 UTC 2006


Update of /var/lib/cvs/dovecot/src/lib-imap
In directory talvi:/tmp/cvs-serv22352/lib-imap

Modified Files:
	imap-envelope.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-envelope.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-imap/imap-envelope.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- imap-envelope.c	26 Feb 2006 10:05:08 -0000	1.36
+++ imap-envelope.c	8 Oct 2006 19:22:36 -0000	1.37
@@ -146,7 +146,7 @@
 	if (addr_p != NULL) {
 		*addr_p = message_address_parse(pool, hdr->full_value,
 						hdr->full_value_len,
-						(unsigned int)-1);
+						(unsigned int)-1, TRUE);
 	}
 
 	if (str_p != NULL)



More information about the dovecot-cvs mailing list