aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-10-28 16:50:14 -0700
committerGravatar Carl Worth <cworth@cworth.org>2009-10-28 16:51:56 -0700
commita1135f0b7e67db7056a4ef02d61b8ad0ec46e88b (patch)
tree1ecece326675b8364b406c224838674c5b211d29 /notmuch-private.h
parentfbf55bfe2fdcdf3773ba37a9921875530e94c7b3 (diff)
Fix add_message and get_filename to strip/re-add the database path.
We now store only a relative path inside the database so the database is not nicely relocatable.
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index 440860ba..da36c300 100644
--- a/notmuch-private.h
+++ b/notmuch-private.h
@@ -172,7 +172,7 @@ notmuch_message_t *
_notmuch_message_create_for_message_id (const void *talloc_owner,
notmuch_database_t *notmuch,
const char *message_id,
- notmuch_status_t *status);
+ notmuch_private_status_t *status);
const char *
_notmuch_message_get_subject (notmuch_message_t *message);