mail: Use new neomutt styling, extend html view

This commit is contained in:
Marty Oehme 2022-03-19 11:34:29 +01:00
parent 3e00e84319
commit bd71cfc168
Signed by: Marty
GPG key ID: B7538B8F50A1C800
9 changed files with 501 additions and 75 deletions

View file

@ -3,8 +3,8 @@
IMAPAccount gmail
# Address to connect to
Host imap.gmail.com
UserCmd "pass show misc/aerc-gmail-app-password | grep username | cut -d: -f2"
PassCmd "pass show misc/aerc-gmail-app-password | head -n1"
UserCmd "pass show misc/gmail-app-password | grep username | cut -d: -f2"
PassCmd "pass show misc/gmail-app-password | head -n1"
# To store the password in an encrypted file use PassCmd instead of Pass
# PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mailpass.gpg"
#