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 B463E4196F3 for ; Wed, 21 Apr 2010 23:04:27 -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 mXsFANGT7tuO for ; Wed, 21 Apr 2010 23:04:26 -0700 (PDT) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by olra.theworths.org (Postfix) with ESMTP id 5BD30431FC1 for ; Wed, 21 Apr 2010 23:04:26 -0700 (PDT) Received: by wwb28 with SMTP id 28so1987839wwb.26 for ; Wed, 21 Apr 2010 23:04:25 -0700 (PDT) Received: by 10.216.186.10 with SMTP id v10mr696378wem.111.1271916265626; Wed, 21 Apr 2010 23:04:25 -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 i35sm17856511gve.11.2010.04.21.23.04.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 23:04:23 -0700 (PDT) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id 0F2E0594163; Thu, 22 Apr 2010 07:04:22 +0100 (BST) To: Carl Worth , notmuch Subject: Re: pull request In-Reply-To: <87vdbkfwgr.fsf@yoom.home.cworth.org> References: <87sk722sfq.fsf@ut.hh.sledj.net> <87eiibq22s.fsf@ut.hh.sledj.net> <87ljcj2u4z.fsf@yoom.home.cworth.org> <8739yq8zix.fsf@ut.hh.sledj.net> <877ho2w0ov.fsf@yoom.home.cworth.org> <87fx2p0yjt.fsf@ut.hh.sledj.net> <87vdbkfwgr.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.2-20-g89ec2c1 (http://notmuchmail.org) Emacs/23.1.1 (x86_64-pc-linux-gnu) From: David Edmondson Date: Thu, 22 Apr 2010 07:04:21 +0100 Message-ID: <87wrw0ja56.fsf@ut.hh.sledj.net> 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: Thu, 22 Apr 2010 06:04:27 -0000 On Wed, 21 Apr 2010 12:15:48 -0700, Carl Worth wrote: > Sure. Hiding a message with 'b' is visually identical to hiding it with > RET. That's not quite true. `b' will (would) hide only the body. If the header is visible `b' will not hide it. > Except that the internal mechanism is distinct, so that afterwards one > can't make it visible again with RET. The internal mechanism is distinct because it does a different thing. The original code drew a distinction between header visibility, body visibility and message-as-a-whole visibility. I agree that visually there is no difference between 'header and body hidden' and 'message hidden'. It's possible to have only the header visible, which I've yet to find a use for. The code works as I intended, though I'd agree that may not be the desired behaviour :-) Given that I've never used `b' other than in testing, I'm not worried about it going away. dme. -- David Edmondson, http://dme.org