From: David Edmondson Date: Thu, 8 May 2014 08:09:49 +0000 (+0100) Subject: Re: [Patch v3 0/3] emacs: show: redesign unread/read logic X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8ae48ce9e70fc3cecb4c3f67c089ddb3c0214d30;p=notmuch-archives.git Re: [Patch v3 0/3] emacs: show: redesign unread/read logic --- diff --git a/d8/89b7470c6bd8b06ed146211a3139f69a4b15c3 b/d8/89b7470c6bd8b06ed146211a3139f69a4b15c3 new file mode 100644 index 000000000..5ecda1c13 --- /dev/null +++ b/d8/89b7470c6bd8b06ed146211a3139f69a4b15c3 @@ -0,0 +1,111 @@ +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 22636431FBF + for ; Thu, 8 May 2014 01:10:01 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 uWwyrJxyAfqA for ; + Thu, 8 May 2014 01:09:57 -0700 (PDT) +Received: from mail-we0-f172.google.com (mail-we0-f172.google.com + [74.125.82.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E9F2A431FAE + for ; Thu, 8 May 2014 01:09:56 -0700 (PDT) +Received: by mail-we0-f172.google.com with SMTP id k48so2172114wev.3 + for ; Thu, 08 May 2014 01:09:55 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:to:subject:in-reply-to:references:user-agent + :from:date:message-id:mime-version:content-type; + bh=1bkL15rzdlBKUPPp5DwBiHFl9vkkOT4t1Ysm4PWXvcQ=; + b=VZP0wgILzFMYLhyer61QmuCjNL+dUG+xsNxug6BEi+oUvouvEm72M7quEEN6TJNeZn + 6oMFxXkaQ/ajkTgxuHmYFgScyr/BNQx7qtGZaHLBgIPJ147ZH9iVta7sfoujiOcWuHd/ + w/yNp17gwycujK5a8qAEfrCPIA0T4CKVKYAgP+sklcwLuP3jO3SxOn06p0QahuJkeUp0 + 2hdhbXn1h2xLl9I801ZL7b4qi3syKkDMCT2yG/83F/2nbJW6enHajKdOrXOAzHHlP0JW + x9KM0Iyoet84H2yYoJd4/3Pk0XGYNRDP8VoE/c1YM0jcxU47kGjyk7s35Qjrb3muDcvv + MyTw== +X-Gm-Message-State: + ALoCoQlfb9HUpWt81NQAPbtAICjhlrUkMAr3GwAAz9TrdeGT0SKS1mde5cYahXIUm1VcRT7Zia7I +X-Received: by 10.180.182.115 with SMTP id ed19mr11643932wic.29.1399536595536; + Thu, 08 May 2014 01:09:55 -0700 (PDT) +Received: from localhost (disaster-area.hh.sledj.net. [81.149.164.25]) + by mx.google.com with ESMTPSA id bj5sm2562787wib.3.2014.05.08.01.09.53 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Thu, 08 May 2014 01:09:54 -0700 (PDT) +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [Patch v3 0/3] emacs: show: redesign unread/read logic +In-Reply-To: <87iopgkc1c.fsf@qmul.ac.uk> +References: <1395777793-13297-1-git-send-email-markwalters1009@gmail.com> + + <87a9atmpkf.fsf@qmul.ac.uk> + + <87iopgkc1c.fsf@qmul.ac.uk> +User-Agent: Notmuch/0.18 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +From: David Edmondson +Date: Thu, 08 May 2014 09:09:49 +0100 +Message-ID: +MIME-Version: 1.0 +Content-Type: multipart/signed; boundary="=-=-="; + micalg=pgp-sha1; protocol="application/pgp-signature" +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, 08 May 2014 08:10:01 -0000 + +--=-=-= +Content-Type: text/plain + +On Thu, May 08 2014, Mark Walters wrote: +>>> 3) viewing or entering a message using arrow keys, page-up page-down, +>>> ctrl-v mouse clicks etc +> +> This is perhaps a key one: should the above mark it read. + +I would be happy to have that be the case. + +>>> The other problem with the current approach (in my view) is that if +>>> you try to use the navigation commands non-interactively then messages +>>> end up being marked read, even if they are never displayed to the +>>> user. +>> +>> In what cases does this happen? (Not arguing, just not fully +>> understanding.) +> +> I had a series for implementing filtering (ie limiting the open +> messages) in show where it was the main cause of my stopping. See +> id:20120429005736.GK2704@mit.edu for details of the problems. + +Understood. I agree that would be broken. + +--=-=-= +Content-Type: application/pgp-signature; name="signature.asc" + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iKYEARECAGYFAlNrO81fFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl +bnBncC5maWZ0aGhvcnNlbWFuLm5ldDc1M0Y5NDJDMEExNjc3MDE4OURGMUYyMDY5 +RUNEMEFCRjA0OTY1MTYACgkQaezQq/BJZRbhgwCdHexq/EiR0MajI5uGfaQILQfb +GesAnRLIf/ad4eiDsnLEms9PFfv5EPYI +=DI4g +-----END PGP SIGNATURE----- +--=-=-=--