From: Paul Hänsch Date: Thu, 26 May 2022 09:39:57 +0000 (+0200) Subject: bugfix: passthrough of non-convertible attachment types X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=4127aab371b6c3e4bec81a94afcadc19e9724237;p=shellwiki bugfix: passthrough of non-convertible attachment types --- 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 }