X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/526e9dd4a44387a8cdf0431464657f44bfd2f72f..de65ad1e2991ea87a878483a010cfaf3d4600702:/.mutt/bgrun 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() {