summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2016-02-12 13:41:42 +0100
committerVictor Toso <victortoso@redhat.com>2016-02-12 13:41:42 +0100
commitcd38b1cdfa12a42ee6d901a800efb4fcfc8e077c (patch)
treefb3df63fb28f4f5f8e3d81f8ab4b61da0997f9b4
parentd1464b57c66492f95f98e426c6503acb2ecafd54 (diff)
mbsyncrc: change path to encrypt passwords
At some point I hope to have all of this integrated with gnome-keryings...
-rw-r--r--mbsyncrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/mbsyncrc b/mbsyncrc
index e539b29..927e08d 100644
--- a/mbsyncrc
+++ b/mbsyncrc
@@ -4,7 +4,7 @@
IMAPAccount redhat
Host mail.corp.redhat.com
User victortoso
- PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pwd/redhat.gpg"
+ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.secret/app-pwd/redhat.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/redhat.crt
@@ -29,7 +29,7 @@ Channel redhat
IMAPAccount victortoso
Host imap.gmail.com
User me@victortoso.com
- PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pwd/victortoso.gpg"
+ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.secret/app-pwd/victortoso.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-bundle.crt
@@ -54,7 +54,7 @@ Channel victortoso
IMAPAccount bugzilla
Host imap.gmail.com
User bugzilla@victortoso.com
- PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pwd/bugzilla.gpg"
+ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.secret/app-pwd/bugzilla.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-bundle.crt
@@ -79,7 +79,7 @@ Channel bugzilla
IMAPAccount lists
Host imap.gmail.com
User lists@victortoso.com
- PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pwd/lists.gpg"
+ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.secret/app-pwd/lists.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-bundle.crt
@@ -104,7 +104,7 @@ Channel lists
IMAPAccount spam
Host imap.gmail.com
User spam@victortoso.com
- PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.pwd/spam.gpg"
+ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.secret/app-pwd/spam.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-bundle.crt