Re: [notmuch] [PATCH] notmuch: Add search mode hook
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 19 Nov 2009 05:56:43 +0000 (11:26 +0530)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:36 +0000 (09:35 -0800)
28/43ced88330259912ec9bc49b078312edb7853f [new file with mode: 0644]

diff --git a/28/43ced88330259912ec9bc49b078312edb7853f b/28/43ced88330259912ec9bc49b078312edb7853f
new file mode 100644 (file)
index 0000000..ec3d833
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <aneesh.kumar@linux.vnet.ibm.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id B5DBC431FBC\r
+       for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 21:56:52 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id xKkSzZYPnTVX for <notmuch@notmuchmail.org>;\r
+       Wed, 18 Nov 2009 21:56:50 -0800 (PST)\r
+Received: from e23smtp09.au.ibm.com (e23smtp09.au.ibm.com [202.81.31.142])\r
+       by olra.theworths.org (Postfix) with ESMTP id 41F95431FAE\r
+       for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 21:56:49 -0800 (PST)\r
+Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246])\r
+       by e23smtp09.au.ibm.com (8.14.3/8.13.1) with ESMTP id nAJ5umTZ017237\r
+       for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 16:56:48 +1100\r
+Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96])\r
+       by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id\r
+       nAJ5rTmR1294450\r
+       for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 16:53:29 +1100\r
+Received: from d23av01.au.ibm.com (loopback [127.0.0.1])\r
+       by d23av01.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id\r
+       nAJ5umJu017976\r
+       for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 16:56:48 +1100\r
+Received: from skywalker.linux.vnet.ibm.com (N20wks267599wss.in.ibm.com\r
+       [9.124.31.111])\r
+       by d23av01.au.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id\r
+       nAJ5uihJ017921\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO);\r
+       Thu, 19 Nov 2009 16:56:47 +1100\r
+Date: Thu, 19 Nov 2009 11:26:43 +0530\r
+From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>\r
+To: Keith Packard <keithp@keithp.com>\r
+Message-ID: <20091119055643.GA2778@skywalker.linux.vnet.ibm.com>\r
+References:\r
+ <1258606537-12566-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
+       <yunskcb2ipk.fsf@aiko.keithp.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Content-Disposition: inline\r
+In-Reply-To: <yunskcb2ipk.fsf@aiko.keithp.com>\r
+User-Agent: Mutt/1.5.20 (2009-06-14)\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: [notmuch] [PATCH] notmuch: Add search mode hook\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 19 Nov 2009 05:56:52 -0000\r
+\r
+On Wed, Nov 18, 2009 at 09:21:11PM -0800, Keith Packard wrote:\r
+> On Thu, 19 Nov 2009 10:25:37 +0530, "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:\r
+> \r
+> > This patch add notmuch-search-mode-hook and rename\r
+> > notmuch-show-hook to notmuch-show-mode-hook. This\r
+> > also runs notmuch-show-mode-hook when we enable\r
+> > notmuch-show-mode\r
+> \r
+> I'm not sure we want to run the hooks that early; I can easily imagine\r
+> hooks that want to be run after the message has been loaded.\r
+\r
+Ok i will move them and send another patch\r
+\r
+-aneesh\r
+\r