From 4127aab371b6c3e4bec81a94afcadc19e9724237 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 26 May 2022 11:39:57 +0200 Subject: [PATCH] bugfix: passthrough of non-convertible attachment types --- handlers/20_attachment.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/20_attachment.sh b/handlers/20_attachment.sh index 63b42b4..ac73932 100755 --- a/handlers/20_attachment.sh +++ b/handlers/20_attachment.sh @@ -61,6 +61,7 @@ attachment_convert(){ printf %s "$attpath" return 0 ;; + *) printf "$attpath";; esac } -- 2.39.2