From fbff8cf0ac577d5e7d981b54efd2919212fd1db1 Mon Sep 17 00:00:00 2001 From: Julian Pidancet Date: Wed, 26 Oct 2022 22:29:05 +0200 Subject: notmuch: make maildir store path configurable Add the "maildir-store" account configuration option to select the maildir store to associate with the notmuch database. This also allows the previous changes to be backward compatible since not specifying this option will make the backend behave the same as if there were no changes. Fixes: https://todo.sr.ht/~rjarry/aerc/73 Signed-off-by: Julian Pidancet Acked-by: Robin Jarry Acked-by: Tim Culverhouse --- doc/aerc-notmuch.5.scd | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/aerc-notmuch.5.scd b/doc/aerc-notmuch.5.scd index 5f712730..1608b293 100644 --- a/doc/aerc-notmuch.5.scd +++ b/doc/aerc-notmuch.5.scd @@ -66,12 +66,18 @@ This can for example be useful if you use an archive or spam tag. Default: none +*maildir-store* + Path to the maildir store containing the message files backing the + notmuch database. This is often the same as the notmuch database path. + This is optional. If specified, it will be used by aerc to list + available folders and enable commands such as :delete and :archive. + + Default: none + # USAGE Notmuch shows slightly different behavior than for example imap.++ -Some commands are simply unsupported because they have no proper counterpart -in notmuch, like :delete and :archive.++ -Others are slightly different in semantics and mentioned below: +Some commands are slightly different in semantics and mentioned below: *cf* The change folder command allows for arbitrary notmuch queries. Performing a -- cgit