From 11ddb9422a1707767577ec85af7a672e137bb53e Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Wed, 23 Jan 2013 20:56:23 +0100 Subject: [PATCH] Re: Linking to emails via notmuch --- 00/8e69a19681954be6aebce74b010e5df7aedc2d | 90 +++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 00/8e69a19681954be6aebce74b010e5df7aedc2d diff --git a/00/8e69a19681954be6aebce74b010e5df7aedc2d b/00/8e69a19681954be6aebce74b010e5df7aedc2d new file mode 100644 index 000000000..2c8bbe524 --- /dev/null +++ b/00/8e69a19681954be6aebce74b010e5df7aedc2d @@ -0,0 +1,90 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id DD73E431FAF + for ; Wed, 23 Jan 2013 11:56:31 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id Orqv3RzE5Hwn for ; + Wed, 23 Jan 2013 11:56:31 -0800 (PST) +Received: from mail-ea0-f179.google.com (mail-ea0-f179.google.com + [209.85.215.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 4FECD431FAE + for ; Wed, 23 Jan 2013 11:56:31 -0800 (PST) +Received: by mail-ea0-f179.google.com with SMTP id d12so2733725eaa.24 + for ; Wed, 23 Jan 2013 11:56:28 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=x-received:sender:date:from:to:subject:message-id:mail-followup-to + :references:mime-version:content-type:content-disposition + :in-reply-to:user-agent; + bh=X2wxvMIbE+PyHrg3iqOtSBuT5ps70cYlHM0BfgoiHZo=; + b=Lo/SBJfFpTZN20VrppLF9yMl7tpHl5l1Rfejd1khLaZpT7VEmljOSD0QSLKNBzh+YX + 562oZ3NgbFR1vPiaFgBZmdR+UAtE/yV3xqb0VUj9GbWWFQS5rkeTNCM8Rz3vQyQQ4uW2 + UW8kJX73XuYG31QhvUImqXXhFzOrcC1AhJCjeos9Gmmty44MwWkhK3cxbWjorBaBVIHb + YY78Hf2WcQDB+Dx4WB4Zi5KzZlJR5qv4vcwtSe014RA2dbq5SnJeW4vd9w3sxrUdoGpr + Yde9FlJIINNiuxFMI/NhrR6opDuzc8x6/ZEWHEY3R0x1wFNYVuBF9MZvFDLFMyuCX+S8 + YeZQ== +X-Received: by 10.14.1.70 with SMTP id 46mr7496823eec.0.1358970987973; + Wed, 23 Jan 2013 11:56:27 -0800 (PST) +Received: from kuru.dyndns-at-home.com (pb-d-128-141-52-178.cern.ch. + [128.141.52.178]) + by mx.google.com with ESMTPS id e2sm32088599eeo.8.2013.01.23.11.56.26 + (version=TLSv1 cipher=RC4-SHA bits=128/128); + Wed, 23 Jan 2013 11:56:26 -0800 (PST) +Sender: suvayu ali +Date: Wed, 23 Jan 2013 20:56:23 +0100 +From: Suvayu Ali +To: notmuch@notmuchmail.org +Subject: Re: Linking to emails via notmuch +Message-ID: <20130123195623.GC31986@kuru.dyndns-at-home.com> +Mail-Followup-To: notmuch@notmuchmail.org +References: +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +In-Reply-To: +User-Agent: Mutt/1.5.21 (2011-07-01) +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Wed, 23 Jan 2013 19:56:32 -0000 + +On Wed, Jan 23, 2013 at 01:32:42PM +0100, Rainer M Krug wrote: +> -----BEGIN PGP SIGNED MESSAGE----- +> Hash: SHA1 +> +> Hi +> +> I would like to cross-reference emails via notmuch, i.e. I would like to include a link to an +> email in a git commit message (this is a private gip repo and I am the only developer and +> committer, so no problem from that side). Is it possible to get a link to an email which, when +> clicked in emacs, opens the corresponding email using notmuch? Or should I use a different approach? +> + +You can take a look at how org-notmuch handles this and try something +similar. + +Hope this helps, + +-- +Suvayu + +Open source is the future. It sets us free. -- 2.26.2