diff options
| author | David Bremner <david@tethera.net> | 2021-02-14 09:32:41 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-03-27 09:26:14 -0300 |
| commit | b76da87d29b6c9714e3d62fd8d459733df084f92 (patch) | |
| tree | ab612562cb1ba24f1640fbea011653f49051996e /test/T030-config.sh | |
| parent | 3787fe6c84ae223ba8c34920c3a2495c71abfe6c (diff) | |
CLI/config: migrate notmuch_config_open to new config
notmuch_config_open will be preserved in the medium term for use by
the commands that are manipulating the config file directly (config
and setup)
Diffstat (limited to 'test/T030-config.sh')
| -rwxr-xr-x | test/T030-config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T030-config.sh b/test/T030-config.sh index ffbd7681..c87d35b6 100755 --- a/test/T030-config.sh +++ b/test/T030-config.sh @@ -57,7 +57,7 @@ foo.list=this;is another;list value; foo.string=this is another string value maildir.synchronize_flags=true new.ignore= -new.tags=unread;inbox; +new.tags=unread;inbox search.exclude_tags= user.name=Notmuch Test Suite user.other_email=test_suite_other@notmuchmail.org;test_suite@otherdomain.org |
