From: Florian Klink <flokli@flokli.de>
Date: Tue, 19 Feb 2019 12:41:03 +0000 (+0100)
Subject: initial tagging: no bayesian filters
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=01848cdf5d2785347058d46f36997d22d1b7bb18;p=notmuch-wiki

initial tagging: no bayesian filters
---

diff --git a/initial_tagging.mdwn b/initial_tagging.mdwn
index e26b52d..c825421 100644
--- a/initial_tagging.mdwn
+++ b/initial_tagging.mdwn
@@ -80,12 +80,10 @@ the 'new' tag approach discussed above.
   means for dealing with a large flux of messages with a low
   signal-to-noise.
 
-* [afew](https://github.com/teythoon/afew) is an initial tagging
+* [afew](https://github.com/afewmail/afew) is an initial tagging
   solution that should work out of the box for most basic tagging
   needs (mailinglist handling, killed thread handling, autoarchiving
-  of sent mails) and has some fancy features (e.g. mail classification
-  using bayesian filters).
-
+  of sent mails).
 * [p6-notmuch-filter](https://github.com/goneri/p6-notmuch-filter) a initial
   tagging script that read its configuration from a JSON file. The script is
   written in Perl6 and depends on the Email::Notmuch binding.