From 3ce03d14acbe7390115450bae85814a6989bfece Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 13 Sep 2021 11:16:48 +1200 Subject: [PATCH] Switch viewmailattachments to Python3 --- .mutt/viewmailattachments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mutt/viewmailattachments b/.mutt/viewmailattachments index 9ab3650..1a119ca 100755 --- a/.mutt/viewmailattachments +++ b/.mutt/viewmailattachments @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/python3 # Source: https://raw.githubusercontent.com/akkana/scripts/master/viewmailattachments -- 2.39.2