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 16B9A431FAE for ; Wed, 11 Jul 2012 05:29:47 -0700 (PDT) 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 bPqNDRbav5rP for ; Wed, 11 Jul 2012 05:29:46 -0700 (PDT) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9E5D0429E25 for ; Wed, 11 Jul 2012 05:29:46 -0700 (PDT) Received: by yenl3 with SMTP id l3so1377105yen.26 for ; Wed, 11 Jul 2012 05:29:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:subject:in-reply-to:references:mime-version :content-type:content-disposition:content-transfer-encoding; bh=t+oPPmBDN/bO6+qfFl1TnZLALfqllvUv4b7YqQQxypw=; b=1GERwx4QlOqR8wMEfqK/WsVAVivwZ24g8zxH1mh+ZOSjILI0i/Lzta3h1iMkoynQFd TrI1o2cZYyhvxlY3ks/sWFcYLE1uqMwtUb0B/ZlIR8QVCz8DhHtuHWDkY9zqlQs9Z7Xz ROp4EUJFzXXygfMrUXhAuew1FUyzWLtKuP+6aocFHeGgnnTFgMt4t8N1KoEfb5h2EXh3 /Tl5eRHic9RpCjBoqlb/L7a09B3NyLWTKFa3l07BoByGMVf9FoQ8BayCPaoadZbav560 oWJtB1ghL2zfHuRCVE4XUQYe+es2xnt4BykrlGxzSzoTYsOMz+ySUs/ZanO7xE/v9Sjk 43Rw== Received: by 10.68.125.228 with SMTP id mt4mr77780509pbb.21.1342009784467; Wed, 11 Jul 2012 05:29:44 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id pn5sm1630902pbb.74.2012.07.11.05.29.40 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 11 Jul 2012 05:29:43 -0700 (PDT) Date: Wed, 11 Jul 2012 22:29:37 +1000 Message-ID: <20120711222937.GA11201@hili.localdomain> From: Peter Wang To: notmuch@notmuchmail.org Subject: Re: [PATCH 0/3] Control notmuch show output In-Reply-To: <1341673978-6094-1-git-send-email-markwalters1009@gmail.com> References: <1341673978-6094-1-git-send-email-markwalters1009@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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, 11 Jul 2012 12:29:47 -0000 On Sat, 7 Jul 2012 16:12:55 +0100, Mark Walters wrote: > > Do people have any comments in the current form? Very nice! Peter