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 0D0DB431E82 for ; Thu, 1 Mar 2012 07:01:58 -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 ko5X94j-gmV1 for ; Thu, 1 Mar 2012 07:01:54 -0800 (PST) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 123E8431FAE for ; Thu, 1 Mar 2012 07:01:53 -0800 (PST) Received: by bkwj4 with SMTP id j4so651632bkw.26 for ; Thu, 01 Mar 2012 07:01:51 -0800 (PST) Received-SPF: pass (google.com: domain of dmitry.kurochkin@gmail.com designates 10.205.127.130 as permitted sender) client-ip=10.205.127.130; Authentication-Results: mr.google.com; spf=pass (google.com: domain of dmitry.kurochkin@gmail.com designates 10.205.127.130 as permitted sender) smtp.mail=dmitry.kurochkin@gmail.com; dkim=pass header.i=dmitry.kurochkin@gmail.com Received: from mr.google.com ([10.205.127.130]) by 10.205.127.130 with SMTP id ha2mr2971760bkc.28.1330614111382 (num_hops = 1); Thu, 01 Mar 2012 07:01:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=GDfBVpPjpuTJ1mYAATCDxmMOLXR3ODPoqX7adENRu9M=; b=ByUHP73e4w8LQMh4WnamwhLExYkkZ4GqQnZ2fG24o1gA3j5MJvKKUWTHgQyLsm2thD Wtiw4Gri1EN3nwlKnMJC1WxJ6tmvjPSv9JdsvBaAxXHw5Gl4FprxSKbjrnldQD3/ooQC rRSEoSnNHzmkhcg9ZpSYxnXr1EGNHUYmPB1aQ= Received: by 10.205.127.130 with SMTP id ha2mr2392446bkc.28.1330614111270; Thu, 01 Mar 2012 07:01:51 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id ew15sm4078211bkc.10.2012.03.01.07.01.49 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 07:01:49 -0800 (PST) From: Dmitry Kurochkin To: Michal Sojka , David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH v10 1/2] emacs: User-defined sections in notmuch-hello In-Reply-To: <87ipiomkrn.fsf@steelpick.2x.cz> References: <1310079227-19120-1-git-send-email-daniel.schoepe@googlemail.com> <1329490088-8323-1-git-send-email-dmitry.kurochkin@gmail.com> <1329490088-8323-2-git-send-email-dmitry.kurochkin@gmail.com> <87ipio33ce.fsf@zancas.localnet> <87ipiomkrn.fsf@steelpick.2x.cz> User-Agent: Notmuch/0.11.1+248~g93e400d (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Thu, 01 Mar 2012 19:00:23 +0400 Message-ID: <87d38wl62g.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Daniel Schoepe 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: Thu, 01 Mar 2012 15:01:58 -0000 Hi Michal. On Thu, 01 Mar 2012 15:57:32 +0100, Michal Sojka wrote: > On Thu, 01 Mar 2012, David Bremner wrote: > > > > Pushed, finally. Thanks for both of your hard work on this. > > Hi, > > is anybody willing to review > id:"1329603149-6047-1-git-send-email-sojkam1@fel.cvut.cz"? I plan to review it soon. Regards, Dmitry > I'd like to > see it merged togetger with these patches as it makes my work with > notmuch-hello much more pleasant. And others > (id:"8762f7etfo.fsf@qmul.ac.uk") would probably like this patch too. > > -Michal