[notmuch] JSON based emacs UI

Aneesh Kumar K. V aneesh.kumar at linux.vnet.ibm.com
Thu Mar 25 21:46:12 PDT 2010


On Thu, 25 Mar 2010 09:14:09 +0000, David Edmondson <dme at dme.org> wrote:
> 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!
> 

That worked. Thanks. BTW is there a way to get '=' to reload the thread
details. Something similar to notmuch-search-refresh-view. for the show
window. That would make sure i can get the tag updated tag details by
using = key. right now it is difficult to find out whether i "unread"
tag is removed from a message or not. The best fix would be to show the
updated tag dynamically 

-aneesh


More information about the notmuch mailing list