gpg Schutz für config files

This commit is contained in:
Michael Holder 2021-05-16 15:22:04 +02:00
parent e687941f98
commit bd5271d9ad
3 changed files with 5 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -3,11 +3,13 @@ source ~/.mutt/colors-gruvbox-shuber.muttrc
#source ~/.mutt/mutt-colors-solarized-light-256.muttrc #source ~/.mutt/mutt-colors-solarized-light-256.muttrc
## ACCOUNT2 ## ACCOUNT2
source "~/.mutt/holder-web" #source "~/.mutt/holder-web"
source "gpg2 -dq ~/.mutt/holder-web.gpg |"
folder-hook $folder 'source ~/.mutt/holder-web' folder-hook $folder 'source ~/.mutt/holder-web'
## ACCOUNT1 ## ACCOUNT1
source "~/.mutt/holder-cloud" #source "~/.mutt/holder-cloud"
source "gpg2 -dq ~/.mutt/holder-cloud.gpg |"
# Here we use the $folder variable that has just been set in the sourced file. # Here we use the $folder variable that has just been set in the sourced file.
# We must set it right now otherwise the 'folder' variable will change in the next sourced file. # We must set it right now otherwise the 'folder' variable will change in the next sourced file.
folder-hook $folder 'source ~/.mutt/holder-cloud' folder-hook $folder 'source ~/.mutt/holder-cloud'
@ -24,7 +26,7 @@ set move = no
set imap_keepalive = 900 set imap_keepalive = 900
unset imap_passive unset imap_passive
set sort = threads set sort = threads
set editor = "vim" set editor = "nano"
set pgp_replyencrypt # now crypt_replyencrypt set pgp_replyencrypt # now crypt_replyencrypt
set pgp_replysign # now crypt_replysign set pgp_replysign # now crypt_replysign