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 619136DE1643 for ; Sun, 18 Oct 2015 05:14:51 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.174 X-Spam-Level: X-Spam-Status: No, score=-0.174 tagged_above=-999 required=5 tests=[AWL=-0.198, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, URIBL_SBL=0.644, URIBL_SBL_A=0.1] 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 c10cZG5MigxQ for ; Sun, 18 Oct 2015 05:14:49 -0700 (PDT) Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by arlo.cworth.org (Postfix) with ESMTPS id 438D66DE0943 for ; Sun, 18 Oct 2015 05:14:49 -0700 (PDT) Received: by wicll6 with SMTP id ll6so64087581wic.1 for ; Sun, 18 Oct 2015 05:14:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=AXq1Un1lPZ6f9s+py3bzZ8APsU/Apa56Fzan4kDCgeM=; b=dvuaHeKRSwHknD+sH0nuToCTgJbJz7V3gN/yb1X4EMf0+WMk07js00LM3P3lktZdBC Az2U5jIyK31Fu+DzInxtkMC5Hs15iFNx0Fp3aSYlIfRyt9xzdiWAj3cvv45FuXH5jKpW lxoDQpLIrL0LOoNrA91S8ewCvAYzTstsq4zKAXtKK97ZFKj93ke/20HcgPR+v+qU9nhQ a33eM8oN1sP8MYH9guVeF+1SVx/kl1Q7VoGOSpDM4Im8ZCX6SbvJ0CNBPt8/uh0w9HLk 7VcFjS+qYsFRxasXFUusFnoQ2YSWphT0DYtCMUDE6LhYzLYCNNf9zT+rm6hyGb6Ub0zi GXAA== X-Gm-Message-State: ALoCoQlaggmYAn8VdwkDYspjOUqCIHP/9OGPS6AWRqNtEiBVtzjs0Ch7Q4zUoC5/hyXR68NOFUYs X-Received: by 10.180.39.136 with SMTP id p8mr16002541wik.10.1445170487706; Sun, 18 Oct 2015 05:14:47 -0700 (PDT) Received: from localhost (mobile-access-bceec0-208.dhcp.inet.fi. [188.238.192.208]) by smtp.gmail.com with ESMTPSA id jv5sm33791590wjb.16.2015.10.18.05.14.46 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 18 Oct 2015 05:14:47 -0700 (PDT) From: Jani Nikula To: Tomi Ollila , David Bremner , notmuch@notmuchmail.org Subject: Re: NEWS patches v2 In-Reply-To: References: <1445114573-25561-1-git-send-email-david@tethera.net> User-Agent: Notmuch/0.21~rc0+2~gb7a0eab (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Sun, 18 Oct 2015 15:14:18 +0300 Message-ID: <87oafwcr1h.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Sun, 18 Oct 2015 12:14:51 -0000 On Sun, 18 Oct 2015, Tomi Ollila wrote: > On Sat, Oct 17 2015, David Bremner wrote: > >> I had a series in progress more or less at the same time as Jani, so >> of course there were all kinds of silly conflicts. >> >> I rebased the two series together, and tried to get most of Tomi's >> formatting comments. > > From the formatting point of view this series looks good -- with luck > I don't have to do post-release NEWS formatting tunes this time(*) ;) > > Jani: the tool to "check" formatting is devel/news2wiki.pl Oh, but it doesn't complain on what I wrote, and then you have to check whether the markdown output is all right or not... which is roughly equivalent of manually checking the input? BR, Jani. > > (*) perhaps this time I have a chance (i.e. remember) to run > devel/news2wiki.pl *before* release. > > Tomi