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 0937D431FAF for ; Tue, 7 Oct 2014 10:10:53 -0700 (PDT) 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 JOJ4XgC+zN2s for ; Tue, 7 Oct 2014 10:10:45 -0700 (PDT) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id AE354431FB6 for ; Tue, 7 Oct 2014 10:10:45 -0700 (PDT) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1XbYHb-0005r2-Ng; Tue, 07 Oct 2014 14:10:43 -0300 Received: (nullmailer pid 5545 invoked by uid 1000); Tue, 07 Oct 2014 17:10:34 -0000 From: David Bremner To: "W. Trevor King" Subject: Re: [PATCH] NEWS: Document "nmbug: Translate to Python" In-Reply-To: <20141007165535.GC17059@odin.tremily.us> References: <30987ac1951b6703839d1ec8546c91f2e94935ac.1412523971.git.wking@tremily.us> <87k34c75o5.fsf@maritornes.cs.unb.ca> <20141007165535.GC17059@odin.tremily.us> User-Agent: Notmuch/0.18.1+98~gae27403 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Tue, 07 Oct 2014 19:10:33 +0200 Message-ID: <87tx3fajqu.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Tomi Ollila , 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: Tue, 07 Oct 2014 17:10:53 -0000 "W. Trevor King" writes: > On Tue, Oct 07, 2014 at 08:30:34AM +0200, David Bremner wrote: >> W. Trevor King writes: >> > This is mostly culled from the commit message for 7f2cb3be (nmbug: >> > Translate to Python, 2014-10-03). I realized while writing it >> > that the 7f2cb3be commit message has: >>=20 >> This seems a bit long for a NEWS item, especially for a change that >> impacts only a minority of current notmuch users. Typically even >> fairly major changes (from a user point of view) have less a 10-20 >> line NEWS item and refer to some external documentation. > > Ok, so maybe: > > =E2=80=9C'nmbug help' is now 'nmbug --help', and the following nmbug > commands have slightly different interfaces: 'archive', 'commit', > 'fetch', 'log', 'pull', 'push', and 'status'. For details on the > new interface, run 'nmbug COMMAND --help'.=E2=80=9D > > Cheers, > Trevor Yep, that sounds fine.=20 Thanks! David