From 74bba6745d2bf1120d143a9898c8a7204d9d20e9 Mon Sep 17 00:00:00 2001 From: Bence Ferdinandy Date: Thu, 30 May 2024 11:30:16 +0200 Subject: hooks: add AERC_FOLDER_ROLE to hooks with AERC_FOLDER It's logical to pass this information as well, when we pass a folder name. Changelog-added: Added `AERC_FOLDER_ROLE` to hooks that have `AERC_FOLDER`. Signed-off-by: Bence Ferdinandy Acked-by: Robin Jarry --- doc/aerc-config.5.scd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 17cea5ff..b7a1f120 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -1198,6 +1198,7 @@ They are configured in the *[hooks]* section of aerc.conf. - *AERC_ACCOUNT* - *AERC_FOLDER* + - *AERC_FOLDER_ROLE* - *AERC_FROM_NAME* - *AERC_FROM_ADDRESS* - *AERC_SUBJECT* @@ -1215,6 +1216,7 @@ They are configured in the *[hooks]* section of aerc.conf. - *AERC_ACCOUNT* - *AERC_FOLDER* + - *AERC_FOLDER_ROLE* Example: @@ -1230,6 +1232,7 @@ They are configured in the *[hooks]* section of aerc.conf. - *AERC_ACCOUNT* - *AERC_FOLDER* + - *AERC_FOLDER_ROLE* Example: @@ -1278,6 +1281,7 @@ They are configured in the *[hooks]* section of aerc.conf. - *AERC_ACCOUNT* - *AERC_FOLDER* + - *AERC_FOLDER_ROLE* - *AERC_FLAG* Example: -- cgit