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 644474196F2 for ; Thu, 15 Apr 2010 14:18:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.5 X-Spam-Level: X-Spam-Status: No, score=-1.5 tagged_above=-999 required=5 tests=[BAYES_50=0.8, RCVD_IN_DNSWL_MED=-2.3] 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 zFgSl4gaekAI for ; Thu, 15 Apr 2010 14:18:32 -0700 (PDT) Received: from ipex1.johnshopkins.edu (ipex1.johnshopkins.edu [162.129.8.141]) by olra.theworths.org (Postfix) with ESMTP id B6CA34196F0 for ; Thu, 15 Apr 2010 14:18:32 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.52,214,1270440000"; d="scan'208";a="315482400" Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky) ([69.255.36.229]) by ipex1.johnshopkins.edu with ESMTP/TLS/AES256-SHA; 15 Apr 2010 17:18:31 -0400 Received: from jkr by lucky with local (Exim 4.69) (envelope-from ) id 1O2WSE-0001Oz-Sd; Thu, 15 Apr 2010 17:18:30 -0400 From: Jesse Rosenthal To: Carl Worth , notmuch@notmuchmail.org Subject: Re: The archive operation should only archive open messages In-Reply-To: <87633sfnyq.fsf@yoom.home.cworth.org> References: <87633sfnyq.fsf@yoom.home.cworth.org> Date: Thu, 15 Apr 2010 17:18:30 -0400 Message-ID: <87ljcowh21.fsf@jhu.edu> 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, 15 Apr 2010 21:18:34 -0000 On Thu, 15 Apr 2010 13:41:17 -0700, Carl Worth wrote: > A bad bug occurs when paging through the thread with the space > bar. After showing me these few messages, it will then proceed to > archive *all* the messages in the thread (not only those it showed > me). And I'm likely to be unaware of this since the closed (but not yet > archived) messages are not easily distinguished from messages that were > previously closed and archived. This actually brings up a behavior that bites me from time to time. I often mark messages "to-reply", and notmuch colors them red for me. Then, when I reply to the message, it auto-removes the tag (based on a message-mode hook I sent to the thread a while back*). I've gotten to the point where I depend on this behavior. However, when I have a long thread, and only one message in the inbox, tagging the thread, of course, tags all the messages in it "to-reply." Now, the way to do it might be to just change my habits, and only tag while in show-mode, as opposed to search-mode. But this does seem to be in conflict with the way I intuitively want to handle my mail, and I imagine I'm not the only one. Which is all just to say that I think that archiving is just a special case of tagging/untagging, and that the issues raised here should be considered across the larger general case. [*] id:87pr3iygrx.fsf@jhu.edu