X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-wiki;a=blobdiff_plain;f=performance.mdwn;h=4adb946bf77086aa263b560b3b023829af76823c;hp=58917c600eecd0c71f4aafd24dc1d25173c6db4d;hb=280418df96c602eaafdd462eeb90d116f52699fe;hpb=c0deddd22c49adc23a7e1c1ace285d31fa419616 diff --git a/performance.mdwn b/performance.mdwn index 58917c6..4adb946 100644 --- a/performance.mdwn +++ b/performance.mdwn @@ -27,7 +27,7 @@ XXX: add examples for different distributions Backup your notmuch tags: $ cd - $ notmuch dump notmuch-dump-b4chert + $ notmuch dump --output=notmuch-dump-b4chert Move away your old database: @@ -48,7 +48,7 @@ After the initial import it is definitely not necessary to define Restore your tags: - $ notmuch restore notmuch-dump-b4chert + $ notmuch restore --input=notmuch-dump-b4chert Check whether you are on chert now: @@ -80,7 +80,7 @@ This needs xapian 1.2 Backup your database: $ cd - $ notmuch dump notmuch-dump-b4compact + $ notmuch dump --output=notmuch-dump-b4compact Compact it: @@ -100,18 +100,3 @@ Remove old and renamed compacted, if compacting went well: * [Sebastian Spaeth](http://notmuchmail.org/pipermail/notmuch/2011/004048.html) * [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