Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 22 / 50891535b49aaa2c7124e50f70a77ff1774b16
1 Return-Path: <novalazy@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 625B7431FBF\r
6         for <notmuch@notmuchmail.org>; Wed, 20 Jun 2012 06:29:22 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id xSTjcefmdr97 for <notmuch@notmuchmail.org>;\r
17         Wed, 20 Jun 2012 06:29:21 -0700 (PDT)\r
18 Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com\r
19         [209.85.160.53]) (using TLSv1 with cipher RC4-MD5 (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id B378A431FAF\r
22         for <notmuch@notmuchmail.org>; Wed, 20 Jun 2012 06:29:21 -0700 (PDT)\r
23 Received: by pbbrr13 with SMTP id rr13so756176pbb.26\r
24         for <notmuch@notmuchmail.org>; Wed, 20 Jun 2012 06:29:19 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer;\r
27         bh=VB66Pe4pRttl+jw30bg+JM02k09hV5xCKqrl+ZpN2rU=;\r
28         b=GucWJcEJhlId6QViv6Ekq7rpOpx13bLGcWHDNEYqVgxlrSAmy/B+psZ6TLipAcIim1\r
29         nRp/+7br+5/NfXn5Mn3JSryLR/DMnbVGo9R7T1DQ5a097npYsar4gSbGGX1ZDTv7AT98\r
30         8Q2G2e7x5lovabVJW2EaiCMuUOv6cod0RFWnBVkVjUlCZWi7ewQBHv9oqaaNuRvChj0X\r
31         hDoOEHuayQZb0lN+HVtcO09P3dLRkoBY+FuRKsR6B+5e/GEgruD2537E+GU2OsfmbQDh\r
32         JGetoKoxM68VVI1v5utyB5UWLLHMB14AB2QDds9EIoN6+gTwB2tbc3kWRdWML/mGjK+h\r
33         8eIg==\r
34 Received: by 10.68.213.234 with SMTP id nv10mr76278202pbc.56.1340198959839;\r
35         Wed, 20 Jun 2012 06:29:19 -0700 (PDT)\r
36 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
37         [220.233.42.215])\r
38         by mx.google.com with ESMTPS id qm6sm31949177pbc.10.2012.06.20.06.29.17\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Wed, 20 Jun 2012 06:29:18 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 0/8] search --exclude=all\r
44 Date: Wed, 20 Jun 2012 23:28:59 +1000\r
45 Message-Id: <1340198947-29370-1-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.4.4\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 20 Jun 2012 13:29:22 -0000\r
60 \r
61 Hi,\r
62 \r
63 This is Mark's change to add search --exclude=all.\r
64 I mainly just updated a comment and added some documentation.\r
65 \r
66 Mark Walters (2):\r
67   lib: add --exclude=all option\r
68   cli: add --exclude=all option to notmuch-search.c\r
69 \r
70 Peter Wang (6):\r
71   test: add tests for search --exclude=all\r
72   man: clarify search --exclude documentation\r
73   man: clarify search --exclude=flag\r
74   man: document search --exclude=all\r
75   lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_t\r
76   cli: use notmuch_exclude_t in option parser\r
77 \r
78  lib/notmuch-private.h     |    1 +\r
79  lib/notmuch.h             |   23 ++++++++++++++++-------\r
80  lib/query.cc              |   14 +++++++++-----\r
81  lib/thread.cc             |   41 ++++++++++++++++++++++++++++++-----------\r
82  man/man1/notmuch-search.1 |   28 ++++++++++++++++++++++------\r
83  notmuch-search.c          |   24 +++++++++---------------\r
84  test/excludes             |   22 ++++++++++++++++++++++\r
85  7 files changed, 109 insertions(+), 44 deletions(-)\r
86 \r
87 -- \r
88 1.7.4.4\r
89 \r