diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-08-21 14:38:20 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-21 14:38:20 -0400 |
commit | 810c7710f016f452e6aeec39be6bcde24b586c1f (patch) | |
tree | 4b448b374be9ddbc94aff27d042219d5f8789e27 /autoconf/msmtprc_profile | |
parent | 8ba05e8ee8cea7663460deac636eadf576faa49c (diff) |
full msmtprc compatibility added
Diffstat (limited to 'autoconf/msmtprc_profile')
-rw-r--r-- | autoconf/msmtprc_profile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/autoconf/msmtprc_profile b/autoconf/msmtprc_profile new file mode 100644 index 0000000..0ec99d0 --- /dev/null +++ b/autoconf/msmtprc_profile @@ -0,0 +1,7 @@ + +account $title +host $smtp +port $sport +from $login +user $login +passwordeval "gpg -d --quiet --for-your-eyes-only --no-tty ~/.config/mutt/credentials/$title.gpg | sed -e '$a\'" |