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 80375431FC0 for ; Wed, 5 Feb 2014 14:55:08 -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 7dfDXqyvj055 for ; Wed, 5 Feb 2014 14:55:02 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 8D372431FAE for ; Wed, 5 Feb 2014 14:55:02 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 98B7E100033; Thu, 6 Feb 2014 00:54:56 +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: <20140205152738.GJ14197@odin.tremily.us> References: <20140204005331.GQ14197@odin.tremily.us> <20140204161142.GS14197@odin.tremily.us> <20140204191453.GV14197@odin.tremily.us> <20140205152738.GJ14197@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: Wed, 05 Feb 2014 22:55:08 -0000 On Wed, Feb 05 2014, "W. Trevor King" wrote: > On Wed, Feb 05, 2014 at 05:00:45PM +0200, Tomi Ollila wrote: >> After I fixed the wrapper the program works fine on python 2.6.6. > > :) > >> 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?) > > #EFF is visible to me, but it is light. > >> #DFF for the light-blue works better for me. > > I'm fine with that. As I said in my cover letter, I'm happy to have > alternative color schemes suggested. Does anyone else want to chime > in on better defaults? This should probably also be configurable via > status-config.json. Maybe: > > { "style": {"html": {"thread-colors": ["#DFF", "#FEF"]}}} Maybe we can persuade David to test-run new notmuch-status in his production server before it is pushed to notmuch master, and bikeshed the style in http://nmbug.tethera.net/status/ > ? probably no-one is interested to configure those later (if we even get bikeshed comments... ;) Tomi >> I think rounded corners are nice but IMHO the round radius is too >> big -- using 0.5mm for the radius would IMHO be better. > > No problem. > > Cheers, > Trevor