Re: [PATCH v4 02/16] Move crypto.c into libutil
[notmuch-archives.git] / e5 / da155c8a5407026b0fbdb45684b7fe4d3f848d
1 Return-Path: <bremner@tesseract.cs.unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 5119D6DE190A\r
6  for <notmuch@notmuchmail.org>; Thu,  4 Jun 2015 07:27:05 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.248\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.248 tagged_above=-999 required=5 tests=[AWL=0.238, \r
12  T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id fzXNr0F2gQVy for <notmuch@notmuchmail.org>;\r
16  Thu,  4 Jun 2015 07:27:03 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id E3D8C6DE1905\r
20  for <notmuch@notmuchmail.org>; Thu,  4 Jun 2015 07:27:02 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
23  id 1Z0W61-0006Mn-Pg; Thu, 04 Jun 2015 14:26:13 +0000\r
24 Received: (nullmailer pid 19075 invoked by uid 1000); Thu, 04 Jun 2015\r
25  14:26:00 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
28 Subject: [PATCH] doc: add minimal note about shared options.\r
29 Date: Thu,  4 Jun 2015 16:25:50 +0200\r
30 Message-Id: <1433427950-19023-1-git-send-email-david@tethera.net>\r
31 X-Mailer: git-send-email 2.1.4\r
32 In-Reply-To: <1433396001-10822-1-git-send-email-david@tethera.net>\r
33 References: <1433396001-10822-1-git-send-email-david@tethera.net>\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.18\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38  <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Thu, 04 Jun 2015 14:27:05 -0000\r
47 \r
48 The example is a bit silly, but notmuch subcommand --help is actually\r
49 not equivalent to "notmuch --help subcommand".\r
50 ---\r
51  doc/man1/notmuch.rst | 4 ++++\r
52  1 file changed, 4 insertions(+)\r
53 \r
54 diff --git a/doc/man1/notmuch.rst b/doc/man1/notmuch.rst\r
55 index b33738e..ae0461a 100644\r
56 --- a/doc/man1/notmuch.rst\r
57 +++ b/doc/man1/notmuch.rst\r
58 @@ -49,6 +49,10 @@ Supported global options for ``notmuch`` include\r
59          Specify the configuration file to use. This overrides any\r
60          configuration file specified by ${NOTMUCH\_CONFIG}.\r
61  \r
62 +All global options except ``--config`` can also be specified after the\r
63 +command. For example, ``notmuch subcommand --version`` is equivalent to\r
64 +``notmuch --version subcommand``.\r
65 +\r
66  COMMANDS\r
67  ========\r
68  \r
69 -- \r
70 2.1.4\r
71 \r