diff options
Diffstat (limited to 'g10/options.skel')
-rw-r--r-- | g10/options.skel | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/options.skel b/g10/options.skel index 0458ac7b0..14fd533cb 100644 --- a/g10/options.skel +++ b/g10/options.skel @@ -160,6 +160,7 @@ lock-once # %I is the same as %i, but the file isn't deleted afterwards by GnuPG. # %k is expanded to the key ID of the key. # %K is expanded to the long OpenPGP key ID of the key. +# %t is expanded to the type of image (e.g. "jpeg"). # %f is expanded to the fingerprint of the key. # %% is %, of course. # @@ -179,7 +180,7 @@ lock-once # photo-viewer "cat > ~/photoid-for-key-%k.jpg" # # Use your MIME handler to view photos: -# photo-viewer "metamail -q -d -b -c image/jpeg -s 'KeyID 0x%k' -f GnuPG" +# photo-viewer "metamail -q -d -b -c image/%t -s 'KeyID 0x%k' -f GnuPG" # Passphrase agent |