X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=40a1dca7e1cab7467c90372f330848733fba1056;hp=c1c7980aa06fe898e4a9697f9c8542b59b0d715d;hb=091d18c54c046a08bda9d88982601589a1deea37;hpb=5d614048b479fe998177668301da4b5c1fd9f56a 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);