]> git.cworth.org Git - notmuch-wiki/commitdiff
database removal
authorJani Nikula <jani@nikula.org>
Mon, 12 Oct 2015 21:11:02 +0000 (00:11 +0300)
committerJani Nikula <jani@nikula.org>
Mon, 12 Oct 2015 21:11:02 +0000 (00:11 +0300)
getting-started.mdwn

index 0482abd6cfce823d31a17c944e319150dc982e87..b0564a63993384388e65fa042d4435b65abae01e 100644 (file)
@@ -73,3 +73,11 @@ interface|manpages]], or [[Notmuch Emacs interface|notmuch-emacs]].
 ## Backing up and Restoring the Database
 
 ## Removing Notmuch
+
+Did not like it after all? All you need to do is remove the database and the
+configuration file. The database is stored in the `.notmuch` directory under
+your mail store. And your mail store is at `notmuch config get database.path`.
+
+Note that the database is where the tags are stored. Everything else can be
+regenerated by indexing again, but the tags will be lost when the database is
+removed. Use the `notmuch dump` command to create a backup of the tags.