summaryrefslogtreecommitdiff
path: root/aerc/aerc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'aerc/aerc.conf')
-rw-r--r--aerc/aerc.conf32
1 files changed, 2 insertions, 30 deletions
diff --git a/aerc/aerc.conf b/aerc/aerc.conf
index 8e8b5f3..89a44ac 100644
--- a/aerc/aerc.conf
+++ b/aerc/aerc.conf
@@ -18,31 +18,7 @@ column-date = {{.DateAutoFormat .Date.Local}}
# 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
-
-#
-# Index-only time format for messages that were received/sent today.
-# If this is not specified, timestamp-format is used instead.
-#
-# Default: "03:04 PM" (12 hour time)
-this-day-time-format=2006-01-02
-#this-day-time-format=03:04 PM
-
-#
-# 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.
-#
-# Default: "Monday 03:04 PM" (Week day + 12 hour time)
-this-week-time-format=2006-01-02
-#this-week-time-format=Monday 03:04 PM
-
-#
-# Index-only time format for messages that were received/sent this year.
-# If this is not specified, timestamp-format is used instead.
-#
-# Default: "January 02" (Month + month day)
-this-year-time-format=2006-01-02
-#this-year-time-format=January 02
+timestamp-format=2006-01-02 15:04:05
#
# Width of the sidebar, including the border.
@@ -213,6 +189,7 @@ text/*=awk -f /usr/lib/aerc/filters/plaintext
#
# Triggers specify commands to execute when certain events occur.
#
+new-email=exec notify-send "New email from %n" "%s"
[templates]
# Templates are used to populate email bodies automatically.
@@ -233,8 +210,3 @@ quoted-reply=quoted_reply
#
# default: forward_as_body
forwards=forward_as_body
-
-[hooks]
-
-mail-received = notify-send "🖂 $AERC_FROM_NAME" "$AERC_SUBJECT"
-