From 47c226687265ff29969fd73cdc69a938fae20d4c Mon Sep 17 00:00:00 2001 From: Bence Ferdinandy Date: Thu, 30 May 2024 11:30:17 +0200 Subject: templates: add .AccountBackend It's useful to know what the current account's backend is, especially if one has multiple configs where the same account name might use a different backend. Add AccountBackend to templates. Changelog-added: Added `{{.AccountBackend}}` to templates. Signed-off-by: Bence Ferdinandy Acked-by: Robin Jarry --- doc/aerc-templates.7.scd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd index 71acc6b1..b5681030 100644 --- a/doc/aerc-templates.7.scd +++ b/doc/aerc-templates.7.scd @@ -200,6 +200,12 @@ available always. {{.Account}} ``` + The current account's backend: + + ``` + {{.AccountBackend}} + ``` + Currently selected mailbox folder: ``` -- cgit