clean up neomutt
This commit is contained in:
parent
5203d799c3
commit
ffa2b753c7
2 changed files with 2 additions and 3 deletions
|
@ -9,8 +9,7 @@
|
|||
|
||||
set my_user='lelgenio'
|
||||
set my_host='disroot.org'
|
||||
#set my_pass
|
||||
source "gpg -dq $HOME/.config/neomutt/password.gpg |"
|
||||
set my_pass=`gpg -dq $HOME/.config/neomutt/password.gpg`
|
||||
|
||||
# Main settings{{{
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ IMAPStore disroot-remote
|
|||
Host disroot.org
|
||||
Port 993
|
||||
User lelgenio@disroot.org
|
||||
PassCmd "pass mutt-wizard-disroot"
|
||||
PassCmd "gpg -dq $HOME/.config/neomutt/password.gpg"
|
||||
SSLType IMAPS
|
||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
|
|
Reference in a new issue