images as attachment?
[notmuch-archives.git] / d3 / c1d3da7dd9a63dd22e4682b6b40770facbd7ff
1 Return-Path: <camalot@picnicpark.org>\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 03BFD431FCB\r
6         for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 05:30:39 -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 VYnJyugmS5u1 for <notmuch@notmuchmail.org>;\r
11         Fri, 27 Nov 2009 05:30:38 -0800 (PST)\r
12 Received: from mout.perfora.net (mout.perfora.net [74.208.4.195])\r
13         by olra.theworths.org (Postfix) with ESMTP id C8D15431FC4\r
14         for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 05:30:37 -0800 (PST)\r
15 Received: from vps.nicira.com (66.7.219.28.static.dimenoc.com [66.7.219.28])\r
16         by mx.perfora.net (node=mxus2) with ESMTP (Nemesis)\r
17         id 0MLMpm-1NDSwR0HFS-000xo9 for notmuch@notmuchmail.org;\r
18         Fri, 27 Nov 2009 08:30:37 -0500\r
19 Received: from [76.210.240.177] (port=36295 helo=kea-nicira-lt)\r
20         by vps.nicira.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69)\r
21         (envelope-from <camalot@picnicpark.org>)\r
22         id 1NE0uB-000488-61; Fri, 27 Nov 2009 08:30:36 -0500\r
23 Received: by kea-nicira-lt (sSMTP sendmail emulation);\r
24         Fri, 27 Nov 2009 05:30:33 -0800\r
25 From: camalot@picnicpark.org\r
26 To: notmuch@notmuchmail.org\r
27 Date: Fri, 27 Nov 2009 05:30:09 -0800\r
28 Message-Id: <1259328615-1445-4-git-send-email-camalot@picnicpark.org>\r
29 X-Mailer: git-send-email 1.6.5.3\r
30 In-Reply-To: <1259328615-1445-3-git-send-email-camalot@picnicpark.org>\r
31 References: <1259328615-1445-1-git-send-email-camalot@picnicpark.org>\r
32         <1259328615-1445-2-git-send-email-camalot@picnicpark.org>\r
33         <1259328615-1445-3-git-send-email-camalot@picnicpark.org>\r
34 X-AntiAbuse: This header was added to track abuse,\r
35         please include it with any abuse report\r
36 X-AntiAbuse: Primary Hostname - vps.nicira.com\r
37 X-AntiAbuse: Original Domain - notmuchmail.org\r
38 X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]\r
39 X-AntiAbuse: Sender Address Domain - picnicpark.org\r
40 X-Source: \r
41 X-Source-Args: \r
42 X-Source-Dir: \r
43 Cc: Keith Amidon <keith@nicira.com>\r
44 Subject: [notmuch] [PATCH 3/9] Add key binding for notmuch-search in\r
45         show-mode\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: Fri, 27 Nov 2009 13:30:39 -0000\r
59 \r
60 From: Keith Amidon <keith@nicira.com>\r
61 \r
62 It's not uncommon to want to start a search as a result of something\r
63 read in a message so this is convenient.\r
64 ---\r
65  notmuch.el |    1 +\r
66  1 files changed, 1 insertions(+), 0 deletions(-)\r
67 \r
68 diff --git a/notmuch.el b/notmuch.el\r
69 index 6400199..cd6609d 100644\r
70 --- a/notmuch.el\r
71 +++ b/notmuch.el\r
72 @@ -70,6 +70,7 @@\r
73      (define-key map (kbd "C-p") 'notmuch-show-previous-line)\r
74      (define-key map "q" 'kill-this-buffer)\r
75      (define-key map "r" 'notmuch-show-reply)\r
76 +    (define-key map "s" 'notmuch-search)\r
77      (define-key map "v" 'notmuch-show-view-all-mime-parts)\r
78      (define-key map "w" 'notmuch-show-view-raw-message)\r
79      (define-key map "x" 'kill-this-buffer)\r
80 -- \r
81 1.6.5.3\r
82 \r