1
0
Fork 0

disable pgp decryption in previews

This commit is contained in:
Luca Bilke 2024-09-25 14:21:55 +02:00
parent 6940393e3c
commit 9c120f431e

View file

@ -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)