]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
lib: use the compaction backup path provided by the caller
[notmuch] / notmuch.c
index 7300c2145ea7c552aa7169a32870e5a154b8453a..8d303a14f6ca2c9a38038af8d5e8a28e98da92d6 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -60,6 +60,8 @@ static command_t commands[] = {
       "Create a plain-text dump of the tags for each message." },
     { "restore", notmuch_restore_command, FALSE,
       "Restore the tags from the given dump file (see 'dump')." },
+    { "compact", notmuch_compact_command, FALSE,
+      "Compact the notmuch database." },
     { "config", notmuch_config_command, FALSE,
       "Get or set settings in the notmuch configuration file." },
     { "help", notmuch_help_command, TRUE, /* create but don't save config */