From: Suvayu Ali Date: Mon, 18 Feb 2013 15:23:31 +0000 (+0100) Subject: Re: How to get thread id in emacs ui? X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=20e1ee9b50d52b853a45c9040bb5276dbc343596;p=notmuch-archives.git Re: How to get thread id in emacs ui? --- diff --git a/df/0b9e8f3133b64ef305a313578de94cc2cdb562 b/df/0b9e8f3133b64ef305a313578de94cc2cdb562 new file mode 100644 index 000000000..324bfd92c --- /dev/null +++ b/df/0b9e8f3133b64ef305a313578de94cc2cdb562 @@ -0,0 +1,108 @@ +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 8368F431FAF + for ; Mon, 18 Feb 2013 07:23:52 -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 gkdHjHDDy+om for ; + Mon, 18 Feb 2013 07:23:52 -0800 (PST) +Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com + [209.85.212.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id CDB86431FAE + for ; Mon, 18 Feb 2013 07:23:51 -0800 (PST) +Received: by mail-wi0-f176.google.com with SMTP id hm14so3635486wib.9 + for ; Mon, 18 Feb 2013 07:23:50 -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=3ihovltoq26pH6ZhbtnUoeOZsBUiM07VemVqnNo95ZI=; + b=Tk4clu6za2MTfZH7+7ezAkkevIoXrh84V7FAmn1YYrc63nnDz76kyQGpYJJboNfqF/ + AfU7GFDD4d4PYBcTmRrgBMalEbB9qNOeLOWSUA6CsvVdEXM5DAJPPYmNdTJ2sCvRdO95 + pGZAetebfuM1oCK1zZ3mbx+v7Usmr59Cd2K4dHXbPUBdbtR8uF6QAF4WWb0Hx/i/tD/8 + aMWuZMHxwP9IIAl1mPWT/2Szn+ymb65c4Uj1IM+y6uotSmX3eUM0iRapx00f0ct+VFW/ + TxUYWWJCZ2vWL1Vi8YmMzzzL4j1+4dzABh9ht707RdrPWJwYkJS88OLbg7ceSjQb2Ye8 + 1gnw== +X-Received: by 10.180.83.10 with SMTP id m10mr21143803wiy.5.1361201016316; + Mon, 18 Feb 2013 07:23:36 -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 s8sm20482208wif.9.2013.02.18.07.23.33 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 18 Feb 2013 07:23:34 -0800 (PST) +Sender: suvayu ali +Date: Mon, 18 Feb 2013 16:23:31 +0100 +From: Suvayu Ali +To: notmuch@notmuchmail.org +Subject: Re: How to get thread id in emacs ui? +Message-ID: <20130218152331.GB24427@kuru.dyndns-at-home.com> +Mail-Followup-To: notmuch@notmuchmail.org +References: <51222ADA.20408@gmail.com> <8738wtg1nq.fsf@convex-new.cs.unb.ca> + <5122360D.2060007@gmail.com> <87zjz1el9v.fsf@convex-new.cs.unb.ca> + <51224336.3060804@gmail.com> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +In-Reply-To: <51224336.3060804@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 15:23:52 -0000 + +On Mon, Feb 18, 2013 at 04:05:26PM +0100, Rainer M Krug wrote: +> On 18/02/13 15:42, David Bremner wrote: +> > Rainer M Krug writes: +> >> +> >>> By the way, the library org-notmuch distributed with org-mode should make it easy to link +> >>> into notmuch. +> >> +> >> Then I probably haven't loaded org-notmuch properly? What do I have to put into my .emacs +> >> file to load it properly? +> >> +> > +> > I put what I know at +> > +> > http://notmuchmail.org/emacstips/#index24h2 +> +> Thanks - got it working under Ubuntu. One thing: in my org from git, org-notmuch is in +> .../org-mode/contrib/lisp and not .../lisp + +My following comment is probably OT, but still ... + +If you install org-mode from git following the instructions from the +Makefile, then you should be putting something like the following in +your local.mk. + + # Define if you want to include some (or all) files from contrib/lisp + # just the filename please (no path prefix, no .el suffix), maybe with + # globbing + ORG_ADD_CONTRIB = org-notmuch + +If you do that, then David's instructions are accurate. + +Hope this helps, + +-- +Suvayu + +Open source is the future. It sets us free.