]> git.cworth.org Git - notmuch-wiki/blobdiff - performance.mdwn
COPYING: add CC-BY-SA-3.0 and GPLv3 license texts
[notmuch-wiki] / performance.mdwn
index 58917c600eecd0c71f4aafd24dc1d25173c6db4d..b95868987d20c7e1aa5b377a0e8411ed4ec7985d 100644 (file)
@@ -1,3 +1,4 @@
+[[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
 # Optimize notmuch's performance
 
 [[!toc levels=2]]
@@ -27,7 +28,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 +49,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 +81,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 +101,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