Update aerc config
parent
360c7829ac
commit
92477521e1
|
@ -18,12 +18,11 @@ pgp-provider=gpg
|
||||||
unsafe-accounts-conf=false
|
unsafe-accounts-conf=false
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
#
|
index-columns=date<20,name<17,flags>4,subject<*
|
||||||
# Describes the format for each row in a mailbox view. This field is compatible
|
column-date={{.DateAutoFormat .Date.Local}}
|
||||||
# with mutt's printf-like syntax.
|
column-name={{index (.From | names) 0}}
|
||||||
#
|
column-flags={{.Flags | join ""}}
|
||||||
# Default: %D %-17.17n %Z %s
|
column-subject={{.Subject}}
|
||||||
index-format=%-20.20D %-17.17n %Z %s
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# See time.Time#Format at https://godoc.org/time#Time.Format
|
# See time.Time#Format at https://godoc.org/time#Time.Format
|
||||||
|
@ -85,10 +84,8 @@ new-message-bell=false
|
||||||
# Default: `
|
# Default: `
|
||||||
pinned-tab-marker='`'
|
pinned-tab-marker='`'
|
||||||
|
|
||||||
# Describes the format string to use for the directory list
|
dirlist-left={{.Folder}}
|
||||||
#
|
dirlist-right={{if .Unread}}{{humanReadable .Unread}}/{{end}}{{if .Exists}}{{humanReadable .Exists}}{{end}}
|
||||||
# Default: %n %>r
|
|
||||||
dirlist-format=%n %>r
|
|
||||||
|
|
||||||
# Delay after which the messages are actually listed when entering a directory.
|
# Delay after which the messages are actually listed when entering a directory.
|
||||||
# This avoids loading messages when skipping over folders and makes the UI more
|
# This avoids loading messages when skipping over folders and makes the UI more
|
||||||
|
@ -156,10 +153,10 @@ styleset-name=default
|
||||||
#threading-enabled=false
|
#threading-enabled=false
|
||||||
|
|
||||||
[statusline]
|
[statusline]
|
||||||
# Describes the format string for the statusline.
|
status-columns=left<*,center>=,right>*
|
||||||
#
|
column-left=[{{.Account}}] {{.StatusInfo}}
|
||||||
# Default: [%a] %S %>%T
|
column-center={{.PendingKeys}}
|
||||||
render-format=[%a] %S %>%T
|
column-right={{.TrayInfo}}
|
||||||
|
|
||||||
# Specifies the separator between grouped statusline elements.
|
# Specifies the separator between grouped statusline elements.
|
||||||
#
|
#
|
||||||
|
@ -271,7 +268,7 @@ text/plain=sed 's/^>\+.*/\x1b[36m&\x1b[0m/'
|
||||||
text/html=pandoc -f html -t plain
|
text/html=pandoc -f html -t plain
|
||||||
image/*=catimg -w $(tput cols) -
|
image/*=catimg -w $(tput cols) -
|
||||||
|
|
||||||
[triggers]
|
[hooks]
|
||||||
#
|
#
|
||||||
# Triggers specify commands to execute when certain events occur.
|
# Triggers specify commands to execute when certain events occur.
|
||||||
#
|
#
|
||||||
|
@ -280,7 +277,8 @@ image/*=catimg -w $(tput cols) -
|
||||||
|
|
||||||
#
|
#
|
||||||
# Executed when a new email arrives in the selected folder
|
# Executed when a new email arrives in the selected folder
|
||||||
new-email=exec notify-send "New email from %n" "%s"
|
mail-received=notify-send "New email from %AERC_FROM_NAME" "$AERC_SUBJECT"
|
||||||
|
aerc-startup=aerc :terminal khal interactive && aerc :next-tab
|
||||||
|
|
||||||
[templates]
|
[templates]
|
||||||
# Templates are used to populate email bodies automatically.
|
# Templates are used to populate email bodies automatically.
|
||||||
|
|
|
@ -12,12 +12,13 @@ type = discover
|
||||||
path = ~/.local/share/khal/calendars/contact_birthdays
|
path = ~/.local/share/khal/calendars/contact_birthdays
|
||||||
type = discover
|
type = discover
|
||||||
|
|
||||||
|
[[booked-appointments]]
|
||||||
|
path = ~/.local/share/khal/calendars/booked-appointments
|
||||||
|
type = discover
|
||||||
|
|
||||||
[locale]
|
[locale]
|
||||||
timeformat = %H:%M
|
timeformat = %H:%M
|
||||||
dateformat = %Y-%m-%d
|
dateformat = %Y-%m-%d
|
||||||
longdateformat = %Y-%m-%d
|
longdateformat = %Y-%m-%d
|
||||||
datetimeformat = %Y-%m-%d %H:%M
|
datetimeformat = %Y-%m-%d %H:%M
|
||||||
longdatetimeformat = %Y-%m-%d %H:%M
|
longdatetimeformat = %Y-%m-%d %H:%M
|
||||||
|
|
||||||
[default]
|
|
||||||
default_calendar = personal
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ text/markdown=nvim.desktop
|
||||||
video/webm=org.videolan.VLC.desktop
|
video/webm=org.videolan.VLC.desktop
|
||||||
text/x-log=nvim.desktop
|
text/x-log=nvim.desktop
|
||||||
text/plain=nvim.desktop
|
text/plain=nvim.desktop
|
||||||
|
x-scheme-handler/fleet=jetbrains-fleet.desktop
|
||||||
|
|
||||||
[Added Associations]
|
[Added Associations]
|
||||||
x-scheme-handler/sms=org.gnome.Shell.Extensions.GSConnect.desktop;
|
x-scheme-handler/sms=org.gnome.Shell.Extensions.GSConnect.desktop;
|
||||||
|
|
Loading…
Reference in New Issue