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 6CE1F4196F2 for ; Mon, 12 Apr 2010 21:57:15 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.099 X-Spam-Level: X-Spam-Status: No, score=0.099 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, DKIM_SIGNED=0.1] autolearn=no 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 aPzkD+ETWLi3 for ; Mon, 12 Apr 2010 21:57:14 -0700 (PDT) Received: from xhlj.maillard.im (xhlj.maillard.im [82.244.211.40]) by olra.theworths.org (Postfix) with ESMTP id 7DAA8431FC1 for ; Mon, 12 Apr 2010 21:57:14 -0700 (PDT) Received: from xhlj.maillard.im (xhlj [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id CC8931E07B; Tue, 13 Apr 2010 06:57:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=postfix; bh=7Q0PyiVRWrMzX1UpOf99u520OoU=; b=n8s ZKnqL8T30bUpTSoAAvRswkbftm8F8t7OWYUuMngQbS0XjduRhSWAFnbufxlkdqfS YO+nOQ4eCpApYWTFOgmCpV+4F6iWaVL2kwLx8TsVqSSUvGMRE6W0eIRtCK5zO6i2 hYtmG2n1HlzU5CpgsitDG4RsnrV+vOnkHQHldH4U= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Tue, 13 Apr 2010 06:57:12 +0200 (CEST) From: Xavier Maillard To: David Edmondson , notmuch Subject: Re: [PATCH] emacs: Add notmuch-hello.el, a friendly frontend to notmuch In-Reply-To: <87fx31j7w5.fsf@ut.hh.sledj.net> References: <87fx31j7w5.fsf@ut.hh.sledj.net> Date: Tue, 13 Apr 2010 06:58:46 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 13 Apr 2010 04:57:15 -0000 On Mon, 12 Apr 2010 11:13:30 +0100, David Edmondson wrote: > commit e55dc251b9e8001fe16873fadac565563e606d69 > Author: David Edmondson > Date: Mon Apr 12 11:12:23 2010 +0100 > > emacs: Add notmuch-hello.el, a friendly frontend to notmuch I like it ! Xavier