Re: [afew] announcing afew, an universal tagging solution with some fancy features
authorJani Nikula <jani@nikula.org>
Wed, 14 Dec 2011 13:07:04 +0000 (13:07 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:51 +0000 (09:40 -0800)
04/43a0f41aec71bf1255c5730ede667dfb597cfe [new file with mode: 0644]

diff --git a/04/43a0f41aec71bf1255c5730ede667dfb597cfe b/04/43a0f41aec71bf1255c5730ede667dfb597cfe
new file mode 100644 (file)
index 0000000..06a6837
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <jani@nikula.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 43D5A429E2F\r
+       for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 05:07:09 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id YIQoJeTtOm1x for <notmuch@notmuchmail.org>;\r
+       Wed, 14 Dec 2011 05:07:08 -0800 (PST)\r
+Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com\r
+       [209.85.216.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id AD186429E27\r
+       for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 05:07:08 -0800 (PST)\r
+Received: by qadc12 with SMTP id c12so4323610qad.5\r
+       for <notmuch@notmuchmail.org>; Wed, 14 Dec 2011 05:07:08 -0800 (PST)\r
+Received: by 10.224.192.8 with SMTP id do8mr7489858qab.46.1323868028041;\r
+       Wed, 14 Dec 2011 05:07:08 -0800 (PST)\r
+Received: from localhost (nikula.org. [92.243.24.172])\r
+       by mx.google.com with ESMTPS id el7sm5514297qab.16.2011.12.14.05.07.05\r
+       (version=SSLv3 cipher=OTHER); Wed, 14 Dec 2011 05:07:06 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: Justus Winter <4winter@informatik.uni-hamburg.de>, notmuch@notmuchmail.org\r
+Subject: Re: [afew] announcing afew,\r
+       an universal tagging solution with some fancy features\r
+In-Reply-To: <E1RamIG-0003si-K3@thinkbox.jade-hamburg.de>\r
+References: <E1RamIG-0003si-K3@thinkbox.jade-hamburg.de>\r
+User-Agent: Notmuch/0.10.2+102~g6063b34 (http://notmuchmail.org) Emacs/23.1.1\r
+       (i686-pc-linux-gnu)\r
+Date: Wed, 14 Dec 2011 13:07:04 +0000\r
+Message-ID: <87ehw71evb.fsf@nikula.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 14 Dec 2011 13:07:09 -0000\r
+\r
+On Wed, 14 Dec 2011 11:42:36 +0100, Justus Winter <4winter@informatik.uni-hamburg.de> wrote:\r
+> https://github.com/teythoon/afew\r
+> \r
+> It has some nifty features, citing the README:\r
+\r
+"""\r
+Basic tagging stuff requires no configuration, just run\r
+\r
+$ afew --tag --new\r
+\r
+To do this automatically you can add the following hook into your\r
+~/.offlineimaprc:\r
+\r
+postsynchook = ionice -c 3 chrt --idle 0 /bin/sh -c "notmuch new && afew\r
+--tag --new"\r
+"""\r
+\r
+FYI, "notmuch new" now supports hooks you can use for this. Currently\r
+only in the git repo, though.\r
+\r
+BR,\r
+Jani.\r