summaryrefslogtreecommitdiffstats
path: root/src/Notmuch/Message.hs
Commit message (Collapse)AuthorAgeFilesLines
* explicitly load primary message parttv26 hours1-0/+7
| | | | | | | Previously the primary part was loaded only for text/plain, because notmuch show included it automatically. Now any MIME type can be loaded.
* notmuch show message body is a singleton listtv38 hours1-5/+7
| | | | https://github.com/notmuch/notmuch/blob/a691d54/notmuch-show.c#L692-L695
* default-language: Haskell2010 -> GHC2024tv2026-03-191-9/+7
|
* render non-text partstv2020-09-301-6/+20
|
* split into library + executablesKierĂ¡n Meinhardt2020-09-231-0/+123