]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-restore.c
Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flags
[notmuch] / notmuch-restore.c
index b5c5c48dfdc4f3be5f023d946900e7c22c42a3cc..98660b32cf0257b95da65450e37e4c080ca49b5e 100644 (file)
@@ -42,7 +42,7 @@ notmuch_restore_command (unused (void *ctx), int argc, char *argv[])
        return 1;
 
     notmuch_database_set_maildir_sync (notmuch,
-                                      notmuch_config_get_maildir_sync (config));
+                                      notmuch_config_get_maildir_synchronize_flags (config));
     if (argc) {
        input = fopen (argv[0], "r");
        if (input == NULL) {