From: Timo Sirainen Date: Thu, 17 Dec 2009 03:17:12 +0000 (-0500) Subject: mail-storage.h: Another comment update. X-Git-Tag: 2.0.beta2~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2d4b98cf43a81aad9e38ac2aeaedc81dbdc8e50;p=thirdparty%2Fdovecot%2Fcore.git mail-storage.h: Another comment update. --HG-- branch : HEAD --- diff --git a/src/lib-storage/mail-storage.h b/src/lib-storage/mail-storage.h index aab63247c9..a7896da3d8 100644 --- a/src/lib-storage/mail-storage.h +++ b/src/lib-storage/mail-storage.h @@ -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);