Re: BiDi
[notmuch-archives.git] / fd / 2e489511e809ea8e07f4c7e44392d3e596414d
1 Return-Path: <patricktotzke@googlemail.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 DC423429E4A\r
6         for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 09:00:31 -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.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 YfPbonzSP4jc for <notmuch@notmuchmail.org>;\r
17         Wed, 14 Dec 2011 09:00:31 -0800 (PST)\r
18 Received: from mail-ww0-f41.google.com (mail-ww0-f41.google.com\r
19  [74.125.82.41])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
20  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
21  20941429E2F    for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 09:00:31 -0800\r
22  (PST)\r
23 Received: by wgbdt12 with SMTP id dt12so1570785wgb.2\r
24         for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 09:00:28 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
26         d=googlemail.com; s=gamma;\r
27         h=message-id:content-type:mime-version:content-transfer-encoding:to\r
28         :from:in-reply-to:references:subject:date;\r
29         bh=LCjow8rQQ93eJVVm1Ebzhp/jxJmyRkfPxGICYPhAl5w=;\r
30         b=g7V2U4L8+isweU9Dua9Xeey0kn6ZfeMslKEEOL59BUtBhwVZmcjJIIPrF+eVYWfFMh\r
31         6hkGw4VFSkL0ygqGGskLzDVG+wNLLZgsf9b/NvjZOSCn+BkXnSUlWHTwFxfE90z6jAGJ\r
32         IAm/i9xkTNfUfgINycYgwcCgwDYpxZFf3drMo=\r
33 Received: by 10.216.136.70 with SMTP id v48mr1593983wei.48.1323882028381;\r
34         Wed, 14 Dec 2011 09:00:28 -0800 (PST)\r
35 Received: from localhost (dhcp-91-036.inf.ed.ac.uk. [129.215.91.36])\r
36         by mx.google.com with ESMTPS id m25sm4812396wbp.6.2011.12.14.09.00.25\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Wed, 14 Dec 2011 09:00:26 -0800 (PST)\r
39 Message-ID: <4ee8d62a.596ee30a.1833.ffffc33e@mx.google.com>\r
40 Content-Type: text/plain; charset="utf-8"\r
41 MIME-Version: 1.0\r
42 Content-Transfer-Encoding: quoted-printable\r
43 To: Justus Winter <4winter@informatik.uni-hamburg.de>, notmuch@notmuchmail.org\r
44 From: Patrick Totzke <patricktotzke@googlemail.com>\r
45 In-Reply-To: <E1RamIG-0003si-K3@thinkbox.jade-hamburg.de>\r
46 References: <E1RamIG-0003si-K3@thinkbox.jade-hamburg.de>\r
47 Subject: Re: [afew] announcing afew,\r
48         an universal tagging solution with some fancy features\r
49 Date: Wed, 14 Dec 2011 16:59:43 +0000\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, 14 Dec 2011 17:00:32 -0000\r
63 \r
64 Hi Justus,\r
65 \r
66 I have just tried your script and have some questions/remarks about it:\r
67 \r
68 * mkdir -p ~/.config/afew ~/.local/share/afew/categories\r
69   As far as I can see, this is not needed if one doesn't use ClassifyingFil=\r
70 ter,\r
71   so its OK not to do this directly from the setup.py somehow.\r
72   But it would be nice if a first run uf `afew --learn` would\r
73   create these (or die gracefully instead of raising the afew.DBACL.Backend=\r
74 Error).\r
75 \r
76 * if you renamed the README & co to include the suffix ".md" github would n=\r
77 icely\r
78   render them on the project page.\r
79 \r
80 * I need some more info on how the config works: first, the order in which =\r
81 the\r
82   sections are defined specifies the filter-pipeline yes?\r
83   Secondly, what exactly is a "filter object" in the config?\r
84   Specifically, what do these 3 lines do:\r
85   https://github.com/teythoon/afew/blob/master/docs/tag_filters#L39\r
86 \r
87 * this is surely a user error: I cannot use afew for initial tagging as exp=\r
88 ected:\r
89   I installed as stated in the README,\r
90   trained some of my existing tags and called `afew --update-reference` and=\r
91  `afew --update`.\r
92   The test with `afew --classify -- ..` works nicely.\r
93   Now I tagges all my mails with is:new, and called `afew --tag --new`.\r
94   This returns immediately without output and all my messages are still tag=\r
95 ged new.\r
96   Also, -vv does not result in any output..\r
97   ideas?\r
98 \r
99 Looking forward to replacing my sort script with this.\r
100 Thanks,\r
101 /p\r
102 \r
103 \r
104 \r