From 4b36c8496d38104116efe141b37882a32d1344b6 Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Mon, 18 Feb 2013 14:36:13 +0100 Subject: [PATCH] Re: How to get thread id in emacs ui? --- ea/91d2adbae1de3c0c1f8164cd99657a09c0786b | 89 +++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 ea/91d2adbae1de3c0c1f8164cd99657a09c0786b diff --git a/ea/91d2adbae1de3c0c1f8164cd99657a09c0786b b/ea/91d2adbae1de3c0c1f8164cd99657a09c0786b new file mode 100644 index 000000000..5e58c25ce --- /dev/null +++ b/ea/91d2adbae1de3c0c1f8164cd99657a09c0786b @@ -0,0 +1,89 @@ +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 921B0431FAF + for ; Mon, 18 Feb 2013 05:36:18 -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 rAPQq5OH-agj for ; + Mon, 18 Feb 2013 05:36:18 -0800 (PST) +Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com + [74.125.82.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 1494D431FAE for ; Mon, 18 Feb 2013 05:36:17 -0800 + (PST) +Received: by mail-wg0-f49.google.com with SMTP id 15so4484472wgd.28 + for ; Mon, 18 Feb 2013 05:36:16 -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=xfLGhnDh6DH5VnK0MBqFIRZJT2DkmhHRTYrFUTETxCw=; + b=zr02ImgKuiPEUOlZ2oknWYi96sOsK39UeEs+2xAhWtoe5R6Fq4rpHODDhcA/h1mBxk + lLdz248kwouBd6FnNhu7DuT0MXlA6i61kvALOi3SNq7H6amO279UDLJvNFQtNP4PXh56 + cQA4DYIrxp5WVS7OWJ/Ze0o0/T+HZfrwheA7pmZnudVWTukqCkKX36dFLPCKAqTlWdwU + xK8lXs2uA3d4zg3XDnrmdfVd/zTjO/6NYBjqAiZ3J3JnO49LGxu/OYXA8IBLbWdB6CWx + 3/Jyibm32PlxGlOE0sRybWG2UNechqmR7gc+jgzS34kamk1m2QMil5syDJXm9eGIFL0o + 0fdw== +X-Received: by 10.180.88.168 with SMTP id bh8mr3909491wib.15.1361194576908; + Mon, 18 Feb 2013 05:36:16 -0800 (PST) +Received: from kuru.dyndns-at-home.com (pb-d-128-141-52-150.cern.ch. + [128.141.52.150]) + by mx.google.com with ESMTPS id ek4sm19944829wib.11.2013.02.18.05.36.14 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 18 Feb 2013 05:36:15 -0800 (PST) +Sender: suvayu ali +Date: Mon, 18 Feb 2013 14:36:13 +0100 +From: Suvayu Ali +To: notmuch@notmuchmail.org +Subject: Re: How to get thread id in emacs ui? +Message-ID: <20130218133613.GB18291@kuru.dyndns-at-home.com> +Mail-Followup-To: notmuch@notmuchmail.org +References: <51222ADA.20408@gmail.com> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +In-Reply-To: <51222ADA.20408@gmail.com> +User-Agent: Mutt/1.5.21 (2012-12-30) +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: Mon, 18 Feb 2013 13:36:18 -0000 + +On Mon, Feb 18, 2013 at 02:21:30PM +0100, Rainer M Krug wrote: +> -----BEGIN PGP SIGNED MESSAGE----- +> Hash: SHA1 +> +> Hi +> +> I am using notmuch in emacs, and I linkt from my notes in org mode to emails using the thread: id +> or the message id. Is there a possibility to get these from within emacs, or do I have to go to +> the cli from notmuch? +> + +As far as I'm aware, org-notmuch does all that for you. Do you need it +for something else? You can always look at org-notmuch source. + +Cheers, + +-- +Suvayu + +Open source is the future. It sets us free. -- 2.26.2