Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / e3 / 5f9bf8d08cfa9fff700c02ffb45bfe645db102
1 Return-Path: <dme@dme.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 6283940DBD4\r
6         for <notmuch@notmuchmail.org>; Mon, 15 Nov 2010 00:31:19 -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.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] 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 Ktd9LJM3YkN6 for <notmuch@notmuchmail.org>;\r
16         Mon, 15 Nov 2010 00:31:08 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        by olra.theworths.org (Postfix) with ESMTP id F151A40DDD9       for\r
19  <notmuch@notmuchmail.org>; Mon, 15 Nov 2010 00:31:07 -0800 (PST)\r
20 Received: by wwb31 with SMTP id 31so2314247wwb.2\r
21         for <notmuch@notmuchmail.org>; Mon, 15 Nov 2010 00:31:06 -0800 (PST)\r
22 Received: by 10.227.133.15 with SMTP id d15mr5759643wbt.37.1289809865296;\r
23         Mon, 15 Nov 2010 00:31:05 -0800 (PST)\r
24 Received: from ut.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com\r
25         [81.149.164.25])\r
26         by mx.google.com with ESMTPS id ga16sm4873613wbb.19.2010.11.15.00.31.03\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Mon, 15 Nov 2010 00:31:04 -0800 (PST)\r
29 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
30         id 80F1D594056; Mon, 15 Nov 2010 08:28:49 +0000 (GMT)\r
31 To: Sebastian Spaeth <Sebastian@SSpaeth.de>,\r
32         Jameson Rollins <jrollins@finestructure.net>,\r
33         Matthieu Lemerre <racin@free.fr>, notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH] How to improve the mail handling workflow?\r
35 In-Reply-To: <878w0v4nt4.fsf@SSpaeth.de>\r
36 References: <87fwv65zw1.fsf@free.fr> <87iq02wo8i.fsf@servo.finestructure.net>\r
37         <878w0v4nt4.fsf@SSpaeth.de>\r
38 User-Agent: Notmuch/0.5-6-g1e370fc (http://notmuchmail.org) Emacs/23.2.1\r
39         (x86_64-pc-linux-gnu)\r
40 From: David Edmondson <dme@dme.org>\r
41 Date: Mon, 15 Nov 2010 08:28:49 +0000\r
42 Message-ID: <877hgfyoqm.fsf@ut.hh.sledj.net>\r
43 MIME-Version: 1.0\r
44 Content-Type: text/plain\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Mon, 15 Nov 2010 08:31:19 -0000\r
58 \r
59 On Sun, 14 Nov 2010 22:07:03 +0100, Sebastian Spaeth <Sebastian@SSpaeth.de> wrote:\r
60 > > (define-key notmuch-search-mode-map "d"\r
61 > >   (lambda ()\r
62 > >     "delete thread and advance"\r
63 > >     (interactive)\r
64 > >     (notmuch-search-add-tag "deleted")\r
65 > >     (forward-line)))\r
66 > ...\r
67\r
68 > This only works if you've already loaded notmuch, or you get error\r
69 > messages about notmuch-search-mode-map not being known. How do you deal\r
70 > with that or does it simply work for you?\r
71 \r
72 `eval-after-load' is your friend.\r
73 \r
74 dme.\r
75 -- \r
76 David Edmondson, http://dme.org\r