[notmuch] JSON based emacs UI
David Edmondson
dme at dme.org
Thu Mar 25 02:14:09 PDT 2010
On Thu, 25 Mar 2010 10:11:38 +0530, "Aneesh Kumar K. V" <aneesh.kumar at linux.vnet.ibm.com> wrote:
> Is there a way to get the inline patches shown similar to
> diff-mode not just the attached patches ?
A new hook function for text/plain parts called
`notmuch-wash-inline-patch' is added that attempts to do this by
converting the inline patch into a fake attachment.
It guesses whether a buffer includes a patch and also the extent of that
patch, so it's a bit risky and hence not enabled by default. It is only
lightly tested. You can try it out by setting:
(setq notmuch-show-insert-text/plain-hook
'(notmuch-wash-wrap-long-lines
notmuch-wash-tidy-citations
notmuch-wash-compress-blanks
notmuch-wash-inline-patch
notmuch-wash-markup-citations))
The order is important!
dme.
--
David Edmondson, http://dme.org
More information about the notmuch
mailing list