diff options
| author | David Bremner <david@tethera.net> | 2021-02-17 11:04:54 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-03-20 07:51:36 -0300 |
| commit | a7873df331bcd53dd1bc8da95c4279163437cc13 (patch) | |
| tree | 4713a9deb8323509023dd2f091aa0eb85280c809 /test | |
| parent | e3a4abc513d314cf7550d43fdcba458421a2daac (diff) | |
lib/config: add configuration variable for backup directory
Like the hook directory, we primarily need a way to communicate this
directory between various components, but we may as well let the user
configure it.
Most of the diff is generalizing choose_hook_dir to work for both
backup and hook directories.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T590-libconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/T590-libconfig.sh b/test/T590-libconfig.sh index c21c139b..310668a9 100755 --- a/test/T590-libconfig.sh +++ b/test/T590-libconfig.sh @@ -366,6 +366,7 @@ cat <<'EOF' >EXPECTED MAIL_DIR MAIL_DIR MAIL_DIR/.notmuch/hooks +MAIL_DIR/.notmuch/backups inbox;unread NULL |
