]> granicus.if.org Git - neomutt/commit
fix: digest_collapse was broken (#801)
authorRichard Russon <rich@flatcap.org>
Fri, 29 Sep 2017 18:30:18 +0000 (19:30 +0100)
committerPietro Cerutti <gahr@gahr.ch>
Fri, 29 Sep 2017 18:30:18 +0000 (19:30 +0100)
commit4426a0b047a6ee931e6387993dcbfbd5d9f0802b
tree51c596078e8c96b8c55caf1b7dad058db619b5d5
parent6ffa6f1b9ad9f4fafb937e5a8365101009bcbd60
fix: digest_collapse was broken (#801)

A recent upstream change stopped $digest_collapse from working.
The outer mime container wasn't being checked for type 'multipart/digest'.

A digest nested within another mime container should also be collapsed.

Fixes #789
recvattach.c