changeset 10512:c339b0f7d087 HEAD

mail-storage.h: Another comment update.
author Timo Sirainen <tss@iki.fi>
date Wed, 16 Dec 2009 22:17:12 -0500
parents 1cb0e7cf3750
children 43239594b65b
files src/lib-storage/mail-storage.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/mail-storage.h	Wed Dec 16 21:23:44 2009 -0500
+++ b/src/lib-storage/mail-storage.h	Wed Dec 16 22:17:12 2009 -0500
@@ -644,7 +644,7 @@
 int mail_get_stream(struct mail *mail, struct message_size *hdr_size,
 		    struct message_size *body_size, struct istream **stream_r);
 
-/* Get any of the "special" fields. */
+/* Get any of the "special" fields. Unhandled specials are returned as "". */
 int mail_get_special(struct mail *mail, enum mail_fetch_field field,
 		     const char **value_r);