From 1272155720a681c9c9ededdd19f751e37c665c96 Mon Sep 17 00:00:00 2001 From: vaskozl Date: Tue, 14 Apr 2015 17:51:17 +0200 Subject: resolve encryption in mutt with gpg-agent --- bash_aliases | 8 ++++---- mutt/crypto.rc | 2 ++ vimperatorrc | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bash_aliases b/bash_aliases index f0c47c9..c402104 100644 --- a/bash_aliases +++ b/bash_aliases @@ -13,10 +13,10 @@ alias remouse='sudo modprobe -r bcm5974' alias enmouse='sudo modprobe bcm5974' # Notes -alias physics='vim ~/Secure/Notes/Physics/physics.txt' -alias chemistry='vim ~/Secure/Notes/Chemistry/chemistry.txt' -alias english='vim ~/Secure/Notes/English/english.txt' -alias swedish='vim ~/Secure/Notes/Swedish/swedish.txt' +alias physics='vim ~/Sync/Notes/Physics/physics.txt' +alias chemistry='vim ~/Sync/Notes/Chemistry/chemistry.txt' +alias english='vim ~/Sync/Notes/English/english.txt' +alias swedish='vim ~/Sync/Notes/Swedish/swedish.txt' #zombify alias zombify='sudo -u dork /home/vasko/dorknet/dork zombify' diff --git a/mutt/crypto.rc b/mutt/crypto.rc index fc7acae..883687c 100644 --- a/mutt/crypto.rc +++ b/mutt/crypto.rc @@ -11,6 +11,8 @@ set pgp_verify_key_command="gpg --no-verbose --batch --fingerprint --check-sigs set pgp_list_pubring_command="gpg --no-verbose --batch --with-colons --list-keys %r" set pgp_list_secring_command="gpg --no-verbose --batch --with-colons --list-secret-keys %r" +set pgp_use_gpg_agent = yes + # specify the uid to use when encrypting/signing set pgp_sign_as=0xB54608CC diff --git a/vimperatorrc b/vimperatorrc index 2c0c43d..acff0ba 100644 --- a/vimperatorrc +++ b/vimperatorrc @@ -56,4 +56,4 @@ set gui=nonavigation source! /home/vasko/.vimperatorrc.local " vim: set ft=vimperator: -set defsearch=startpage +set defsearch=crypted -- cgit v1.2.3-54-g00ecf