aboutsummaryrefslogtreecommitdiff
path: root/tw/services/files/aerc/aerc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tw/services/files/aerc/aerc.conf')
-rw-r--r--tw/services/files/aerc/aerc.conf15
1 files changed, 12 insertions, 3 deletions
diff --git a/tw/services/files/aerc/aerc.conf b/tw/services/files/aerc/aerc.conf
index 7473bc8b..ea55e049 100644
--- a/tw/services/files/aerc/aerc.conf
+++ b/tw/services/files/aerc/aerc.conf
@@ -9,15 +9,17 @@ unsafe-accounts-conf=true
[ui]
# Describes the format for each row in a mailbox view. This field is compatible
# with mutt's printf-like syntax.
-index-columns=num>4,flags>4,date<21,peers<17,subject<*
-column-num={{.Number}}
+index-columns=flags:4,peers<17,subject,date>=
column-flags={{.Flags | join ""}}
column-date={{.DateAutoFormat .Date.Local}}
column-peers={{.Peer | names | join ", "}}
column-subject={{.ThreadPrefix}}{{.Subject}}
# See time.Time#Format at https://godoc.org/time#Time.Format
-timestamp-format=Mon _2 Jan 2006 15:04
+this-day-time-format=15:04
+this-week-time-format=_2 Jan 15:04
+this-year-time-format=_2 Jan 15:04
+timestamp-format=_2 Jan 2006 15:04
# List of space-separated criteria to sort the messages by, see *sort*
# command in *aerc*(1) for reference. Prefixing a criterion with "-r "
@@ -75,6 +77,13 @@ alternatives=text/plain,text/html
#header-layout=From|To,Cc|Bcc,Date,Subject
[compose]
+# Edit headers directly into the text editor instead of having separate UI text inputs.
+# When this is set to true, the :cc, :bcc and :header commands do not work,
+# editing email headers are left to the text editor. address-book-cmd is not
+# supported and address completion is left to the editor itself. header-layout
+# is ignored.
+edit-headers=true
+
# Default header fields to display when composing a message. To display
# multiple headers in the same row, separate them with a pipe, e.g. "To|From".
#header-layout=To|From,Subject