[dovecot-cvs] dovecot/src/lib-mail message-address.h,1.4,1.5
tss at dovecot.org
tss at dovecot.org
Thu Nov 2 19:53:19 UTC 2006
Update of /var/lib/cvs/dovecot/src/lib-mail
In directory talvi:/tmp/cvs-serv4792
Modified Files:
message-address.h
Log Message:
Comment update
Index: message-address.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-mail/message-address.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- message-address.h 8 Oct 2006 19:22:37 -0000 1.4
+++ message-address.h 2 Nov 2006 19:53:16 -0000 1.5
@@ -12,7 +12,10 @@
/* Parse message addresses from given data. If fill_missing is TRUE, missing
mailbox and domain are set to MISSING_MAILBOX and MISSING_DOMAIN strings.
- Otherwise they're set to "". */
+ Otherwise they're set to "".
+
+ Note that giving an empty string will return NULL since there are no
+ addresses. */
struct message_address *
message_address_parse(pool_t pool, const unsigned char *data, size_t size,
unsigned int max_addresses, bool fill_missing);
More information about the dovecot-cvs
mailing list