disable pgp decryption in previews
This commit is contained in:
parent
6940393e3c
commit
9c120f431e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ mimetest() {
|
|||
*/vnd.openxmlformats-officedocument.wordprocessingml.document) run docx2txt <"$f" ;;
|
||||
*/vnd.ms-excel) run ssconvert --export-type=Gnumeric_stf:stf_csv "$f" "fd://1" | text --language=csv "$f" ;;
|
||||
*/vnd.openxmlformats-officedocument.spreadsheetml.sheet) run ssconvert --export-type=Gnumeric_stf:stf_csv "$f" "fd://1" | text --language=csv "$f" ;;
|
||||
*/pgp-encrypted) run gpg -d -- "$f" ;;
|
||||
# */pgp-encrypted) run gpg -d -- "$f" ;;
|
||||
*/pkix-cert) run openssl x509 -text -noout -in "$f" ;;
|
||||
*opendocument*) run odt2txt "$f" ;;
|
||||
*/markdown)
|
||||
|
|
Loading…
Add table
Reference in a new issue