From: Tomi Ollila Date: Sat, 8 Feb 2014 18:29:41 +0000 (+0200) Subject: Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f9121bca299425db38f9058666baf3fbf2ae4aa;p=notmuch-archives.git Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring --- diff --git a/27/b9301b3484e57f5910eadcbba358dc8b005e04 b/27/b9301b3484e57f5910eadcbba358dc8b005e04 new file mode 100644 index 000000000..5fe5ed041 --- /dev/null +++ b/27/b9301b3484e57f5910eadcbba358dc8b005e04 @@ -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 0DD7C431FBC + for ; Sat, 8 Feb 2014 10:29:58 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 uaqt5ROTbvQ0 for ; + Sat, 8 Feb 2014 10:29:50 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 74D07431FBD + for ; Sat, 8 Feb 2014 10:29:50 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 63A18100033; + Sat, 8 Feb 2014 20:29:41 +0200 (EET) +From: Tomi Ollila +To: "W. Trevor King" , David Bremner +Subject: Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general + refactoring +In-Reply-To: <20140208171617.GD14197@odin.tremily.us> +References: + <20140204161142.GS14197@odin.tremily.us> + + <20140204191453.GV14197@odin.tremily.us> + + + <20140205152738.GJ14197@odin.tremily.us> + + <20140206181400.GP14197@odin.tremily.us> + <87ob2hogkr.fsf@zancas.localnet> + <20140208171617.GD14197@odin.tremily.us> +User-Agent: Notmuch/0.17+69~g761b031 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +Cc: notmuch@notmuchmail.org +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: Sat, 08 Feb 2014 18:29:58 -0000 + +On Sat, Feb 08 2014, "W. Trevor King" wrote: + +> On Sat, Feb 08, 2014 at 09:54:28AM -0400, David Bremner wrote: +>> W. Trevor King writes: +>> > I'll remove this once the series lands, but I've currently got a +>> > preview up at http://tremily.us/status.html +>> +>> yeah, the colour scheme is not my favourite. For the sake of being +>> semi-constructive, I attach an alternative suggestion #ffd96e and +>> #bce. +> +> Works for me. + +I'm fine with that too. + +> +>> More importantly some of the threads are run together: e.g. +>> +>> id:"4eddf2b1.4288980a.0b74.5557@mx.google.com" and +>> id:"E1RYMYd-0003wu-Ea@thinkbox.jade-hamburg.de" +> +> Both of those messages are part of the same thread +> (thread:000000000000eaab on my box, but I doubt thread IDs are +> portable), so I don't add a thread-separating space between them. +> Would you like more message-separating space even between messages in +> the same thread? + +They're in the same (notmuch) thread. Easily testable with + +notmuch search id:"4eddf2b1.4288980a.0b74.5557@mx.google.com" or id:"E1RYMYd-0003wu-Ea@thinkbox.jade-hamburg.de" + +and therefore shown together. The commit +02cafc84b4540cd0fb878121dcb3551b4ecd9fd1 made this happen always +(but without this this could have happened if there were no +other patches in new threads coming along in between. + +I think the more space does not fix anything but it might help regognizing +message boundaries a bit (and thus would be a nice feature). + +> Cheers, +> Trevor + +Tomi