mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-09 06:32:41 +01:00
@@ -47,7 +47,7 @@ if [ -d "$HOME/.gnupg" ]; then
|
||||
if [ -f "/usr/share/doc/mutt/examples/gpg.rc" ]; then
|
||||
echo 'source /usr/share/doc/mutt/examples/gpg.rc'
|
||||
fi
|
||||
if [[ ! -z "$GPG_ID" ]]; then
|
||||
if [ ! -z "$GPG_ID" ]; then
|
||||
echo "set pgp_sign_as = $GPG_ID"
|
||||
fi
|
||||
echo 'set crypt_replysign=yes'
|
||||
|
||||
Reference in New Issue
Block a user