From: Tomi Ollila Date: Wed, 5 Feb 2014 15:24:56 +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=8b3473912eb42f9dcde65575cfa2373a55b949f0;p=notmuch-archives.git Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring --- diff --git a/08/681dc1f25bb3c506da696293b11de248c5b9b0 b/08/681dc1f25bb3c506da696293b11de248c5b9b0 new file mode 100644 index 000000000..1e8c09290 --- /dev/null +++ b/08/681dc1f25bb3c506da696293b11de248c5b9b0 @@ -0,0 +1,83 @@ +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 71D2E431FBC + for ; Wed, 5 Feb 2014 07:25:06 -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 DptwZ3aIkFrX for ; + Wed, 5 Feb 2014 07:25:01 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 7169A431FAE + for ; Wed, 5 Feb 2014 07:25:01 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 10297100033; + Wed, 5 Feb 2014 17:24:57 +0200 (EET) +From: Tomi Ollila +To: "W. Trevor King" +Subject: Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general + refactoring +In-Reply-To: +References: + + <20140204005331.GQ14197@odin.tremily.us> + + <20140204161142.GS14197@odin.tremily.us> + + <20140204191453.GV14197@odin.tremily.us> + + +User-Agent: Notmuch/0.17+55~g4397960 (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: Wed, 05 Feb 2014 15:25:06 -0000 + +On Wed, Feb 05 2014, Tomi Ollila wrote: + +> I have some comments on the new look -- which is pretty nice btw. +> +> now every other thread is background-colored (girly) pink (fef?) +> and every other light blue (eff). for me the light blue is not +> visible (there are no body background color set?) +> +> ... hmm, i added 'body { background-color: #FFF; }' to the page and +> still light blue is not visible on my screen (checked w/ #f0f that +> the above line actually has some effect)... #DFF for the light-blue +> works better for me. +> +> I think rounded corners are nice but IMHO the round radius is too big +> -- using 0.5mm for the radius would IMHO be better. + +Forgot to mention that the <, >, & etc. characters could also be encoded +in this patch series (to <, >, & etc.) + +> +> Tomi + +Tomi