[feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / ca / ad07adcbd7c422f9e626e17ce03c87a74a7f8f
1 Return-Path: <racin@free.fr>\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 28366431FB6\r
6         for <notmuch@notmuchmail.org>; Sun, 13 Feb 2011 14:08:48 -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: 0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id cQ5lrm3PDv5F for <notmuch@notmuchmail.org>;\r
17         Sun, 13 Feb 2011 14:08:46 -0800 (PST)\r
18 Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3])\r
19         by olra.theworths.org (Postfix) with ESMTP id 73B8F431FB5\r
20         for <notmuch@notmuchmail.org>; Sun, 13 Feb 2011 14:08:45 -0800 (PST)\r
21 Received: from racin (unknown [82.239.207.166])\r
22         by smtp3-g21.free.fr (Postfix) with ESMTP id 84597A626F;\r
23         Sun, 13 Feb 2011 23:08:39 +0100 (CET)\r
24 From: Matthieu Lemerre <racin@free.fr>\r
25 To: Darren McGuicken <mailing-notmuch@fernseed.info>,\r
26         notmuch <notmuch@notmuchmail.org>\r
27 Subject: Re: Org-mode support\r
28 In-Reply-To: <87zkpzka9a.fsf@bookbinder.fernseed.info>\r
29 References: <87aai7k0ae.fsf@free.fr> <87zkpzka9a.fsf@bookbinder.fernseed.info>\r
30 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1\r
31         (i486-pc-linux-gnu)\r
32 Date: Sun, 13 Feb 2011 23:24:46 +0100\r
33 Message-ID: <87bp2f4lox.fsf@free.fr>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sun, 13 Feb 2011 22:08:48 -0000\r
49 \r
50 On Sun, 13 Feb 2011 19:25:05 +0000, Darren McGuicken <mailing-notmuch@fernseed.info> wrote:\r
51 > On Mon, 07 Feb 2011 22:22:17 +0100, Matthieu Lemerre <racin@free.fr> wrote:\r
52 > > I have written the org-mode support for notmuch a while ago. It allows\r
53 > > to open links to notmuch from org-mode and create org-mode link from\r
54 > > notmuch buffers.\r
55\r
56 > Excellent, thanks for this, I'll check it out - how does this compare to\r
57 > the org support for something like gnus?\r
58 \r
59 I don't know exactly how org-mode supports gnus, but I think pretty much\r
60 the same... Basically what it allows is: \r
61 \r
62 1. When calling org-store-link (or org-capture) from a notmuch-message\r
63 or notmuch-search window, store a link to this buffer.\r
64 \r
65 2. When opening a link in org-mode, if the link is a notmuch link, open\r
66 the corresponding notmuch buffer.\r
67 \r
68 I use this to empty my inbox and quickly store todo items to my TODO\r
69 list/gtd file along the way.\r
70 \r
71 I believe that further org/notmuch integration could be beneficial, and\r
72 this represents a first step.\r