[PATCH v2 11/14] lib: Report progress for combined upgrade operation
[notmuch-archives.git] / cd / 994fec39a6768c78fb47d0727fa4dad8c649b0
1 Return-Path: <markwalters1009@gmail.com>\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 60452429E2F\r
6         for <notmuch@notmuchmail.org>; Sat, 11 May 2013 12:50:49 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id 9WEkgJz8InXe for <notmuch@notmuchmail.org>;\r
18         Sat, 11 May 2013 12:50:43 -0700 (PDT)\r
19 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com\r
20         [209.85.212.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id DAC79431FBD\r
23         for <notmuch@notmuchmail.org>; Sat, 11 May 2013 12:50:29 -0700 (PDT)\r
24 Received: by mail-wi0-f172.google.com with SMTP id hm14so1668538wib.5\r
25         for <notmuch@notmuchmail.org>; Sat, 11 May 2013 12:50:28 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to\r
28         :references; bh=pzvmzCQ4e6oB0X7cSme/8kxdDoyvBlNF5obclkq82F8=;\r
29         b=bUb5nLgn0lp/GDwETPzHp58ulL6rltWIxTYFdwnbQI/nEOp1YcfFoR3y+KCUt3aBPQ\r
30         qvGfjvi31PTiqPMesYApS6rDc3c4Nctl4c0CIXKQYxFDUZXYA3Fu2+KCrL0IYgn6dNdm\r
31         RODA+ViDg0sUEmKpE81S3+kmWQn815srw/l7Rd3/Ivq0Si9e1Pcuc0vGvnMp3Z1CSj0o\r
32         uGt0yN+du5mkxIg8A8qN3PzS14J6HL+tnqt7mhW7zOQ4MMmIvzksXRr3/DHGbvC3FH1s\r
33         06yLkBKbyfKl90U2cnPXspehf1IQRhVXP0fRnftw/0Ci8BRzAGbsCHZuUSFt3J8XG8bz\r
34         6ZzQ==\r
35 X-Received: by 10.194.133.198 with SMTP id pe6mr31502650wjb.9.1368301828789;\r
36         Sat, 11 May 2013 12:50:28 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id je7sm5629449wic.9.2013.05.11.12.50.27\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sat, 11 May 2013 12:50:28 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v2 6/8] man: document search --exclude=all\r
45 Date: Sat, 11 May 2013 20:50:07 +0100\r
46 Message-Id: <1368301809-12532-7-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1368301809-12532-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1368301809-12532-1-git-send-email-markwalters1009@gmail.com>\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: Sat, 11 May 2013 19:50:49 -0000\r
63 \r
64 From: Peter Wang <novalazy@gmail.com>\r
65 \r
66 Document the new search --exclude=all option.\r
67 ---\r
68  man/man1/notmuch-search.1 |    6 +++++-\r
69  1 files changed, 5 insertions(+), 1 deletions(-)\r
70 \r
71 diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1\r
72 index da2f1dd..1c1e049 100644\r
73 --- a/man/man1/notmuch-search.1\r
74 +++ b/man/man1/notmuch-search.1\r
75 @@ -130,7 +130,7 @@ Limit the number of displayed results to N.\r
76  \r
77  .RS 4\r
78  .TP 4\r
79 -.BR \-\-exclude=(true|false|flag)\r
80 +.BR \-\-exclude=(true|false|all|flag)\r
81  \r
82  A message is called "excluded" if it matches at least one tag in\r
83  search.tag_exclude that does not appear explicitly in the search terms.\r
84 @@ -141,6 +141,10 @@ The default value,\r
85  .BR true ,\r
86  prevents excluded messages from matching the search terms.\r
87  \r
88 +.B all\r
89 +additionally prevents excluded messages from appearing in displayed\r
90 +results, in effect behaving as though the excluded messages do not exist.\r
91 +\r
92  .B false\r
93  allows excluded messages to match search terms and appear in displayed\r
94  results. Excluded messages are still marked in the relevant outputs.\r
95 -- \r
96 1.7.9.1\r
97 \r