Re: [PATCH v6 0/9] notmuch search date:since..until query support
[notmuch-archives.git] / 04 / 43a0f41aec71bf1255c5730ede667dfb597cfe
1 Return-Path: <jani@nikula.org>\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 43D5A429E2F\r
6         for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 05:07:09 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 YIQoJeTtOm1x for <notmuch@notmuchmail.org>;\r
16         Wed, 14 Dec 2011 05:07:08 -0800 (PST)\r
17 Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com\r
18         [209.85.216.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id AD186429E27\r
21         for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 05:07:08 -0800 (PST)\r
22 Received: by qadc12 with SMTP id c12so4323610qad.5\r
23         for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 05:07:08 -0800 (PST)\r
24 Received: by 10.224.192.8 with SMTP id do8mr7489858qab.46.1323868028041;\r
25         Wed, 14 Dec 2011 05:07:08 -0800 (PST)\r
26 Received: from localhost (nikula.org. [92.243.24.172])\r
27         by mx.google.com with ESMTPS id el7sm5514297qab.16.2011.12.14.05.07.05\r
28         (version=SSLv3 cipher=OTHER); Wed, 14 Dec 2011 05:07:06 -0800 (PST)\r
29 From: Jani Nikula <jani@nikula.org>\r
30 To: Justus Winter <4winter@informatik.uni-hamburg.de>, notmuch@notmuchmail.org\r
31 Subject: Re: [afew] announcing afew,\r
32         an universal tagging solution with some fancy features\r
33 In-Reply-To: <E1RamIG-0003si-K3@thinkbox.jade-hamburg.de>\r
34 References: <E1RamIG-0003si-K3@thinkbox.jade-hamburg.de>\r
35 User-Agent: Notmuch/0.10.2+102~g6063b34 (http://notmuchmail.org) Emacs/23.1.1\r
36         (i686-pc-linux-gnu)\r
37 Date: Wed, 14 Dec 2011 13:07:04 +0000\r
38 Message-ID: <87ehw71evb.fsf@nikula.org>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 14 Dec 2011 13:07:09 -0000\r
54 \r
55 On Wed, 14 Dec 2011 11:42:36 +0100, Justus Winter <4winter@informatik.uni-hamburg.de> wrote:\r
56 > https://github.com/teythoon/afew\r
57\r
58 > It has some nifty features, citing the README:\r
59 \r
60 """\r
61 Basic tagging stuff requires no configuration, just run\r
62 \r
63 $ afew --tag --new\r
64 \r
65 To do this automatically you can add the following hook into your\r
66 ~/.offlineimaprc:\r
67 \r
68 postsynchook = ionice -c 3 chrt --idle 0 /bin/sh -c "notmuch new && afew\r
69 --tag --new"\r
70 """\r
71 \r
72 FYI, "notmuch new" now supports hooks you can use for this. Currently\r
73 only in the git repo, though.\r
74 \r
75 BR,\r
76 Jani.\r