[PATCH] cli: change "setup" to "set up" where used as a verb
[notmuch-archives.git] / fe / 60b346b7dbdca626a0bef68624487a516cec05
1 Return-Path: <sebastian.fischmeister@uwaterloo.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 olra.theworths.org (Postfix) with ESMTP id 104BF431FBD\r
6         for <notmuch@notmuchmail.org>; Mon, 12 May 2014 16:24:31 -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 2zhLJOCa-aWp for <notmuch@notmuchmail.org>;\r
16         Mon, 12 May 2014 16:24:27 -0700 (PDT)\r
17 Received: from mailchk-m06.uwaterloo.ca (mailservices.uwaterloo.ca\r
18         [129.97.128.141])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 263E0431FAF\r
22         for <notmuch@notmuchmail.org>; Mon, 12 May 2014 16:24:27 -0700 (PDT)\r
23 Received: from connect.uwaterloo.ca (connhub2.connect.uwaterloo.ca\r
24         [129.97.149.119])\r
25         by mailchk-m06.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id\r
26         s4CNO9V9018263\r
27         (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK);\r
28         Mon, 12 May 2014 19:24:10 -0400\r
29 Received: from uwaterloo.ca (23.91.170.250) by connhub2.connect.uwaterloo.ca\r
30         (129.97.149.119) with Microsoft SMTP Server (TLS) id 14.3.181.6;\r
31         Mon, 12 May 2014 19:24:09 -0400\r
32 From: Sebastian Fischmeister <sfischme@uwaterloo.ca>\r
33 To: Tomi Ollila <tomi.ollila@iki.fi>, Istvan Marko <notmuch@kismala.com>,\r
34         <notmuch@notmuchmail.org>\r
35 Subject: Re: Log of tagging actions\r
36 In-Reply-To: <m2ppjnw9xr.fsf@guru.guru-group.fi>\r
37 References: <871tw5n0ml.fsf@uwaterloo.ca> <m3fvkj1j88.fsf@zsu.kismala.com>\r
38         <m2ppjnw9xr.fsf@guru.guru-group.fi>\r
39 User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1\r
40         (x86_64-unknown-linux-gnu)\r
41 X-Homepage: http://esg.uwaterloo.ca\r
42 Date: Mon, 12 May 2014 19:22:38 -0400\r
43 Message-ID: <871tvy4m69.fsf@uwaterloo.ca>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain\r
46 X-UUID: 6c784e04-ee24-4b8d-8db7-c3cb74c114f8\r
47 X-Miltered: at mailchk-m06 with ID 53715819.001 by Joe's j-chkmail\r
48         (http://j-chkmail.ensmp.fr)!\r
49 X-Virus-Scanned: clamav-milter 0.98.1 at mailchk-m06\r
50 X-Virus-Status: Clean\r
51 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3\r
52         (mailchk-m06.uwaterloo.ca [129.97.128.141]);\r
53         Mon, 12 May 2014 19:24:11 -0400 (EDT)\r
54 X-BeenThere: notmuch@notmuchmail.org\r
55 X-Mailman-Version: 2.1.13\r
56 Precedence: list\r
57 Reply-To: sfischme@uwaterloo.ca\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Mon, 12 May 2014 23:24:31 -0000\r
68 \r
69 > I use a C wrapper to do the same (with date prefixes like 2014-05-09\r
70 > (Fri) 12:47:19) -- I originally did it to do argument conversions\r
71 > around .. to have date-based searches before those came to notmuch\r
72 > (and I am still using it, as I don't have to type date: prefix)\r
73 \r
74 Having a wrapper script possible, however, it is quite a hack and\r
75 doesn't potentially collect everything. There's already a\r
76 .notmuch-config file, so adding a logging directive should be\r
77 straightforward. It's more about whether something like this becomes\r
78 part of notmuch directly.\r
79 \r
80 >> Would be nice to be able to log all operations done via libnotmuch\r
81 >> too though.\r
82 >\r
83 > IIRC someone suggested/asked whether we'd get logs where all\r
84 > Message-ID:s affected were logged. That could be useful (and produce\r
85 > lot of log when one does notmuch tag +foobar '*')\r
86 \r
87 I'm not worried about the size of the logfiles. Drives are large and\r
88 many utilities exist to create a rolling removal and compression of log\r
89 files.\r
90 \r
91   Sebastian\r