aboutsummaryrefslogtreecommitdiff
path: root/config/aerc/aerc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/aerc/aerc.conf')
-rw-r--r--config/aerc/aerc.conf27
1 files changed, 20 insertions, 7 deletions
diff --git a/config/aerc/aerc.conf b/config/aerc/aerc.conf
index 362d057..dec4379 100644
--- a/config/aerc/aerc.conf
+++ b/config/aerc/aerc.conf
@@ -41,12 +41,16 @@
# Set the $TERM environment variable used for the embedded terminal.
#
# Default: xterm-256color
-#term=xterm-256color
+term=xterm-256color
# Display OSC8 strings in the embedded terminal
#
# Default: false
-#enable-osc8=false
+enable-osc8=true
+
+enable-quake-mode=true
+default-menu-cmd=fzf
+use-terminal-pinentry=true
[ui]
#
@@ -62,7 +66,7 @@
# width specifier is set, '*' is used by default.
#
# Default: date<20,name<17,flags>4,subject<*
-index-columns=date<16,name<17,flags>4,subject<*
+index-columns=date<12,name<17,flags>4,subject<*
#
# Each name in index-columns must have a corresponding column-$name setting.
@@ -87,7 +91,7 @@ index-columns=date<16,name<17,flags>4,subject<*
# 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 15:04
+timestamp-format=2006-01-02
#
# Index-only time format for messages that were received/sent today.
@@ -99,19 +103,21 @@ 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=Monday 15:04
+this-week-time-format=Mon 15:04
#
# Index-only time format for messages that were received/sent this year.
# If this is not specified, timestamp-format is used instead.
#
-#this-year-time-format=
+this-year-time-format=Jan 02
+
+message-view-timestamp-format=2006-01-02 15:04
#
# Width of the sidebar, including the border.
#
# Default: 20
-#sidebar-width=20
+sidebar-width=12
#
# Message to display when viewing an empty folder.
@@ -251,6 +257,12 @@ icon-signed=
icon-signed-encrypted=
icon-unknown=
icon-invalid=
+icon-attachment=󰏢
+icon-new=N
+icon-old=O
+icon-replied=r
+icon-forwarded=f
+icon-flagged=⚑
# 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
@@ -284,6 +296,7 @@ icon-invalid=
#
# Default: false
threading-enabled=true
+thread-prefix-tip=🢖
# Force client-side thread building
#