Re: notmuch and "mute" -- useful to anyone?
[notmuch-archives.git] / 62 / e81c063d35726e701dedd88857d2955996010b
1 Return-Path: <bremner@tethera.net>\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 16ADF429E33\r
6         for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 06:49:40 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 SinrXCE+hcn7 for <notmuch@notmuchmail.org>;\r
16         Mon, 10 Oct 2011 06:49:39 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 8AB0E429E31\r
21         for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 06:49:39 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034064058.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.64.58]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p9ADnZ86010796\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)\r
27         for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 10:49:38 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@tethera.net>) id 1RDGEZ-0006fh-48\r
30         for notmuch@notmuchmail.org; Mon, 10 Oct 2011 10:49:35 -0300\r
31 From: david@tethera.net\r
32 To: notmuch@notmuchmail.org\r
33 Subject: \r
34 Date: Mon, 10 Oct 2011 10:49:15 -0300\r
35 Message-Id: <1318254561-25386-1-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.7.6.3\r
37 In-Reply-To: <8739f2qhla.fsf@zancas.localnet>\r
38 References: <8739f2qhla.fsf@zancas.localnet>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 10 Oct 2011 13:49:40 -0000\r
52 \r
53 OK, here is my proposal to add search terms to notmuch dump.\r
54 \r
55 Most of the work is in argument processing. It would be nice if we\r
56 could factor some of that out.\r
57 \r
58 02be821 notmuch-dump: deprecate use of output file argument.          \r
59 2b7781d test: all dump-restore tests should be working now\r
60 7a203d6 notmuch-dump: treat any remaining arguments after the filename as search t\r
61 be762d9 notmuch-dump: update handling of file name argument\r
62 d6715d7 test: add tests for command line arguments to notmuch-dump\r
63 08e76cc test: update dump-restore to use redirection instead of filename args\r
64 \r
65  notmuch-dump.c    |   37 ++++++++++++++++++++++++++-----------\r
66  test/dump-restore |   39 ++++++++++++++++++++++++++++++++++-----\r
67  2 files changed, 60 insertions(+), 16 deletions(-)\r