mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
lib: Correct out-of-date doc comment
notmuch_message_get_header started returning some headers straight
from the database in 567bcbc
, but this comment explicitly claimed all
headers were read from the message file.
This commit is contained in:
parent
48f2b3f1bc
commit
a7bf045fb1
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue