From c0deddd22c49adc23a7e1c1ace285d31fa419616 Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Wed, 27 Apr 2011 00:26:45 +0200 Subject: [PATCH] performance: use filters for tagging --- performance.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/performance.mdwn b/performance.mdwn index 04a36d8..58917c6 100644 --- a/performance.mdwn +++ b/performance.mdwn @@ -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 -- 2.43.0