# HG changeset patch # User Steve Losh # Date 1666820378 14400 # Node ID 296941d27cc2942984be6d45fae64c2a03dc564b # Parent c106ae0760f868f1e3d90001437705830316221c# Parent 3709361eb09c70034649baccca2f156ee1f07e49 Merge diff -r 3709361eb09c -r 296941d27cc2 bin/clean_mail --- a/bin/clean_mail Wed Oct 26 16:01:18 2022 -0400 +++ b/bin/clean_mail Wed Oct 26 17:39:38 2022 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import sys diff -r 3709361eb09c -r 296941d27cc2 mutt/muttrc --- a/mutt/muttrc Wed Oct 26 16:01:18 2022 -0400 +++ b/mutt/muttrc Wed Oct 26 17:39:38 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 {{{