diff --git a/.gpg.conf.MKAYSIGREP b/.gpg.conf.MKAYSIGREP index ab7f59ea..394fed38 100644 --- a/.gpg.conf.MKAYSIGREP +++ b/.gpg.conf.MKAYSIGREP @@ -66,8 +66,9 @@ default-sig-expire 0 allow-multiple-messages -# Show the LONG KEYID by default and tell that it's hexadecimal string. +# Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string. keyid-format 0xLONG +with-fingerprint # Use Eye Of Gnome as default image viewer photo-viewer eog %i @@ -79,6 +80,14 @@ lock-multiple expert +# Teach to be careful with sensitive things by exporting them like everything else +import-options import-local-sigs +export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean + +# Don't tell whom the message is encrypted to. +#throw-keyids + + # Add comments to things signed/encrypted by gpg comment Homepage: http://mkaysi.github.com/ comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt diff --git a/gpg.conf b/gpg.conf index ef0e1011..14dcaa4f 100644 --- a/gpg.conf +++ b/gpg.conf @@ -66,8 +66,9 @@ default-sig-expire 0 allow-multiple-messages -# Show the LONG KEYID by default and tell that it's hexadecimal string. +# Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string. keyid-format 0xLONG +with-fingerprint # Use Eye Of Gnome as default image viewer photo-viewer eog %i @@ -79,6 +80,13 @@ lock-multiple expert +# Teach to be careful with sensitive things by exporting them like everything else +import-options import-local-sigs +export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean + +# Don't tell whom the message is encrypted to. +#throw-keyids + # Add comments to things signed/encrypted by gpg #comment Homepage: http://mkaysi.github.com/ # MKAYSIGREP MKAYSIGREPGPG #comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt # MKAYSIGREP MKAYSIGREPGPG