mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
e5beec39d6
This new subcommand takes a set of search terms, and re-indexes the list of matching messages.
11 lines
145 B
Bash
Executable file
11 lines
145 B
Bash
Executable file
#!/bin/bash
|
|
|
|
test_description='reindex'
|
|
|
|
. ./perf-test-lib.sh || exit 1
|
|
|
|
memory_start
|
|
|
|
memory_run 'reindex *' "notmuch reindex '*'"
|
|
|
|
memory_done
|