From: Jani Nikula Date: Mon, 12 Oct 2015 21:11:02 +0000 (+0300) Subject: database removal X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=8aa051c6a78f9f83c8c4047648a07b21680c125c database removal --- diff --git a/getting-started.mdwn b/getting-started.mdwn index 0482abd..b0564a6 100644 --- a/getting-started.mdwn +++ b/getting-started.mdwn @@ -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.