aboutsummaryrefslogtreecommitdiff
path: root/devel/printmimestructure
AgeCommit message (Collapse)Author
2019-10-13Drop devel/printmimestructure (it is in mailscripts 0.11)Daniel Kahn Gillmor
mailscripts 0.11 now ships a derivative of devel/printmimestructure called email-print-mime-structure. Maintenance for that utility will happen in mailscripts from now on, so we should not track an independent copy of it in notmuch's source tree. See https://bugs.debian.org/939993 for more details about the adoption. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2018-06-14minor cleanup to printmimestructureJameson Graef Rollins
make the source slightly easier to read. no functional change.
2018-06-14devel: make printmimestructure py3 compatibleDaniel Kahn Gillmor
Make printmimestructure work in python3 as well as python2.
2013-05-23devel: add dkg's printmimestructure script to notmuch devel scriptsDavid Bremner
I find this script pretty useful when figuring out who to blame for MIME rendering problems. The notmuch repo will be the new primary home for this script, unless and until a better home turns up.