From e1ec92d6000be07a2c0d847c8a52d52e87fc4f2d Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 5 Aug 2022 11:59:31 +0200 Subject: Update aerc.conf - reduce sidebar width - show email headers in one column - add desktop notification --- .config/aerc/aerc.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 7010855..2adadbd 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -7,7 +7,8 @@ # with mutt's printf-like syntax. # # Default: %D %-17.17n %Z %s -index-format=%-20.20D %-17.17n %Z %s +index-format=%D %-17.17n %Z %s +#index-format=%-20.20D %-17.17n %Z %s # # See time.Time#Format at https://godoc.org/time#Time.Format @@ -43,7 +44,7 @@ this-year-time-format=2006-01-02 # Width of the sidebar, including the border. # # Default: 20 -sidebar-width=20 +sidebar-width=13 # # Message to display when viewing an empty folder. @@ -146,7 +147,7 @@ show-headers=false # none of their specified headers are present in the message. # # Default: From|To,Cc|Bcc,Date,Subject -header-layout=From|To,Cc|Bcc,Date,Subject +header-layout=From,To,Cc,Bcc,Date,Subject # Whether to always show the mimetype of an email, even when it is just a single part # @@ -215,7 +216,7 @@ text/*=awk -f /usr/share/aerc/filters/plaintext # # Executed when a new email arrives in the selected folder -new-email= +new-email=exec notify-send "🖂 %n" "%s" [templates] # Templates are used to populate email bodies automatically. -- cgit v1.2.3-70-g09d2