diff options
| author | David Bremner <david@tethera.net> | 2022-01-17 19:54:53 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-24 09:32:39 -0400 |
| commit | 88633bc7a79d47ba96879f698ec2267f2d3f6766 (patch) | |
| tree | 2fc3d184f872a390ef83d721029493cc606dbddd /test/setup.expected-output | |
| parent | 82e1279790bb352c5716ad25703283b09f42730f (diff) | |
CLI/setup: special case single item lists
This matches the heuristic used by "notmuch config set" to decide if
something is a list.
This change fixes the bug reported at [1].
[1]: id:6O3LTUhoXlrnkPWCtPJCP4cagU7mFVEdyTpcC_37BoSzStlARXDBa7oczy6hB0jyjGjBQvgj_jFV58cw0aNx-jUg1h1O-FQ7820k68C0X4M=@protonmail.com
Diffstat (limited to 'test/setup.expected-output')
| -rw-r--r-- | test/setup.expected-output/config-with-comments | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/setup.expected-output/config-with-comments b/test/setup.expected-output/config-with-comments index 56c628e5..d8397714 100644 --- a/test/setup.expected-output/config-with-comments +++ b/test/setup.expected-output/config-with-comments @@ -31,7 +31,7 @@ path=/path/to/maildir [user] name=Test Suite primary_email=test.suite@example.com -other_email=another.suite@example.com; +other_email=another.suite@example.com # Configuration for "notmuch new" # @@ -60,7 +60,7 @@ tags=foo;bar; # query will override that exclusion. # [search] -exclude_tags=baz; +exclude_tags=baz # Maildir compatibility configuration # |
