X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=9fc34ef13424ade22eb539b824316f91d4e01b50;hp=73c85a41816c6386ad97d0f347ec6d06bafc0f71;hb=a7bf045fb178b5ed48e71269427cec42c21f8cd6;hpb=48f2b3f1bc279f61b78d2cb4b19e8b05e607b125 diff --git a/lib/notmuch.h b/lib/notmuch.h index 73c85a41..9fc34ef1 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -1015,8 +1015,11 @@ notmuch_message_get_date (notmuch_message_t *message); /* Get the value of the specified header from 'message'. * - * The value will be read from the actual message file, not from the - * notmuch database. The header name is case insensitive. + * Common headers are stored in the database when the message is + * indexed and will be returned from the database. Other headers will + * be read from the actual message file. + * + * The header name is case insensitive. * * The returned string belongs to the message so should not be * modified or freed by the caller (nor should it be referenced after