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 9731E6DE1638 for ; Wed, 13 Jan 2016 06:36:16 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.309 X-Spam-Level: X-Spam-Status: No, score=-0.309 tagged_above=-999 required=5 tests=[AWL=0.242, RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 UKGrgm5VTFws for ; Wed, 13 Jan 2016 06:36:15 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id EDD616DE091E for ; Wed, 13 Jan 2016 06:36:14 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1aJMWl-0000cQ-OA; Wed, 13 Jan 2016 09:35:59 -0500 Received: (nullmailer pid 1310 invoked by uid 1000); Wed, 13 Jan 2016 14:36:07 -0000 From: David Bremner To: "W. Trevor King" , notmuch@notmuchmail.org Cc: Tomi Ollila , Jani Nikula , Carl Worth , "W. Trevor King" Subject: Re: [PATCH 2/2] nmbug-status: Fix unbalanced

tags in default header/footer In-Reply-To: <957f5471917ebfebf0ebe30cc4c7527ed096ea89.1451509249.git.wking@tremily.us> References: <957f5471917ebfebf0ebe30cc4c7527ed096ea89.1451509249.git.wking@tremily.us> User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Wed, 13 Jan 2016 10:36:07 -0400 Message-ID: <87twmh4kdk.fsf@zancas.localnet> 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: Wed, 13 Jan 2016 14:36:16 -0000 "W. Trevor King" writes: > These were broken by b70386a4 (Move the generated date from the top of > the page to the footer, 2014-05-31), which moved 'Generated ...' to > the footer with the opening tag, but didn't replace the blurb opening > tag or add a closing tag after 'Generated ...'. Pushed all 3 of these 2 patches. d