[dovecot-cvs] dovecot/src/lib-mail message-address.h, 1.3.2.1, 1.3.2.2

tss at dovecot.org tss at dovecot.org
Thu Nov 2 19:53:17 UTC 2006


Update of /var/lib/cvs/dovecot/src/lib-mail
In directory talvi:/tmp/cvs-serv4772

Modified Files:
      Tag: branch_1_0
	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.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- message-address.h	8 Oct 2006 19:22:32 -0000	1.3.2.1
+++ message-address.h	2 Nov 2006 19:53:15 -0000	1.3.2.2
@@ -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