X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/f8a734295c2a23119575dc17bdce157d01fbbacb..a727d38d3fd092a3c44820f2f5d67f8f24d623b6:/.mutt/bgrun?ds=inline 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() {