X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=getting-started.mdwn;h=b0564a63993384388e65fa042d4435b65abae01e;hb=3400946503bcb3831dd0230c97f7a732763b3db1;hp=1b09352f9673540ce550731ff0bdc6c14a474adc;hpb=0b4a2394726e37248ef5f78785b97769bdd57f6e;p=notmuch-wiki diff --git a/getting-started.mdwn b/getting-started.mdwn index 1b09352..b0564a6 100644 --- a/getting-started.mdwn +++ b/getting-started.mdwn @@ -32,7 +32,7 @@ release](http://notmuchmail.org/releases/), please refer to the To configure Notmuch, just run - notmuch + notmuch This will interactively guide you through the setup process, and save the configuration to `$HOME/.notmuch-config`. If you'd like to change the @@ -45,7 +45,7 @@ This step only modifies the configuration file. Notmuch needs a search database to operate. The next step is to run - notmuch new + notmuch new to index all your messages in the search database. The database will be stored in `.notmuch` directory under your mail store. The database is not a replacement @@ -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.