From: martin f. krafft Date: Tue, 8 Dec 2020 21:03:31 +0000 (+1300) Subject: use py3 for mimetype detection X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/de65ad1e2991ea87a878483a010cfaf3d4600702?ds=sidebyside use py3 for mimetype detection --- diff --git a/.mutt/bgrun b/.mutt/bgrun index 890b50e..c19920f 100755 --- a/.mutt/bgrun +++ b/.mutt/bgrun @@ -77,7 +77,7 @@ notify_output() { } guess_extension() { - python -c "import mimetypes; print(mimetypes.guess_extension('$1'))" + python3 -c "import mimetypes; print(mimetypes.guess_extension('$1'))" } get_file() {