]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
mail-storage.h: Another comment update.
authorTimo Sirainen <tss@iki.fi>
Thu, 17 Dec 2009 03:17:12 +0000 (22:17 -0500)
committerTimo Sirainen <tss@iki.fi>
Thu, 17 Dec 2009 03:17:12 +0000 (22:17 -0500)
--HG--
branch : HEAD

src/lib-storage/mail-storage.h

index aab63247c9513f5cc531f3433219007cb8aeff45..a7896da3d8f9ba69628c0a922899741e3b060e56 100644 (file)
@@ -644,7 +644,7 @@ int mail_get_header_stream(struct mail *mail,
 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);