X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fdatabase.cc;h=380bbe3daa66e9a878c084b6f1e7fc2b1ace1470;hp=293d21aa01ff70c03ecdcbe3221c92dca21247f5;hb=bb74e9dff80e64734308d5997c756fd96d041235;hpb=4cfb2a02778bac16e785bbea1fd6c665e34bd955 diff --git a/lib/database.cc b/lib/database.cc index 293d21aa..380bbe3d 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -688,8 +688,6 @@ notmuch_database_open (const char *path, notmuch = NULL; } - notmuch_database_set_maildir_sync (notmuch, FALSE); - DONE: if (notmuch_path) free (notmuch_path); @@ -719,13 +717,6 @@ notmuch_database_close (notmuch_database_t *notmuch) talloc_free (notmuch); } -void -notmuch_database_set_maildir_sync (notmuch_database_t *database, - notmuch_bool_t maildir_sync) -{ - database->maildir_sync = maildir_sync; -} - const char * notmuch_database_get_path (notmuch_database_t *notmuch) {