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 BFD2B431FD0 for ; Wed, 7 Dec 2011 07:15:21 -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 4qvNhLZEsvEP for ; Wed, 7 Dec 2011 07:15:21 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 44A2F431FB6 for ; Wed, 7 Dec 2011 07:15:21 -0800 (PST) Received: by wgbds13 with SMTP id ds13so1119732wgb.2 for ; Wed, 07 Dec 2011 07:15:20 -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=aXLqhmTetbq5sk+Xl+ROJHBAZCrQqMSPWz6/7OfKfbw=; b=KzivE1b+llwDu//wKUh19ka/zQangahUpL1jodZRpRxO6qEb31HRjGQXYuegEkMnZ/ En+qvF2legfY8prfLbz40hw+VI5kEayBQGq/4lBoPiDpAAkSJq7DDHVBFS0bYXbh3XA9 uSjIOtEb3PNbPBaUJ17H1Q2vhrD7Q+RHh09r4= Received: by 10.227.197.70 with SMTP id ej6mr6173643wbb.13.1323270920126; Wed, 07 Dec 2011 07:15:20 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id bl10sm3217846wib.15.2011.12.07.07.15.18 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Dec 2011 07:15:18 -0800 (PST) From: Dmitry Kurochkin To: David Bremner Subject: Re: [PATCH 1/2] emacs: remove some code duplication in notmuch-show In-Reply-To: <1322259811-10834-1-git-send-email-dmitry.kurochkin@gmail.com> References: <1322259811-10834-1-git-send-email-dmitry.kurochkin@gmail.com> User-Agent: Notmuch/0.10+44~g067c44f (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Wed, 07 Dec 2011 19:14:46 +0400 Message-ID: <87fwgws9ax.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org 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: Wed, 07 Dec 2011 15:15:21 -0000 David, this seems ready for push as well. Regards, Dmitry