[notmuch] [PATCH 3/9] Add key binding for notmuch-search in show-mode
authorcamalot <camalot@picnicpark.org>
Fri, 27 Nov 2009 13:30:09 +0000 (05:30 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:44 +0000 (09:35 -0800)
d3/c1d3da7dd9a63dd22e4682b6b40770facbd7ff [new file with mode: 0644]

diff --git a/d3/c1d3da7dd9a63dd22e4682b6b40770facbd7ff b/d3/c1d3da7dd9a63dd22e4682b6b40770facbd7ff
new file mode 100644 (file)
index 0000000..cb7af21
--- /dev/null
@@ -0,0 +1,82 @@
+Return-Path: <camalot@picnicpark.org>\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 03BFD431FCB\r
+       for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 05:30:39 -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 VYnJyugmS5u1 for <notmuch@notmuchmail.org>;\r
+       Fri, 27 Nov 2009 05:30:38 -0800 (PST)\r
+Received: from mout.perfora.net (mout.perfora.net [74.208.4.195])\r
+       by olra.theworths.org (Postfix) with ESMTP id C8D15431FC4\r
+       for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 05:30:37 -0800 (PST)\r
+Received: from vps.nicira.com (66.7.219.28.static.dimenoc.com [66.7.219.28])\r
+       by mx.perfora.net (node=mxus2) with ESMTP (Nemesis)\r
+       id 0MLMpm-1NDSwR0HFS-000xo9 for notmuch@notmuchmail.org;\r
+       Fri, 27 Nov 2009 08:30:37 -0500\r
+Received: from [76.210.240.177] (port=36295 helo=kea-nicira-lt)\r
+       by vps.nicira.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69)\r
+       (envelope-from <camalot@picnicpark.org>)\r
+       id 1NE0uB-000488-61; Fri, 27 Nov 2009 08:30:36 -0500\r
+Received: by kea-nicira-lt (sSMTP sendmail emulation);\r
+       Fri, 27 Nov 2009 05:30:33 -0800\r
+From: camalot@picnicpark.org\r
+To: notmuch@notmuchmail.org\r
+Date: Fri, 27 Nov 2009 05:30:09 -0800\r
+Message-Id: <1259328615-1445-4-git-send-email-camalot@picnicpark.org>\r
+X-Mailer: git-send-email 1.6.5.3\r
+In-Reply-To: <1259328615-1445-3-git-send-email-camalot@picnicpark.org>\r
+References: <1259328615-1445-1-git-send-email-camalot@picnicpark.org>\r
+       <1259328615-1445-2-git-send-email-camalot@picnicpark.org>\r
+       <1259328615-1445-3-git-send-email-camalot@picnicpark.org>\r
+X-AntiAbuse: This header was added to track abuse,\r
+       please include it with any abuse report\r
+X-AntiAbuse: Primary Hostname - vps.nicira.com\r
+X-AntiAbuse: Original Domain - notmuchmail.org\r
+X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]\r
+X-AntiAbuse: Sender Address Domain - picnicpark.org\r
+X-Source: \r
+X-Source-Args: \r
+X-Source-Dir: \r
+Cc: Keith Amidon <keith@nicira.com>\r
+Subject: [notmuch] [PATCH 3/9] Add key binding for notmuch-search in\r
+       show-mode\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: Fri, 27 Nov 2009 13:30:39 -0000\r
+\r
+From: Keith Amidon <keith@nicira.com>\r
+\r
+It's not uncommon to want to start a search as a result of something\r
+read in a message so this is convenient.\r
+---\r
+ notmuch.el |    1 +\r
+ 1 files changed, 1 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/notmuch.el b/notmuch.el\r
+index 6400199..cd6609d 100644\r
+--- a/notmuch.el\r
++++ b/notmuch.el\r
+@@ -70,6 +70,7 @@\r
+     (define-key map (kbd "C-p") 'notmuch-show-previous-line)\r
+     (define-key map "q" 'kill-this-buffer)\r
+     (define-key map "r" 'notmuch-show-reply)\r
++    (define-key map "s" 'notmuch-search)\r
+     (define-key map "v" 'notmuch-show-view-all-mime-parts)\r
+     (define-key map "w" 'notmuch-show-view-raw-message)\r
+     (define-key map "x" 'kill-this-buffer)\r
+-- \r
+1.6.5.3\r
+\r