Mostly mutt config and some tidying

This commit is contained in:
Jonathan Hodgson 2019-06-05 17:58:43 +01:00
parent 2aaf1684dd
commit 1dac5b8ee3
21 changed files with 987 additions and 24 deletions

4
bin/emails/send-from-mutt Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
EMAIL=$(pass Email/protonmail | grep BridgeUsername | cut -d':' -f2)
~/.bin/emails/MIMEmbellish | msmtp --user "$EMAIL" "$@"