aboutsummaryrefslogtreecommitdiff
path: root/config/aerc
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-09-09 21:46:03 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2024-09-09 21:46:03 +0200
commit1125dae35548bc9143925818648623e1c02cf8bb (patch)
tree8062c5bed0d20fd290ee5cbc0f28a498501ccb0f /config/aerc
parentc4964d2d6d124de99d706a3368b67b8f425bd4d1 (diff)
Update aerc
Diffstat (limited to 'config/aerc')
-rw-r--r--config/aerc/aerc.conf30
1 files changed, 15 insertions, 15 deletions
diff --git a/config/aerc/aerc.conf b/config/aerc/aerc.conf
index f02c7ee..362d057 100644
--- a/config/aerc/aerc.conf
+++ b/config/aerc/aerc.conf
@@ -62,7 +62,7 @@
# width specifier is set, '*' is used by default.
#
# Default: date<20,name<17,flags>4,subject<*
-#index-columns=date<20,name<17,flags>4,subject<*
+index-columns=date<16,name<17,flags>4,subject<*
#
# Each name in index-columns must have a corresponding column-$name setting.
@@ -87,19 +87,19 @@
# See time.Time#Format at https://godoc.org/time#Time.Format
#
# Default: 2006-01-02 03:04 PM (ISO 8601 + 12 hour time)
-#timestamp-format=2006-01-02 03:04 PM
+timestamp-format=2006-01-02 15:04
#
# Index-only time format for messages that were received/sent today.
# If this is not specified, timestamp-format is used instead.
#
-#this-day-time-format=
+this-day-time-format=15:04
#
# Index-only time format for messages that were received/sent within the last
# 7 days. If this is not specified, timestamp-format is used instead.
#
-#this-week-time-format=
+this-week-time-format=Monday 15:04
#
# Index-only time format for messages that were received/sent this year.
@@ -210,8 +210,8 @@ tab-title-account={{.Account}} {{if .Unread "INBOX"}}({{.Unread "INBOX"}}){{end}
# Uncomment to use box-drawing characters for vertical and horizontal borders.
#
# Default: " "
-#border-char-vertical=" "
-#border-char-horizontal=" "
+border-char-vertical="┃"
+border-char-horizontal="━"
# Sets the styleset to use for the aerc ui elements.
#
@@ -245,12 +245,12 @@ tab-title-account={{.Account}} {{if .Unread "INBOX"}}({{.Unread "INBOX"}}){{end}
# Uncomment to use UTF-8 symbols to indicate PGP status of messages
#
# Default: ASCII
-#icon-unencrypted=
-#icon-encrypted=✔
-#icon-signed=✔
-#icon-signed-encrypted=✔
-#icon-unknown=✘
-#icon-invalid=⚠
+icon-unencrypted=
+icon-encrypted=
+icon-signed=
+icon-signed-encrypted=
+icon-unknown=
+icon-invalid=
# Reverses the order of the message list. By default, the message list is
# ordered with the newest (highest UID) message on top. Reversing the order
@@ -283,7 +283,7 @@ tab-title-account={{.Account}} {{if .Unread "INBOX"}}({{.Unread "INBOX"}}){{end}
# (IMAP server or notmuch), threads will be built by the client.
#
# Default: false
-#threading-enabled=false
+threading-enabled=true
# Force client-side thread building
#
@@ -401,7 +401,7 @@ tab-title-account={{.Account}} {{if .Unread "INBOX"}}({{.Unread "INBOX"}}){{end}
# ignored.
#
# This parameter can also be set per account in accounts.conf.
-#address-book-cmd=
+address-book-cmd=contacts '%s'
# Specifies the command to be used to select attachments. Any occurence of '%s'
# in the file-picker-cmd will be replaced the argument <arg> to :attach -m
@@ -477,7 +477,7 @@ text/html=pandoc -f markdown -t html --standalone
# against (non-case-sensitive) and a comma, e.g. subject,text will match a
# subject which contains "text". Use header,~regex to match against a regex.
#
-text/plain=colorize
+text/plain=wrap -r -w 72 | colorize
text/calendar=calendar
message/delivery-status=colorize
message/rfc822=colorize