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 DE80A431FBC for ; Fri, 4 Dec 2009 18:26:49 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 2rh89PCUXNuz for ; Fri, 4 Dec 2009 18:26:49 -0800 (PST) Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57]) by olra.theworths.org (Postfix) with ESMTP id E8AB9431FAE for ; Fri, 4 Dec 2009 18:26:48 -0800 (PST) Received: from fctnnbsc30w-142167182194.pppoe-dynamic.high-speed.nb.bellaliant.net ([142.167.182.194] helo=localhost) by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NGkMB-0000bJ-Pg for notmuch@notmuchmail.org; Fri, 04 Dec 2009 22:26:48 -0400 Received: from bremner by localhost with local (Exim 4.69) (envelope-from ) id 1NGkM5-0008FC-M8 for notmuch@notmuchmail.org; Fri, 04 Dec 2009 22:26:41 -0400 From: david@tethera.net To: notmuch@notmuchmail.org Date: Fri, 4 Dec 2009 22:26:35 -0400 Message-Id: <1259979997-31544-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.6.5.3 X-Sender-Verified: bremner@pivot.cs.unb.ca Subject: [notmuch] Patches in support of linking from org-mode X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Sat, 05 Dec 2009 02:26:50 -0000 These two patches are pretty much independent. The first is needed by my work in progress patch for org-mode to provide links into notmuch (http://pivot.cs.unb.ca/git/?p=org-mode.git;a=shortlog;h=refs/heads/notmuch-link). The second changes the interface of git-show to take the query-string recently added explicitly as a parameter. This is more an aesthetic thing, but it means that I don't have to call notmuch-show like (let notmuch-query-search-string thread-id (notmuch-show thread-id)) Hope you like em. I also hope this whole git-send-email thing works out. David