]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message-file.c
lib: support splitting mail from database location.
[notmuch] / lib / message-file.c
index 15b0bfad2e63772c314f4545eb0a3ffa19a15b2c..9e9b387fcc697a8e8b3d13a8bbbd03147714ef58 100644 (file)
@@ -64,7 +64,7 @@ _notmuch_message_file_open_ctx (notmuch_database_t *notmuch,
     if (unlikely (message == NULL))
        return NULL;
 
-    const char *prefix = notmuch_database_get_path (notmuch);
+    const char *prefix = notmuch_config_get (notmuch, NOTMUCH_CONFIG_MAIL_ROOT);
 
     if (prefix == NULL)
        goto FAIL;