From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 34EE3491688 for ; Tue, 9 Mar 2010 12:09:14 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.319 X-Spam-Level: X-Spam-Status: No, score=-0.319 tagged_above=-999 required=5 tests=[AWL=-0.320, BAYES_50=0.001] autolearn=ham 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 oNFx5N9SEImv for ; Tue, 9 Mar 2010 12:09:13 -0800 (PST) Received: from convex-new.cs.unb.ca (convex-new.cs.unb.ca [131.202.245.35]) by olra.theworths.org (Postfix) with ESMTP id 68827476B9A for ; Tue, 9 Mar 2010 12:09:13 -0800 (PST) Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.69) (envelope-from ) id 1Np5jc-0002TX-Mv; Tue, 09 Mar 2010 16:08:56 -0400 From: David Bremner To: Carl Worth , notmuch@notmuchmail.org In-Reply-To: <871vftjr0o.fsf@yoom.home.cworth.org> References: <1259979997-31544-1-git-send-email-david@tethera.net> <871vftjr0o.fsf@yoom.home.cworth.org> Date: Tue, 09 Mar 2010 16:08:56 -0400 Message-ID: <87k4tluujr.fsf@convex-new.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Patches in support of linking from org-mode 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: Tue, 09 Mar 2010 20:09:14 -0000 On Tue, 09 Mar 2010 10:20:39 -0800, Carl Worth wrote: > And please let me know if you need any further changes to notmuch to > make it work better with org-mode. (A recent message on this list does > make me very interested to try out org-mode and to make sure it > integrates well with notmuch.) The last patches needed for initial org-mode support are id:1267015920-8999-1-git-send-email-david@tethera.net (notmuch-query.el) and 1265773528-30794-1-git-send-email-david@tethera.net (emacs subdirectory) The first is needed by the code which creates links to notmuch threads. Since threads are mutable, what it does turn a thread-id into a list of message-ids. All the best, David