dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 62a72e09b7663ef0025eb4efd99700148825b4a3
parent cf449f3b66da8a714adb50b7394becb236fde1b2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 19 May 2020 19:49:33 +0200

Use gpg2 instead of pass for imap server password

Diffstat:
M.mbsyncrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mbsyncrc b/.mbsyncrc @@ -1,7 +1,7 @@ IMAPAccount adamsgaard Host imap.fastmail.com User anders@adamsgaard.dk -PassCmd "pass Email/anders@adamsgaard.dk-imap" +PassCmd "gpg2 -d -q ~/.password-store/Email/anders@adamsgaard.dk-imap.gpg" SSLType IMAPS IMAPStore adamsgaard-remote