-#
+# "Inbox"
# aerc main configuration
[general]
# 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.
# 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.
# Ring the bell when new messages are received
#
# Default: true
-#new-message-bell=true
+new-message-bell=false
#
# Template to use for Account tab titles
#
# Default: {{.Account}}
-tab-title-account={{.Account}} {{if .Unread}}({{.Unread}}){{end}}
+tab-title-account={{.Account}} {{if .Unread "INBOX"}}({{.Unread "INBOX"}}){{end}}{{if .Unread "Inbox"}}({{.Unread "Inbox"}}){{end}}
# Marker to show before a pinned tab's name.
#
# 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.
#
# 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
# (IMAP server or notmuch), threads will be built by the client.
#
# Default: false
-#threading-enabled=false
+threading-enabled=true
# Force client-side thread building
#
# 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
# 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