[PATCH] remove debugging spew from T590
[notmuch-archives.git] / 5a / e89fd581d2b782d5893e98e0d0ab8d678a8ea2
1 Return-Path: <bremner@unb.ca>\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 37946431FB6\r
6         for <notmuch@notmuchmail.org>; Mon, 18 Feb 2013 06:03: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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\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 KY3AAGct5lA3 for <notmuch@notmuchmail.org>;\r
16         Mon, 18 Feb 2013 06:03:47 -0800 (PST)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id D6EE1431FAE\r
21         for <notmuch@notmuchmail.org>; Mon, 18 Feb 2013 06:03:47 -0800 (PST)\r
22 Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
23         by tesseract.cs.unb.ca with esmtpsa\r
24         (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)\r
25         (envelope-from <bremner@unb.ca>)\r
26         id 1U7RJn-0000fW-H5; Mon, 18 Feb 2013 10:03:44 -0400\r
27 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1U7RJB-0004OX-Qj; Mon, 18 Feb 2013 10:03:05 -0400\r
30 From: David Bremner <david@tethera.net>\r
31 To: Rainer@krugs.de, notmuch@notmuchmail.org\r
32 Subject: Re: How to get thread id in emacs ui?\r
33 In-Reply-To: <51222ADA.20408@gmail.com>\r
34 References: <51222ADA.20408@gmail.com>\r
35 User-Agent: Notmuch/0.14+257~ge43e0af (http://notmuchmail.org) Emacs/24.2.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Mon, 18 Feb 2013 10:03:05 -0400\r
38 Message-ID: <8738wtg1nq.fsf@convex-new.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-Spam_bar: -\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Mon, 18 Feb 2013 14:03:48 -0000\r
55 \r
56 Rainer M Krug <r.m.krug@gmail.com> writes:\r
57 \r
58 > -----BEGIN PGP SIGNED MESSAGE-----\r
59 > Hash: SHA1\r
60 >\r
61 > Hi\r
62 >\r
63 > I am using notmuch in emacs, and I linkt from my notes in org mode to emails using the thread: id\r
64 > or the message id. Is there a possibility to get these from within emacs, or do I have to go to\r
65 > the cli from notmuch?\r
66 >\r
67 \r
68 You want "c i"\r
69 \r
70 >From NEWS for 0.15\r
71 \r
72 Support for stashing the thread id in show view\r
73 \r
74   Invoking `notmuch-show-stash-message-id` with a prefix argument\r
75   stashes the (local and database specific) thread id of the current\r
76   thread instead of the message id.\r
77 \r
78 By the way, the library org-notmuch distributed with org-mode should\r
79 make it easy to link into notmuch.\r
80 \r
81 Be aware that thread id's are not preserved across dump-restore cycles,\r
82 so it is safer to link to message-ids.\r
83 \r
84 d\r