From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 730046DE0B6D for ; Thu, 3 Nov 2016 13:40:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: 0.364 X-Spam-Level: X-Spam-Status: No, score=0.364 tagged_above=-999 required=5 tests=[AWL=0.384, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] 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 kKDUDl9n7Pou for ; Thu, 3 Nov 2016 13:40:01 -0700 (PDT) Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by arlo.cworth.org (Postfix) with ESMTPS id 87C8E6DE0946 for ; Thu, 3 Nov 2016 13:39:59 -0700 (PDT) Received: by mail-lf0-f67.google.com with SMTP id p100so3444719lfg.2 for ; Thu, 03 Nov 2016 13:39:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=dlBxNOWCeQwbJL7NXFe21iu97nO2S0a0wKfdswTKsPs=; b=TuLhp2Is8iyzJmmg54fsyOKRADSS0XlcTOWZmcnZnYuEQ/eZhXBqYrZuGgwmCAkc9E N2dI9P3ZZ0AMDZSxFn85vYBe3/hiw1LFtthoc8pYPZkDFgwfQPwRk6NLrSJXTcJoBLIH YceqwDC+SNivUuwiI5Y0YI4dtTZXkdNiR6VCR6hFT+atbhQJHFyHwjY6ItWOBNjskF4U F78BahbaBkB2RVka6ODwYl1S/HgbIPAOsRvxVOykohNI8K4YUB8BmDIfJmIcfqZKhV5w UaHKmSp9Xq3j3WDTqy4Q5DsM8EgNldAvxKYya0rDgdhrA0E2xO1FRx9Eq8ZRO/WQNPhw 3KEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=dlBxNOWCeQwbJL7NXFe21iu97nO2S0a0wKfdswTKsPs=; b=TTNfe5x/KnsafYGWmjY7YVrpPAcAt4KpdaXE/3iQdT4M8+y2cHbzt3bVRSQiZ/qb09 HU7uuIYNQG4xnSJ7nPGItJxxgHDQsH1m56aTxeYWeJt4njlVZ+a58X1y78C58wGSm9sG MvVwKh7iEsEd57/xaYRTovdtokcrfofc6UaEjw1P1PGBE03FodtqW0zkF1cKqVm4bU27 LwQ35jBKxsbXrMdpSop5a5rxYhWdIOlo5EdOPwfcGa4z5TILaMiaucxVcgV1vXZxORG7 9o5BYDodNMlnERnJk3Y/VaGbb9ZmTpEPIaIX7Ut1tvBVcY/cc/HUxuvdHBHNj9mYrk1m Rprg== X-Gm-Message-State: ABUngve+XIS6k2W5Aj3bxLuGOSNizN8EWKAk0Cl6FmzOdu8pywDIcYdsJm2Sw9paiKiC5g== X-Received: by 10.25.223.69 with SMTP id q5mr5899216lfj.31.1478205597366; Thu, 03 Nov 2016 13:39:57 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c368-70.dhcp.inet.fi. [88.195.104.70]) by smtp.gmail.com with ESMTPSA id g84sm1724823ljg.25.2016.11.03.13.39.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Nov 2016 13:39:56 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 2/8] man: advertize notmuch-emacs-mua as notmuch emacs-mua subcommand Date: Thu, 3 Nov 2016 22:37:55 +0200 Message-Id: <28887c00e01431e5a1220e4eeeff87f9cbab30e1.1478205331.git.jani@nikula.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Thu, 03 Nov 2016 20:40:02 -0000 With subcommand handling for external commands we can now hide the implementation detail of emacs-mua being a separate notmuch-emacs-mua script. --- doc/man1/notmuch-emacs-mua.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man1/notmuch-emacs-mua.rst b/doc/man1/notmuch-emacs-mua.rst index 651d00fa4eb8..b80aa5f9b2e5 100644 --- a/doc/man1/notmuch-emacs-mua.rst +++ b/doc/man1/notmuch-emacs-mua.rst @@ -5,7 +5,7 @@ notmuch-emacs-mua SYNOPSIS ======== -**notmuch-emacs-mua** [options ...] [ ... | ] +**notmuch** **emacs-mua** [options ...] [ ... | ] DESCRIPTION =========== @@ -13,7 +13,7 @@ DESCRIPTION Start composing an email in the Notmuch Emacs UI with the specified subject, recipients, and message body, or mailto: URL. -Supported options for **notmuch-emacs-mua** include +Supported options for **emacs-mua** include ``-h, --help`` Display help. -- 2.1.4