mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 01:14:53 +01:00
NEWS: document notmuch_message_remove_all_properties_with_prefix
This commit is contained in:
parent
9649f6047f
commit
904d2a8cb0
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -82,6 +82,12 @@ New functions to count files
|
|||
Two new functions in the libnotmuch API:
|
||||
`notmuch_message_count_files`, and `notmuch_thread_get_total_files`.
|
||||
|
||||
New function to remove properties
|
||||
|
||||
A new function was added to the libnotmuch API to make it easier to
|
||||
drop all properties with a common pattern:
|
||||
`notmuch_message_remove_all_properties_with_prefix`
|
||||
|
||||
Change of return value of `notmuch_thread_get_authors`
|
||||
|
||||
In certain corner cases, `notmuch_thread_get_authors` previously
|
||||
|
|
Loading…
Reference in a new issue