useless things
This commit is contained in:
parent
069e4de21a
commit
a83dc5535b
2 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@ set pgp_verify_command="gpg --no-verbose --batch --output - --verify %s %f"
|
|||
set pgp_decrypt_command="gpg --passphrase-fd 0 --no-verbose --batch --output - %f"
|
||||
set pgp_sign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"
|
||||
set pgp_clearsign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
|
||||
set pgp_encrypt_only_command="pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust --encrypt-to 0x6F36914A -- -r %r -- %f"
|
||||
set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust --encrypt-to 0x6F36914A -- -r %r -- %f"
|
||||
set pgp_encrypt_only_command="pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust --encrypt-to 0x3D4CD4F96F36914A -- -r %r -- %f"
|
||||
set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust --encrypt-to 0x3D4CD4F96F36914A -- -r %r -- %f"
|
||||
set pgp_import_command="gpg --no-verbose --import -v %f"
|
||||
set pgp_export_command="gpg --no-verbose --export --armor %r"
|
||||
set pgp_verify_key_command="gpg --no-verbose --batch --fingerprint --check-sigs %r"
|
||||
|
@ -12,7 +12,7 @@ set pgp_list_pubring_command="gpg --no-verbose --batch --with-colons --list-keys
|
|||
set pgp_list_secring_command="gpg --no-verbose --batch --with-colons --list-secret-keys %r"
|
||||
|
||||
# specify the uid to use when encrypting/signing
|
||||
set pgp_sign_as=0x6F36914A
|
||||
set pgp_sign_as=0x3D4CD4F96F36914A
|
||||
|
||||
# this set the number of seconds to keep in memory the passpharse used to encrypt/sign
|
||||
# the more the less secure it will be
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
** <+FILENAME+>
|
||||
**
|
||||
** Author: Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
** Author: Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
** Description: <+DESC+>
|
||||
**
|
||||
** vim: set ts=4 sw=4 noet:
|
||||
|
|
Loading…
Reference in a new issue