]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - config/aerc/aerc.conf
Update kitty config
[rbdr/dotfiles] / config / aerc / aerc.conf
index f02c7ee66380b07070a224defc2ccbb8f50487af..362d0575e5336e2a02e6cab5ea42a2870d711ede 100644 (file)
@@ -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.
 # 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