Mostly mutt config and some tidying
This commit is contained in:
parent
c249f1076f
commit
fbe30c1f8e
21 changed files with 987 additions and 24 deletions
4
bin/emails/send-from-mutt
Executable file
4
bin/emails/send-from-mutt
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
EMAIL=$(pass Email/protonmail | grep BridgeUsername | cut -d':' -f2)
|
||||
~/.bin/emails/MIMEmbellish | msmtp --user "$EMAIL" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue