Re: [notmuch] [PATCH] notmuch: Add search mode hook
[notmuch-archives.git] / 28 / 43ced88330259912ec9bc49b078312edb7853f
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 B5DBC431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 21:56:52 -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 xKkSzZYPnTVX for <notmuch@notmuchmail.org>;\r
11         Wed, 18 Nov 2009 21:56:50 -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 41F95431FAE\r
14         for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 21:56:49 -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 nAJ5umTZ017237\r
17         for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 16:56:48 +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         nAJ5rTmR1294450\r
21         for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 16:53:29 +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         nAJ5umJu017976\r
25         for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 16:56:48 +1100\r
26 Received: from skywalker.linux.vnet.ibm.com (N20wks267599wss.in.ibm.com\r
27         [9.124.31.111])\r
28         by d23av01.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id\r
29         nAJ5uihJ017921\r
30         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO);\r
31         Thu, 19 Nov 2009 16:56:47 +1100\r
32 Date: Thu, 19 Nov 2009 11:26:43 +0530\r
33 From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>\r
34 To: Keith Packard <keithp@keithp.com>\r
35 Message-ID: <20091119055643.GA2778@skywalker.linux.vnet.ibm.com>\r
36 References:\r
37  <1258606537-12566-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
38         <yunskcb2ipk.fsf@aiko.keithp.com>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 Content-Disposition: inline\r
42 In-Reply-To: <yunskcb2ipk.fsf@aiko.keithp.com>\r
43 User-Agent: Mutt/1.5.20 (2009-06-14)\r
44 Cc: notmuch@notmuchmail.org\r
45 Subject: Re: [notmuch] [PATCH] notmuch: Add search mode hook\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.12\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Thu, 19 Nov 2009 05:56:52 -0000\r
59 \r
60 On Wed, Nov 18, 2009 at 09:21:11PM -0800, Keith Packard wrote:\r
61 > On Thu, 19 Nov 2009 10:25:37 +0530, "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:\r
62\r
63 > > This patch add notmuch-search-mode-hook and rename\r
64 > > notmuch-show-hook to notmuch-show-mode-hook. This\r
65 > > also runs notmuch-show-mode-hook when we enable\r
66 > > notmuch-show-mode\r
67\r
68 > I'm not sure we want to run the hooks that early; I can easily imagine\r
69 > hooks that want to be run after the message has been loaded.\r
70 \r
71 Ok i will move them and send another patch\r
72 \r
73 -aneesh\r
74 \r