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 DE4714196F2 for ; Fri, 2 Apr 2010 23:32:48 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] 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 mvcpirmRffod for ; Fri, 2 Apr 2010 23:32:47 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by olra.theworths.org (Postfix) with ESMTP id 47B91431FC1 for ; Fri, 2 Apr 2010 23:32:47 -0700 (PDT) Received: by wyj26 with SMTP id 26so920111wyj.26 for ; Fri, 02 Apr 2010 23:32:46 -0700 (PDT) Received: by 10.216.174.129 with SMTP id x1mr1693391wel.140.1270276365918; Fri, 02 Apr 2010 23:32:45 -0700 (PDT) Received: from ut.hh.sledj.net (host83-217-165-81.dsl.vispa.com [83.217.165.81]) by mx.google.com with ESMTPS id j8sm5889928gvb.16.2010.04.02.23.32.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 02 Apr 2010 23:32:43 -0700 (PDT) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id E45125941EC; Sat, 3 Apr 2010 07:32:44 +0100 (BST) To: Carl Worth , notmuch In-Reply-To: <87d3yhihzl.fsf@yoom.home.cworth.org> References: <87oci344n4.fsf@ut.hh.sledj.net> <87bpe2j2vu.fsf@yoom.home.cworth.org> <87oci2xmkv.fsf@ut.hh.sledj.net> <87d3yhihzl.fsf@yoom.home.cworth.org> From: David Edmondson Date: Sat, 03 Apr 2010 07:32:44 +0100 Message-ID: <87k4spxcz7.fsf@ut.hh.sledj.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: pull request [was Re: pull request] 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: Sat, 03 Apr 2010 06:32:49 -0000 On Fri, 02 Apr 2010 15:53:34 -0700, Carl Worth wrote: > On Fri, 02 Apr 2010 09:53:04 +0100, David Edmondson wrote: > > The updated changes are on the 'dme-for-cworth' branch now. > > Thanks for the quick update, David! > > I've pushed this now. Thanks. Here's another set to consider. They are in the 'dme' branch. * commit 94893f25d36aaf43487e111fbfba4f7dae808dd2 | Author: David Edmondson | Date: Tue Mar 23 07:04:34 2010 +0000 | | emacs/notmuch.el: Improve tag highlighting in search mode | | Assume that tags never include an opening bracket, and hence improve | the regular expression used to highlight them. This avoids false | matches where the 'from' address of a thread participant includes an | opening bracket. * commit 4de9f3f09e998d7312be2a1c08526e59bbf135a9 | Author: David Edmondson | Date: Sun Mar 21 09:54:08 2010 +0000 | | emacs/Makefile.local: Use makefile mode * commit f7ecad654fd8d0274fc75833d92117c8e496bcea | Author: David Edmondson | Date: Thu Apr 1 18:36:21 2010 +0100 | | emacs: Move notmuch-show functionality to notmuch-show.el | | To ease the transition to a JSON based implementation of | `notmuch-show', move the current implementation into a separate file. * commit a9590dfb4efc2c05a35948ef4522c362eb788c10 | Author: David Edmondson | Date: Thu Apr 1 11:38:30 2010 +0100 | | Makefile: Add the emacs directory to load-path when compiling dme. -- David Edmondson, http://dme.org