X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch.c;h=201c7454ee7377a33127a4f5a9e9b8921539dbd9;hb=9836a8f42bf83d57950f670e69d72854ee5e063b;hp=8e332ce644101addf99304952334b71838817f11;hpb=ab022657776af0bb47e72caf2517464ca59e7d48;p=notmuch diff --git a/notmuch.c b/notmuch.c index 8e332ce6..201c7454 100644 --- a/notmuch.c +++ b/notmuch.c @@ -123,6 +123,8 @@ static command_t commands[] = { "Restore the tags from the given dump file (see 'dump')." }, { "compact", notmuch_compact_command, NOTMUCH_CONFIG_OPEN, "Compact the notmuch database." }, + { "reindex", notmuch_reindex_command, NOTMUCH_CONFIG_OPEN, + "Re-index all messages matching the search terms." }, { "config", notmuch_config_command, NOTMUCH_CONFIG_OPEN, "Get or set settings in the notmuch configuration file." }, { "help", notmuch_help_command, NOTMUCH_CONFIG_CREATE, /* create but don't save config */