Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 7DD596DE1AEB for ; Fri, 1 Jan 2016 03:30:41 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.679 X-Spam-Level: X-Spam-Status: No, score=0.679 tagged_above=-999 required=5 tests=[AWL=0.027, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KqJFSH48MSHW for ; Fri, 1 Jan 2016 03:30:39 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id AEDE56DE1642 for ; Fri, 1 Jan 2016 03:30:39 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 899DA10008D; Fri, 1 Jan 2016 13:30:57 +0200 (EET) From: Tomi Ollila To: "W. Trevor King" Cc: notmuch@notmuchmail.org Subject: Re: [PATCH 0/2] nmbug-status: h1 title and unbalanced

fixups to default templates In-Reply-To: <20151231164312.GJ3680@odin.tremily.us> References: <20151231164312.GJ3680@odin.tremily.us> User-Agent: Notmuch/0.21+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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: Fri, 01 Jan 2016 11:30:41 -0000 On Thu, Dec 31 2015, "W. Trevor King" wrote: > On Thu, Dec 31, 2015 at 03:46:50PM +0200, Tomi Ollila wrote: >> This series LGTM. (html) tidy complains about imo irrelevant things >> -- or I just did not know how to use it correctly -- as `| tidy >> -eq`. > > That doesn't complain about anything with the current tidy 5.1.25 [1] > with output built by this branch (although I ran it on output for a > non-notmuch tag-set). yes, I have old tidy (20091203), and the complaints were about utf8-characters (being invalid) in output and summary attribute missing in tables; i.e. nothing about the well-formity of the syntax... Tomi