aerc.conf (847B)
1 [general] 2 use-envelope-from = true 3 pgp-provider=gpg 4 5 #log-file= 6 #log-level=info 7 8 [ui] 9 border-char-vertical="│" 10 border-char-horizontal="─" 11 styleset-name=mine 12 13 [viewer] 14 pager=moor 15 alternatives=text/html,text/plain 16 header-layout=From|To,Cc|Bcc,Date,Subject 17 18 [compose] 19 address-book-cmd=khard email --parsable --remove-first-line %s 20 editor=nvim 21 22 [filters] 23 text/plain=bat -P --style=plain 24 text/calendar=calendar 25 message/delivery-status=colorize 26 message/rfc822=colorize 27 text/html=pandoc -f html -t plain 28 29 [openers] 30 x-scheme-handler/http*=printf '%s' {} | wl-copy 31 32 [hooks] 33 mail-received=pimsync sync contacts >/dev/null 2>&1 & [ "$AERC_ACCOUNT" = "fastmail" ] && [ "$AERC_FOLDER" != "Spam" ] && [ "$AERC_FOLDER" != "Trash" ] && [ "$AERC_FROM_ADDRESS" != "notifications@github.com" ] && notify-send -a aerc "$AERC_FROM_ADDRESS" "$AERC_SUBJECT" || true