mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
Fix broken commit.
Oops. I should have actually compiled before pushing.
This commit is contained in:
parent
469ea9ebc6
commit
12d3014d88
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ notmuch_database_add_message (notmuch_database_t *notmuch,
|
|||
* (which may or may not reference an existing document in the
|
||||
* database). */
|
||||
|
||||
message = _notmuch_message_create_for_message_id (database,
|
||||
message = _notmuch_message_create_for_message_id (notmuch,
|
||||
notmuch,
|
||||
message_id,
|
||||
&private_status);
|
||||
|
|
Loading…
Reference in a new issue