Tweak aerc and add mail status to waybar
This commit is contained in:
parent
934243e49c
commit
283e2ecbdf
3 changed files with 10 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
[ui]
|
||||
index-columns = date<*,name<17,flags>4,subject<*
|
||||
index-columns = date<12,name<25,flags>4,subject<*
|
||||
column-date = {{.DateAutoFormat .Date.Local}}
|
||||
column-name = {{index (.From | names) 0}}
|
||||
column-flags = {{.Flags | join ""}}
|
||||
column-subject = {{.ThreadPrefix}}{{.Subject}}
|
||||
timestamp-format = Jan 02 15:04
|
||||
sidebar-width = 20
|
||||
sidebar-width = 12
|
||||
empty-message = (no messages)
|
||||
empty-dirlist = (no folders)
|
||||
mouse-enabled = false
|
||||
|
@ -41,6 +41,3 @@ text/* = awk -f /usr/lib/aerc/filters/plaintext
|
|||
template-dirs = /usr/share/aerc/templates/
|
||||
quoted-reply = quoted_reply
|
||||
forwards = forward_as_body
|
||||
|
||||
[hooks]
|
||||
mail-received = notify-send -a aerc "New email from $AERC_FROM_NAME" "$AERC_SUBJECT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue