[PATCH 05/22] CLI/show: complete conversion to new configuration framework.

2021-03-14 Thread David Bremner
In order to open the database in main() for this command, we may need to re-open it in the (possibly less common) case where crypto options require write access. --- notmuch-show.c | 28 notmuch.c| 2 +- test/T035-read-config.sh | 2 -- 3

[PATCH 05/22] CLI/show: complete conversion to new configuration framework.

2021-03-07 Thread David Bremner
In order to open the database in main() for this command, we may need to re-open it in the (possibly less common) case where crypto options require it. --- notmuch-show.c | 27 +++ notmuch.c| 2 +- test/T035-read-config.sh | 2 -- 3 files

[PATCH 05/22] CLI/show: complete conversion to new configuration framework.

2021-03-04 Thread David Bremner
In order to open the database in main() for this command, we may need to re-open it in the (possibly less common) case where crypto options require it. --- notmuch-show.c | 26 +++--- notmuch.c| 2 +- test/T035-read-config.sh | 2 -- 3 files