Fix broken commit.

Oops. I should have actually compiled before pushing.
This commit is contained in:
Carl Worth 2009-11-17 09:04:14 -08:00
parent 469ea9ebc6
commit 12d3014d88

View file

@ -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);