]> git.cworth.org Git - notmuch-wiki/commitdiff
performance: use filters for tagging
authorFlorian Friesdorf <flo@chaoflow.net>
Tue, 26 Apr 2011 22:26:45 +0000 (00:26 +0200)
committerFlorian Friesdorf <flo@chaoflow.net>
Tue, 26 Apr 2011 22:26:45 +0000 (00:26 +0200)
performance.mdwn

index 04a36d8e0d78e168d6e1a83b9c811bdafa9b345c..58917c600eecd0c71f4aafd24dc1d25173c6db4d 100644 (file)
@@ -1,5 +1,7 @@
 # Optimize notmuch's performance
 
+[[!toc levels=2]]
+
 ## Xapian 1.2.x database format: chert vs. flint
 
 Xapian 1.2 (in contrast to 1.0.x) uses a new database format called
@@ -99,3 +101,17 @@ Remove old and renamed compacted, if compacting went well:
 
 * [Pieter Praet](http://notmuchmail.org/pipermail/notmuch/2011/004175.html)
 
+
+## Tagging: use filters!
+
+Instead of just:
+
+    $ notmuch tag +foo
+
+use:
+
+    $ notmuch tag +foo -- not tag:foo
+
+See the ongoing discussion:
+
+http://notmuchmail.org/pipermail/notmuch/2011/004197.html