X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=40a1dca7e1cab7467c90372f330848733fba1056;hb=f0d4c3ace230dd043984c0acc57e20ae92c85337;hp=c1c7980aa06fe898e4a9697f9c8542b59b0d715d;hpb=305e76bc0ab2e7f3bd1ff2580e8d5dac8b4a7164;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index c1c7980a..40a1dca7 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -618,8 +618,8 @@ notmuch_message_get_date (notmuch_message_t *message); * modified or freed by the caller (nor should it be referenced after * the message is destroyed). * - * Returns NULL if the message does not contain a header line matching - * 'header' of if any error occurs. + * Returns an empty string ("") if the message does not contain a + * header line matching 'header'. Returns NULL if any error occurs. */ const char * notmuch_message_get_header (notmuch_message_t *message, const char *header);