From 53112538e1f47ed446848c5787a87350a2cc6e31 Mon Sep 17 00:00:00 2001
From: mms Table of Contents
@@ -221,8 +222,8 @@ Chotto is an initial tagging script for Notmuch
Chotto is written in Ruby and had a (quite) nice DSL for configuration.
Notmuch ecosystem already has a great script for initial tagging - afew. @@ -237,8 +238,8 @@ And because I love Ruby!
Chotto expects: @@ -272,8 +273,8 @@ If you use Windows, you have my sympathy.
Chotto expects the configuration file to be present in @@ -289,8 +290,8 @@ The user needs to add (at least) two blocks to the file: config & rule sets
Presently, the only option Config expects is the absolute path to the Notmuch database: @@ -308,8 +309,8 @@ Please, adjust the path to the valid location
The actual magic happens in Rule Sets
which are sets of filters & tag modifications.
@@ -352,12 +353,12 @@ msg.tags returns a mutable array, and we can mutate is as such.
Lastly, we save! the message in the database.
+-Filter language -
-We can quite easily filter messages based. Chotto accepts filters as:
@@ -412,7 +413,7 @@ You can test what is produced by calling#to_query_string
on messag