mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
notmuch.h: Fix a couple of typos in the documentation.
Obviously, the spell-checker isn't able to catch every mistake I make.
This commit is contained in:
parent
069cb5a73a
commit
7a9bacac67
1 changed files with 2 additions and 2 deletions
|
@ -864,7 +864,7 @@ notmuch_message_remove_all_tags (notmuch_message_t *message);
|
|||
* notmuch_message_remove_all_tags), will not be committed to the
|
||||
* database until the message is thawed with notmuch_message_thaw.
|
||||
*
|
||||
* Multiple calls to freeze/thaw are valid and these calls with
|
||||
* Multiple calls to freeze/thaw are valid and these calls will
|
||||
* "stack". That is there must be as many calls to thaw as to freeze
|
||||
* before a message is actually thawed.
|
||||
*
|
||||
|
@ -882,7 +882,7 @@ notmuch_message_remove_all_tags (notmuch_message_t *message);
|
|||
* notmuch_message_thaw (message);
|
||||
*
|
||||
* With freeze/thaw used like this, the message in the database is
|
||||
* guaranteed to have either the full set of original tag value, or
|
||||
* guaranteed to have either the full set of original tag values, or
|
||||
* the full set of new tag values, but nothing in between.
|
||||
*
|
||||
* Imagine the example above without freeze/thaw and the operation
|
||||
|
|
Loading…
Reference in a new issue