# HG changeset patch # User Steve Losh # Date 1666820376 14400 # Node ID c106ae0760f868f1e3d90001437705830316221c # Parent 1e626e20d5e6776c4ee169a49399fe7dc27be651 More diff -r 1e626e20d5e6 -r c106ae0760f8 bin/clean_mail --- a/bin/clean_mail Tue Sep 20 12:56:45 2022 -0400 +++ b/bin/clean_mail Wed Oct 26 17:39:36 2022 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import sys diff -r 1e626e20d5e6 -r c106ae0760f8 mutt/muttrc --- a/mutt/muttrc Tue Sep 20 12:56:45 2022 -0400 +++ b/mutt/muttrc Wed Oct 26 17:39:36 2022 -0400 @@ -226,7 +226,7 @@ bind compose p postpone-message bind compose P pgp-menu -macro compose H "| htmlify-email~/.mutt/temp/neomutt-alternative.html" +macro compose H "| htmlify-email~/.mutt/temp/neomutt-alternative.html" # }}} # Attachment {{{