diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-05-26 21:37:20 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-05-26 21:37:20 +0100 |
commit | 0fa79fcadf3bb8ce67a71e62cfc85c0124f744b8 (patch) | |
tree | 6219b416b70a6a0fc8b7ddd18c41b58120955b11 | |
parent | d46f24a37a3815ad93416dfd9c8250cfefadc5dd (diff) | |
download | mutt-0fa79fcadf3bb8ce67a71e62cfc85c0124f744b8.tar.gz |
Mute gpg noise
-rw-r--r-- | .mutt/accounts/jmccroha@tcd.ie/muttrc | 2 | ||||
-rw-r--r-- | .mutt/accounts/jmccrohan@gmail.com/muttrc | 2 | ||||
-rw-r--r-- | .mutt/accounts/jonathan@mccrohan.ie/muttrc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.mutt/accounts/jmccroha@tcd.ie/muttrc b/.mutt/accounts/jmccroha@tcd.ie/muttrc index ed7213f..3c31d01 100644 --- a/.mutt/accounts/jmccroha@tcd.ie/muttrc +++ b/.mutt/accounts/jmccroha@tcd.ie/muttrc @@ -2,7 +2,7 @@ set from = "jmccroha@tcd.ie" set imap_user = "jmccroha@tcd.ie" set smtp_url = "smtp://jmccroha@tcd.ie@smtp.gmail.com:587/" -source "gpg -d ~/.mutt/accounts/jmccroha@tcd.ie/passwords.gpg |" # decrypt passwords +source "gpg --quiet --batch -d ~/.mutt/accounts/jmccroha@tcd.ie/passwords.gpg |" # decrypt passwords set header_cache =~/.mutt/accounts/jmccroha@tcd.ie/cache/headers set message_cachedir =~/.mutt/accounts/jmccroha@tcd.ie/cache/bodies diff --git a/.mutt/accounts/jmccrohan@gmail.com/muttrc b/.mutt/accounts/jmccrohan@gmail.com/muttrc index f30f1ca..68cf41e 100644 --- a/.mutt/accounts/jmccrohan@gmail.com/muttrc +++ b/.mutt/accounts/jmccrohan@gmail.com/muttrc @@ -2,7 +2,7 @@ set from = "jmccrohan@gmail.com" set imap_user = "jmccrohan@gmail.com" set smtp_url = "smtp://jmccrohan@smtp.gmail.com:587/" -source "gpg -d ~/.mutt/accounts/jmccrohan@gmail.com/passwords.gpg |" # decrypt passwords +source "gpg --quiet --batch -d ~/.mutt/accounts/jmccrohan@gmail.com/passwords.gpg |" # decrypt passwords set header_cache =~/.mutt/accounts/jmccrohan@gmail.com/cache/headers set message_cachedir =~/.mutt/accounts/jmccrohan@gmail.com/cache/bodies diff --git a/.mutt/accounts/jonathan@mccrohan.ie/muttrc b/.mutt/accounts/jonathan@mccrohan.ie/muttrc index 57685ac..e8a76b1 100644 --- a/.mutt/accounts/jonathan@mccrohan.ie/muttrc +++ b/.mutt/accounts/jonathan@mccrohan.ie/muttrc @@ -2,7 +2,7 @@ set from = "jonathan@mccrohan.ie" set imap_user = "jonathan@mccrohan.ie" set smtp_url = "smtp://jonathan@mccrohan.ie@smtp.gmail.com:587/" -source "gpg -d ~/.mutt/accounts/jonathan@mccrohan.ie/passwords.gpg |" # decrypt passwords +source "gpg --quiet --batch -d ~/.mutt/accounts/jonathan@mccrohan.ie/passwords.gpg |" # decrypt passwords set header_cache =~/.mutt/accounts/jonathan@mccrohan.ie/cache/headers set message_cachedir =~/.mutt/accounts/jonathan@mccrohan.ie/cache/bodies |