From 152f8c9519ac1b7b35c3789b03f3d1cc3b1e8881 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Mon, 29 Jul 2019 10:50:02 -0400 Subject: Ring bell when new messages arrive Add a "new-message-bell" option to the UI section of aerc.conf. A new hook into the message store allows the msglist widget to detect new messages being added to the displayed list. When new messages are delivered, and the new-message-bell option is enabled (as it is by default), the terminal will beep. --- doc/aerc-config.5.scd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 7282311..a57f760 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -105,6 +105,11 @@ These options are configured in the *[ui]* section of aerc.conf. Default: false +*new-message-bell* + Ring the bell when a new message is received. + + Default: true + ## VIEWER These options are configured in the *[viewer]* section of aerc.conf. -- cgit v1.2.3