Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 53 / 1e5b472a4d4a3311ddee43f7f09635630f7e10
1 Return-Path: <sojkam1@fel.cvut.cz>\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 E28BA431FBC\r
6         for <notmuch@notmuchmail.org>; Fri, 12 Feb 2010 07:50:22 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.349\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.349 tagged_above=-999 required=5\r
12         tests=[AWL=-0.609, BAYES_20=-0.74] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id NhQgE9mKjsuC for <notmuch@notmuchmail.org>;\r
16         Fri, 12 Feb 2010 07:50:22 -0800 (PST)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id ED62B431FAE\r
19         for <notmuch@notmuchmail.org>; Fri, 12 Feb 2010 07:50:21 -0800 (PST)\r
20 Received: from localhost (unknown [192.168.200.4])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id 56EC919F3411;\r
22         Fri, 12 Feb 2010 16:50:21 +0100 (CET)\r
23 X-Virus-Scanned: IMAP AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id qtcRgHE5FYXs; Fri, 12 Feb 2010 16:50:17 +0100 (CET)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id ECD0F19F3413;\r
30         Fri, 12 Feb 2010 16:50:16 +0100 (CET)\r
31 Received: from steelpick.localdomain (k335-30.felk.cvut.cz [147.32.86.30])\r
32         (Authenticated sender: sojkam1)\r
33         by imap.feld.cvut.cz (Postfix) with ESMTPSA id C5059FA003;\r
34         Fri, 12 Feb 2010 16:50:16 +0100 (CET)\r
35 Received: from wsh by steelpick.localdomain with local (Exim 4.71)\r
36         (envelope-from <sojkam1@fel.cvut.cz>)\r
37         id 1Nfxma-0000EC-FM; Fri, 12 Feb 2010 16:50:16 +0100\r
38 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
39 To: david@tethera.net, notmuch@notmuchmail.org\r
40 In-Reply-To: <1265943668-31531-3-git-send-email-david@tethera.net>\r
41 References: <1261770829-23376-1-git-send-email-david@tethera.net>\r
42         <1265943668-31531-1-git-send-email-david@tethera.net>\r
43         <1265943668-31531-2-git-send-email-david@tethera.net>\r
44         <1265943668-31531-3-git-send-email-david@tethera.net>\r
45 Date: Fri, 12 Feb 2010 16:50:16 +0100\r
46 Message-ID: <874olmjvwn.fsf@steelpick.localdomain>\r
47 MIME-Version: 1.0\r
48 Content-Type: text/plain; charset=us-ascii\r
49 Cc: David Bremner <bremner@unb.ca>\r
50 Subject: Re: [notmuch] [PATCH 2/2] notmuch.el: add a submap (on "z" for\r
51  "ztash") to stash things.\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Fri, 12 Feb 2010 15:50:23 -0000\r
65 \r
66 On Thu, 11 Feb 2010 23:01:08 -0400, david@tethera.net wrote:\r
67 > From: David Bremner <bremner@unb.ca>\r
68\r
69 > Provide key bindings for stuffing various RFC822 header fields and other metadata\r
70 > into the emacs kill-ring as text. The bindings are as follows:\r
71\r
72 > z F           notmuch-show-stash-filename\r
73 > z T           notmuch-show-stash-tags\r
74 > z c           notmuch-show-stash-cc\r
75 > z d           notmuch-show-stash-date\r
76 > z f           notmuch-show-stash-from\r
77 > z m           notmuch-show-stash-message-id\r
78 > z s           notmuch-show-stash-subject\r
79 > z t           notmuch-show-stash-to\r
80 \r
81 Great! I've always wished to have this.\r
82 \r
83 Michal\r