gpg Schutz für config files
This commit is contained in:
parent
e687941f98
commit
bd5271d9ad
BIN
muttconfig/.mutt/holder-cloud.gpg
Normal file
BIN
muttconfig/.mutt/holder-cloud.gpg
Normal file
Binary file not shown.
BIN
muttconfig/.mutt/holder-web.gpg
Normal file
BIN
muttconfig/.mutt/holder-web.gpg
Normal file
Binary file not shown.
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user