summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-08-05 11:59:31 +0200
committerxengineering <me@xengineering.eu>2022-08-05 11:59:31 +0200
commite1ec92d6000be07a2c0d847c8a52d52e87fc4f2d (patch)
tree9c7eeeb125fe89c9d1ed7812e02abde26b0025e3
parentf31f8cacc530d07de5a6ffa4f1aafb64c5cc3f5d (diff)
downloaddotfiles-e1ec92d6000be07a2c0d847c8a52d52e87fc4f2d.tar
dotfiles-e1ec92d6000be07a2c0d847c8a52d52e87fc4f2d.tar.zst
dotfiles-e1ec92d6000be07a2c0d847c8a52d52e87fc4f2d.zip
Update aerc.conf
- reduce sidebar width - show email headers in one column - add desktop notification
-rw-r--r--.config/aerc/aerc.conf9
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.