diff options
Diffstat (limited to 'config/mutt/muttrc')
| -rw-r--r-- | config/mutt/muttrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/mutt/muttrc b/config/mutt/muttrc index 7dca451..e99f66a 100644 --- a/config/mutt/muttrc +++ b/config/mutt/muttrc @@ -56,6 +56,14 @@ set certificate_file = "$XDG_CACHE_HOME/mutt/certificates" source "$XDG_DATA_HOME/mutt/gruvbox/colors-gruvbox-shuber.muttrc" # gruvbox # password +# command to set it up +# cat <<EOF +# set imap_passwd = "xxx" +# set smtp_passwd = "xxx" +# EOF | +# gpg -r xxx@xxx.xxx -e passwd.muttrc > passwd.muttrc.gpg && +# shred passwd.muttrc && +# rm passwd.muttrc source "gpg -d $XDG_DATA_HOME/mutt/passwd.muttrc.gpg 2> /dev/null |" macro pager ,v |urlscan |
