Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 85 / 860191b2e37308aa13baeb4a5e6fdfd1e16967
1 Return-Path: <aneesh.kumar@linux.vnet.ibm.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 254AF431FAE\r
6         for <notmuch@notmuchmail.org>; Thu, 10 Dec 2009 21:34:32 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id jieAYlu2qUeF for <notmuch@notmuchmail.org>;\r
11         Thu, 10 Dec 2009 21:34:32 -0800 (PST)\r
12 Received: from e23smtp09.au.ibm.com (e23smtp09.au.ibm.com [202.81.31.142])\r
13         by olra.theworths.org (Postfix) with ESMTP id 731DF431FBC\r
14         for <notmuch@notmuchmail.org>; Thu, 10 Dec 2009 21:34:31 -0800 (PST)\r
15 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246])\r
16         by e23smtp09.au.ibm.com (8.14.3/8.13.1) with ESMTP id nBBGYUd3023251\r
17         for <notmuch@notmuchmail.org>; Sat, 12 Dec 2009 03:34:30 +1100\r
18 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96])\r
19         by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id\r
20         nBB5UhTM1544294\r
21         for <notmuch@notmuchmail.org>; Fri, 11 Dec 2009 16:30:43 +1100\r
22 Received: from d23av01.au.ibm.com (loopback [127.0.0.1])\r
23         by d23av01.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id\r
24         nBB5YTbb001655\r
25         for <notmuch@notmuchmail.org>; Fri, 11 Dec 2009 16:34:29 +1100\r
26 Received: from skywalker.linux.vnet.ibm.com ([9.124.35.109])\r
27         by d23av01.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id\r
28         nBB5YQnt001592; Fri, 11 Dec 2009 16:34:27 +1100\r
29 From: "Aneesh Kumar K. V" <aneesh.kumar@linux.vnet.ibm.com>\r
30 To: cworth@cworth.org\r
31 In-Reply-To:\r
32  <1259758178-26584-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
33 References: <1259684149-9574-3-git-send-email-aneesh.kumar@gmail.com>\r
34         <1259758178-26584-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
35 Date: Fri, 11 Dec 2009 11:04:25 +0530\r
36 Message-ID: <87ws0u13by.fsf@linux.vnet.ibm.com>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 Cc: "Aneesh Kumar K.V" <aneesh.kumar@gmail.com>, notmuch@notmuchmail.org\r
40 Subject: Re: [notmuch] [PATCH -v2] notmuch.el: Support for customizing\r
41  search result display\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.12\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Fri, 11 Dec 2009 05:34:32 -0000\r
55 \r
56 On Wed,  2 Dec 2009 18:19:38 +0530, "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:\r
57 > From: Aneesh Kumar K.V <aneesh.kumar@gmail.com>\r
58\r
59 > This patch helps in customizing search result display\r
60 > similar to mutt's index_format. The customization is done\r
61 > by defining an alist as below\r
62\r
63 > (setq notmuch-search-result-format '(("date" . "%s ")\r
64 >                                    ("authors" . "%-40s ")\r
65 >                                    ("subject" . "%s ")\r
66 >                                    ("tags" . "(%s)")))\r
67\r
68 > The supported keywords are date, count, authors, subject and tags.\r
69\r
70 \r
71 Any update on this patch . I would like to get this merged as well\r
72 \r
73 -aneesh\r