Changeset 4846:14e953f583af for contrib
- Timestamp:
- 2006-10-29 18:32:30 (2 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
contrib/gpg.rc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contrib/gpg.rc
r4359 r4846 41 41 42 42 # 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"43 # set pgp_sign_command="/usr/bin/gpg-2comp --comment '' --no-verbose --batch --output - %?p?--passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f" 44 44 set pgp_sign_command="/usr/bin/gpg --no-verbose --batch --quiet --output - %?p?--passphrase-fd 0? --armor --detach-sign --textmode %?a?-u %a? %f" 45 45 46 46 # 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"47 # set pgp_clearsign_command="/usr/bin/gpg-2comp --comment '' --no-verbose --batch --output - %?p?--passphrase-fd 0? --armor --textmode --clearsign %?a?-u %a? %f" 48 48 set pgp_clearsign_command="/usr/bin/gpg --no-verbose --batch --quiet --output - %?p?--passphrase-fd 0? --armor --textmode --clearsign %?a?-u %a? %f" 49 49 … … 53 53 54 54 # create a pgp/mime encrypted and signed attachment 55 # set pgp_encrypt_sign_command="pgpewrap gpg-2comp --passphrase-fd 0 -v --batch--output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"55 # set pgp_encrypt_sign_command="pgpewrap gpg-2comp %?p?--passphrase-fd 0? -v --batch --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" 56 56 set pgp_encrypt_sign_command="pgpewrap /usr/bin/gpg %?p?--passphrase-fd 0? --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" 57 57 … … 76 76 # pattern for good signature - may need to be adapted to locale! 77 77 78 # set pgp_good_sign="^gpg : Good signature from"78 # set pgp_good_sign="^gpgv?: Good signature from " 79 79 80 80 # OK, here's a version which uses gnupg's message catalog:
