Re: [notmuch] [PATCH -v2] notmuch.el: Support for customizing search result display

Subject: Re: [notmuch] [PATCH -v2] notmuch.el: Support for customizing search result display

Date: Fri, 11 Dec 2009 11:04:25 +0530

To: cworth@cworth.org

Cc: Aneesh Kumar K.V, notmuch@notmuchmail.org

From: Aneesh Kumar K. V


On Wed,  2 Dec 2009 18:19:38 +0530, "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:
> From: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
> 
> This patch helps in customizing search result display
> similar to mutt's index_format. The customization is done
> by defining an alist as below
> 
> (setq notmuch-search-result-format '(("date" . "%s ")
> 				     ("authors" . "%-40s ")
> 				     ("subject" . "%s ")
> 				     ("tags" . "(%s)")))
> 
> The supported keywords are date, count, authors, subject and tags.
> 

Any update on this patch . I would like to get this merged as well

-aneesh

Thread: