summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-02-19 13:41:03 +0100
committerFlorian Klink <flokli@flokli.de>2019-02-19 13:41:03 +0100
commit01848cdf5d2785347058d46f36997d22d1b7bb18 (patch)
tree031e8417422a14d1e6ba98b7d3a75a713619ab99
parent308a8bb38e5ec43e35c8a832c43f85e959dde729 (diff)
initial tagging: no bayesian filters
-rw-r--r--initial_tagging.mdwn6
1 files changed, 2 insertions, 4 deletions
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.