Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 254AF431FAE for ; Thu, 10 Dec 2009 21:34:32 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jieAYlu2qUeF for ; Thu, 10 Dec 2009 21:34:32 -0800 (PST) Received: from e23smtp09.au.ibm.com (e23smtp09.au.ibm.com [202.81.31.142]) by olra.theworths.org (Postfix) with ESMTP id 731DF431FBC for ; Thu, 10 Dec 2009 21:34:31 -0800 (PST) Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246]) by e23smtp09.au.ibm.com (8.14.3/8.13.1) with ESMTP id nBBGYUd3023251 for ; Sat, 12 Dec 2009 03:34:30 +1100 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id nBB5UhTM1544294 for ; Fri, 11 Dec 2009 16:30:43 +1100 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id nBB5YTbb001655 for ; Fri, 11 Dec 2009 16:34:29 +1100 Received: from skywalker.linux.vnet.ibm.com ([9.124.35.109]) by d23av01.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id nBB5YQnt001592; Fri, 11 Dec 2009 16:34:27 +1100 From: "Aneesh Kumar K. V" To: cworth@cworth.org In-Reply-To: <1259758178-26584-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> References: <1259684149-9574-3-git-send-email-aneesh.kumar@gmail.com> <1259758178-26584-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Date: Fri, 11 Dec 2009 11:04:25 +0530 Message-ID: <87ws0u13by.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Aneesh Kumar K.V" , notmuch@notmuchmail.org Subject: Re: [notmuch] [PATCH -v2] notmuch.el: Support for customizing search result display X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2009 05:34:32 -0000 On Wed, 2 Dec 2009 18:19:38 +0530, "Aneesh Kumar K.V" wrote: > From: Aneesh Kumar K.V > > 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