diff options
-rw-r--r-- | .config/aerc/aerc.conf | 9 |
1 files 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. |