From: Carl Worth Date: Tue, 17 Nov 2009 17:04:14 +0000 (-0800) Subject: Fix broken commit. X-Git-Tag: 0.1~478 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=12d3014d88737745d2b63d17b8b90f7553a242e1;ds=sidebyside Fix broken commit. Oops. I should have actually compiled before pushing. --- diff --git a/lib/database.cc b/lib/database.cc index 583a16ed..3c8d626e 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -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);