From: David Edmondson Date: Wed, 7 May 2014 15:08:52 +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=c19f278f60dfd9635052072f37a69b65e6c6e304;p=notmuch-archives.git Re: [Patch v3 0/3] emacs: show: redesign unread/read logic --- diff --git a/0a/3b28ba6e165df3940462eae51d70e6b85ea064 b/0a/3b28ba6e165df3940462eae51d70e6b85ea064 new file mode 100644 index 000000000..8bf3df677 --- /dev/null +++ b/0a/3b28ba6e165df3940462eae51d70e6b85ea064 @@ -0,0 +1,105 @@ +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 E76AF431FAF + for ; Wed, 7 May 2014 08:09:07 -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 Ano5eE5Hwj8y for ; + Wed, 7 May 2014 08:09:02 -0700 (PDT) +Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com + [74.125.82.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 44611431FAE for ; Wed, 7 May 2014 08:09:02 -0700 + (PDT) +Received: by mail-wg0-f52.google.com with SMTP id l18so1119841wgh.11 + for ; Wed, 07 May 2014 08:08:59 -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=4ZvN5J5hCdXIBos0TWMyc61Ivviz9iv3QIPJhqQUgm8=; + b=h3D813tUo+NiixTJBiuDp02YiuSZIjiOazaMEB0HWOi28Fe6iZgOS0027LDhiGwSGV + TT1ghSZ4bldGixdivbDP+DsaIP6pCIQpehliCUL2bNtmefLz9TheVUhrq0q/VIIPzymR + sEixiUbXKmmeU7VKF7K/fOsGryPMRhYWIaopfg4AzyzmrWwq14gH7RcOFbIXKW05gXGq + 8uICNtDk35iyzIGpDB+kXbWdXU9EUpYeTPUnW157AkBOu1X+CS5makOqyoF2OaS/UYmq + ukzlc33IhvKQQ5+geFM08voirfztZRXbGdttLiHOUDLP4DxkzqgoBvmGQJ/Qc0HhERU2 + FaEw== +X-Gm-Message-State: + ALoCoQmwfHHLX41eEsHuIO78VTOA0Jy5n1wW2xOuNWiwl8PYfcX6jXL2+leUTfiqFEPaq502XPJj +X-Received: by 10.194.189.116 with SMTP id gh20mr14395163wjc.41.1399475339799; + Wed, 07 May 2014 08:08:59 -0700 (PDT) +Received: from localhost (disaster-area.hh.sledj.net. [81.149.164.25]) + by mx.google.com with ESMTPSA id q2sm32176598wix.5.2014.05.07.08.08.57 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Wed, 07 May 2014 08:08:58 -0700 (PDT) +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [Patch v3 0/3] emacs: show: redesign unread/read logic +In-Reply-To: <1395777793-13297-1-git-send-email-markwalters1009@gmail.com> +References: <1395777793-13297-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.18 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +From: David Edmondson +Date: Wed, 07 May 2014 16:08:52 +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: Wed, 07 May 2014 15:09:08 -0000 + +--=-=-= +Content-Type: text/plain +Content-Transfer-Encoding: quoted-printable + +On Tue, Mar 25 2014, Mark Walters wrote: +> The third patch adds my attempt at a plausible logic. I find it works +> very well: it usually does both what I expect and what I want. + +Whilst I think that the patch is well done, I don't like the resulting +behaviour. That is a personal preference, of course. At the moment it +doesn't seem that there is a way to accept this patch and (optionally) +retain the existing behaviour. Do you have any thoughts on how we might +achieve that? + +I don't have a strong preference for the default behaviour, though I +suspect that something closer to the current behaviour (where a message +is marked seen when it becomes the current message[1]) would better +match user expectation (but this is an opinion, not something founded in +fact). + +Footnotes:=20 +[1] Modulo bugs. + +--=-=-= +Content-Type: application/pgp-signature; name="signature.asc" + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iKYEARECAGYFAlNqTIRfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl +bnBncC5maWZ0aGhvcnNlbWFuLm5ldDc1M0Y5NDJDMEExNjc3MDE4OURGMUYyMDY5 +RUNEMEFCRjA0OTY1MTYACgkQaezQq/BJZRZihACfbXV5MryOZfCtT4YK0tm532Ms +Sk8AnieMRLxXVtfLOElCGqD5/D8byU+a +=IFK3 +-----END PGP SIGNATURE----- +--=-=-=--