From 2788078187c21e1713cbb86368ea4d91b2823bae Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sat, 13 May 2023 23:13:42 +0300 Subject: notmuch: add option to provide path for account Add the "maildir-account-path" account configuration option to select the account relative to the "maildir-store" to have traditional maildir one tab per account behavior with notmuch. Signed-off-by: Kirill Chibisov Acked-by: Robin Jarry Tested-by: Bence Ferdinandy --- doc/aerc-notmuch.5.scd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/aerc-notmuch.5.scd') diff --git a/doc/aerc-notmuch.5.scd b/doc/aerc-notmuch.5.scd index 0ba57d1e..20f906d9 100644 --- a/doc/aerc-notmuch.5.scd +++ b/doc/aerc-notmuch.5.scd @@ -66,6 +66,12 @@ options are available: This is optional. If specified, it will be used by aerc to list available folders and enable commands such as *:delete* and *:archive*. +*maildir-account-path* = __ + Path to the maildir account relative to the *maildir-store*. + + This could be used to achieve traditional maildir one tab per account + behavior. + # USAGE Notmuch shows slightly different behavior than for example imap. Some commands -- cgit