X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=50d804fa99f935fcbf00d5454b3639675aa687ef;hp=e544aafd60b6b28e6dacee5671b3a87c7d31f830;hb=6eaadb43adae2cca2f8023830d498ef3164f7fe9;hpb=ef15946defec52182c59d00c23fe6167fbca8855 diff --git a/lib/notmuch.h b/lib/notmuch.h index e544aafd..50d804fa 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -1503,6 +1503,8 @@ notmuch_message_set_flag (notmuch_message_t *message, * For the original textual representation of the Date header from the * message call notmuch_message_get_header() with a header value of * "date". + * + * Returns 0 in case of error. */ time_t notmuch_message_get_date (notmuch_message_t *message);