aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-17 09:04:14 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-17 09:04:14 -0800
commit12d3014d88737745d2b63d17b8b90f7553a242e1 (patch)
treeed958ab8e3900021cd1a70bf5321c8b043dd5101 /lib
parent469ea9ebc656ef27d4e4720070811c06214a257f (diff)
Fix broken commit.
Oops. I should have actually compiled before pushing.
Diffstat (limited to 'lib')
-rw-r--r--lib/database.cc2
1 files changed, 1 insertions, 1 deletions
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);