| Submitter | David Benjamin |
|---|---|
| Date | 2010-02-24 02:23:00 |
| Message ID | <1266978183-19698-2-git-send-email-davidben@mit.edu> |
| Download | mbox | patch |
| Permalink | /patch/385/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/lib/database.cc b/lib/database.cc index 2b5b64d..1bb24ec 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -739,7 +739,7 @@ notmuch_database_upgrade (notmuch_database_t *notmuch, /* Before version 1, each message document had its filename in the * data field. Copy that into the new format by calling - * notmuch_message_add_filename. + * _notmuch_message_add_filename. */ if (version < 1) { notmuch_query_t *query = notmuch_query_create (notmuch, "");
notmuch_message_add_filename has a leading underscore in the name. Signed-off-by: David Benjamin <davidben@mit.edu> --- lib/database.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)