diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2016-10-04 11:31:42 +0300 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2016-10-04 11:31:42 +0300 |
| commit | 760f12a345a43a282e9286fb2018741c0a59fbc8 (patch) | |
| tree | b1e21752fb5fbe8ab99ab214715ca8871f149c08 | |
| parent | 972d44d9cb20af9363eb251fc6e748912ad0ca32 (diff) | |
cosmic
| -rw-r--r-- | manpages/notmuch-1.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manpages/notmuch-1.mdwn b/manpages/notmuch-1.mdwn index 6fe3db3..d4c8416 100644 --- a/manpages/notmuch-1.mdwn +++ b/manpages/notmuch-1.mdwn @@ -74,7 +74,7 @@ The setup command will prompt for your full name, your primary email address, any alternate email addresses you use, and the directory con‐ taining your email archives. Your answers will be written to a configu‐ - ration file in ${NOTMUCH_CONFIG} (if set) or ${HOME}/.notmuch-config . + ration file in ${NOTMUCH_CONFIG} (if set) or ${HOME}/.notmuch-config. This configuration file will be created with descriptive comments, mak‐ ing it easy to edit by hand later to change the configuration. Or you can run <b>notmuch</b> <b>setup</b> again to change the configuration. @@ -88,7 +88,7 @@ Mail storage that uses mbox format, (where one mbox file contains many messages), will not work with notmuch. If that's how your mail is cur‐ rently stored, it is recommended you first convert it to maildir format - with a utility such as mb2md before running <b>notmuch</b> <b>setup</b> <b>.</b> + with a utility such as mb2md before running <b>notmuch</b> <b>setup</b>. Invoking <b>notmuch</b> with no command argument will run <b>setup</b> if the setup command has not previously been completed. |
