Changeset 2522:56ca883ba883 for contrib

Show
Ignore:
Timestamp:
2001-08-02 15:59:16 (7 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Don't emit a comment armor header at all.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • contrib/gpg.rc

    r2512 r2522  
    3232 
    3333# decode application/pgp 
    34 set pgp_decode_command="/usr/bin/gpg --comment '-'  %?p?--passphrase-fd 0? --no-verbose --quiet  --batch  --output - %f" 
     34set pgp_decode_command="/usr/bin/gpg --comment ''  %?p?--passphrase-fd 0? --no-verbose --quiet  --batch  --output - %f" 
    3535 
    3636# verify a pgp/mime signature 
    37 set pgp_verify_command="/usr/bin/gpg --comment '-'  --no-verbose --quiet  --batch  --output - --verify %s %f" 
     37set pgp_verify_command="/usr/bin/gpg --comment ''  --no-verbose --quiet  --batch  --output - --verify %s %f" 
    3838 
    3939# decrypt a pgp/mime attachment 
    40 set pgp_decrypt_command="/usr/bin/gpg --comment '-'  --passphrase-fd 0 --no-verbose --quiet  --batch  --output - %f" 
     40set pgp_decrypt_command="/usr/bin/gpg --comment ''  --passphrase-fd 0 --no-verbose --quiet  --batch  --output - %f" 
    4141 
    4242# create a pgp/mime signed attachment 
    43 # set pgp_sign_command="/usr/bin/gpg-2comp --comment '-' --no-verbose --batch  --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" 
    44 set pgp_sign_command="/usr/bin/gpg --comment '-'   --no-verbose --batch --quiet   --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" 
     43# set pgp_sign_command="/usr/bin/gpg-2comp --comment '' --no-verbose --batch  --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" 
     44set pgp_sign_command="/usr/bin/gpg --comment ''   --no-verbose --batch --quiet   --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" 
    4545 
    4646# create a application/pgp signed (old-style) message 
    47 # set pgp_clearsign_command="/usr/bin/gpg-2comp --comment '-'  --no-verbose --batch  --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" 
    48 set pgp_clearsign_command="/usr/bin/gpg --comment '-'  --no-verbose --batch --quiet   --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" 
     47# set pgp_clearsign_command="/usr/bin/gpg-2comp --comment ''  --no-verbose --batch  --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" 
     48set pgp_clearsign_command="/usr/bin/gpg --comment ''  --no-verbose --batch --quiet   --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" 
    4949 
    5050# create a pgp/mime encrypted attachment 
    51 # set pgp_encrypt_only_command="pgpewrap gpg-2comp --comment '-'  -v --batch  --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f" 
    52 set pgp_encrypt_only_command="pgpewrap /usr/bin/gpg --comment '-'   --batch  --quiet  --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f" 
     51# set pgp_encrypt_only_command="pgpewrap gpg-2comp --comment ''  -v --batch  --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f" 
     52set pgp_encrypt_only_command="pgpewrap /usr/bin/gpg --comment ''   --batch  --quiet  --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f" 
    5353 
    5454# create a pgp/mime encrypted and signed attachment 
    55 # set pgp_encrypt_sign_command="pgpewrap gpg-2comp --comment '-'  --passphrase-fd 0 -v --batch  --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" 
    56 set pgp_encrypt_sign_command="pgpewrap /usr/bin/gpg --comment '-'  --passphrase-fd 0  --batch --quiet  --no-verbose  --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" 
     55# set pgp_encrypt_sign_command="pgpewrap gpg-2comp --comment ''  --passphrase-fd 0 -v --batch  --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" 
     56set pgp_encrypt_sign_command="pgpewrap /usr/bin/gpg --comment ''  --passphrase-fd 0  --batch --quiet  --no-verbose  --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" 
    5757 
    5858# import a key into the public key ring 
    59 set pgp_import_command="/usr/bin/gpg --comment '-'  --no-verbose --import -v %f" 
     59set pgp_import_command="/usr/bin/gpg --comment ''  --no-verbose --import -v %f" 
    6060 
    6161# export a key from the public key ring 
    62 set pgp_export_command="/usr/bin/gpg --comment '-'  --no-verbose --export --armor %r" 
     62set pgp_export_command="/usr/bin/gpg --comment ''  --no-verbose --export --armor %r" 
    6363 
    6464# verify a key 
    65 set pgp_verify_key_command="/usr/bin/gpg --comment '-'  --verbose --batch  --fingerprint --check-sigs %r" 
     65set pgp_verify_key_command="/usr/bin/gpg --comment ''  --verbose --batch  --fingerprint --check-sigs %r" 
    6666 
    6767# read in the public key ring 
    68 set pgp_list_pubring_command="/usr/bin/gpg --comment '-'  --no-verbose --batch --quiet   --with-colons --list-keys %r"  
     68set pgp_list_pubring_command="/usr/bin/gpg --comment ''  --no-verbose --batch --quiet   --with-colons --list-keys %r"  
    6969 
    7070# read in the secret key ring 
    71 set pgp_list_secring_command="/usr/bin/gpg --comment '-'  --no-verbose --batch --quiet   --with-colons --list-secret-keys %r"  
     71set pgp_list_secring_command="/usr/bin/gpg --comment ''  --no-verbose --batch --quiet   --with-colons --list-secret-keys %r"  
    7272 
    7373# fetch keys