From e255d54269934dbb18d9c0a44a197b14f85f4c30 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Thu, 25 Aug 2022 21:25:16 +0800 Subject: [PATCH] aerc: tweak format, add notification --- .config/aerc/aerc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 3d8ee05..f82a375 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -19,7 +19,7 @@ timestamp-format=2006-01-02 03:04 PM # Width of the sidebar, including the border. # # Default: 20 -sidebar-width=20 +sidebar-width=16 # # Message to display when viewing an empty folder. @@ -51,7 +51,7 @@ pinned-tab-marker='`' # Describes the format string to use for the directory list # # Default: %n %>r -dirlist-format=%n %>r +dirlist-format=%N %>r # List of space-separated criteria to sort the messages by, see *sort* # command in *aerc*(1) for reference. Prefixing a criterion with "-r " @@ -162,7 +162,7 @@ text/*=awk -f /usr/share/aerc/filters/plaintext # Triggers specify commands to execute when certain events occur. # # Example: -# new-email=exec notify-send "New email from %n" "%s" +new-email=exec notify-send "New email from %n" "%s" # # Executed when a new email arrives in the selected folder -- 2.45.2