X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/0da4665cd3776235be2524ce08aa8a37875f820e..2a122cd917c3c3a043304981d3a0cf93439b918f:/config/aerc/aerc.conf?ds=sidebyside 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 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