Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page
[notmuch-archives.git] / 3a / 33a7c17dd37703c009d298c5bdda36e3634561
1 Return-Path: <jani@nikula.org>\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 olra.theworths.org (Postfix) with ESMTP id 2E754431FB6\r
6         for <notmuch@notmuchmail.org>; Wed,  9 Jan 2013 12:36:28 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id qfNdOBltuJhz for <notmuch@notmuchmail.org>;\r
16         Wed,  9 Jan 2013 12:36:27 -0800 (PST)\r
17 Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com\r
18         [209.85.217.169]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 6EC75431FAF\r
21         for <notmuch@notmuchmail.org>; Wed,  9 Jan 2013 12:36:27 -0800 (PST)\r
22 Received: by mail-lb0-f169.google.com with SMTP id gk1so1403682lbb.28\r
23         for <notmuch@notmuchmail.org>; Wed, 09 Jan 2013 12:36:25 -0800 (PST)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=google.com; s=20120113;\r
26         h=x-received:from:to:subject:date:message-id:x-mailer\r
27         :x-gm-message-state;\r
28         bh=FhhQqo1Zh/U7lXUPA/tZTWDQP9maGQYWGSz4ibMDNSw=;\r
29         b=SxUd3qt6XEW7HZGgNVgZTzjZBfwsdNFTjyOqTWqnCo3ZMgNojJ/zE3sk/N5ot+n3q4\r
30         l+HzXBEIM8rMnIIUG3dC1iBHcoPlc4vxfkcHD24NAwzqYakLjjI9RrCFFHcx9Qa+kqH0\r
31         7iicNFSTmH4bfIlZtne0JNoRuvu+eSHu+J7DSkKVXMJuhXS/vSZaXkTar2fO4McGNKU+\r
32         /GS6Pj10mTFU0Tb2xXxvYuR3WyIA/nYvqd4pWK1RFYCKZuK/vhnTuI4Hkcd31NvDHxna\r
33         KOTmNwjfJeMrGppwx++FNMDz6Ix6UkDkBTudHdQTv9leosG1DmcuXq5+CpwALO63rw5/\r
34         szXg==\r
35 X-Received: by 10.112.103.167 with SMTP id fx7mr28398187lbb.19.1357763784454; \r
36         Wed, 09 Jan 2013 12:36:24 -0800 (PST)\r
37 Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi.\r
38         [80.223.81.27])\r
39         by mx.google.com with ESMTPS id fh4sm24530873lbb.7.2013.01.09.12.36.22\r
40         (version=SSLv3 cipher=OTHER); Wed, 09 Jan 2013 12:36:23 -0800 (PST)\r
41 From: Jani Nikula <jani@nikula.org>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH] man: tag changes are applied in the order they are specified\r
44         in notmuch tag\r
45 Date: Wed,  9 Jan 2013 22:36:20 +0200\r
46 Message-Id: <1357763780-9701-1-git-send-email-jani@nikula.org>\r
47 X-Mailer: git-send-email 1.7.10.4\r
48 X-Gm-Message-State:\r
49  ALoCoQk8B5lb98hM2iYB2fXq+Yyd3Fu3XMVjcPeC2amHMuMPctOqtTLWo+VhKKZud3yw9jxhH9Hr\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Wed, 09 Jan 2013 20:36:28 -0000\r
63 \r
64 ---\r
65  man/man1/notmuch-tag.1 |    4 ++--\r
66  1 file changed, 2 insertions(+), 2 deletions(-)\r
67 \r
68 diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1\r
69 index 48c80fd..cd3e979 100644\r
70 --- a/man/man1/notmuch-tag.1\r
71 +++ b/man/man1/notmuch-tag.1\r
72 @@ -20,8 +20,8 @@ for details of the supported syntax for\r
73  .RI < search-term >.\r
74  \r
75  Tags prefixed by '+' are added while those prefixed by '\-' are\r
76 -removed. For each message, tag removal is performed before tag\r
77 -addition.\r
78 +removed. For each message, tag changes are applied in the order they\r
79 +appear on the command line.\r
80  \r
81  The beginning of the search terms is recognized by the first\r
82  argument that begins with neither '+' nor '\-'. Support for\r
83 -- \r
84 1.7.10.4\r
85 \r