command can be used to get or set settings int the notmuch
configuration file.
-
-.RS 4
-.TP 4
-.BR "config get " <section> . <item>
+.SS GET
The value of the specified configuration item is printed to stdout. If
the item has multiple values, each value is separated by a newline
user.other_email
new.tags
-.RE
-.RS 4
-.TP 4
-.BR "config set " <section> . "<item> [values ...]"
+.SS SET
The specified configuration item is set to the given value. To
specify a multiple-value item, provide each value as a separate
.SH DESCRIPTION
-.TP
-.BR dump " [<filename>]"
+.SS DUMP
Dump tags for messages matching the given search terms.
generated. A "--" argument instructs notmuch that the
remaining arguments are search terms.
-.TP
-.BR restore " [--accumulate] [<filename>]"
+.SS RESTORE
Restores the tags from the given file (see
.BR "notmuch dump" ")."
.BR headers\-only
Only produces In\-Reply\-To, References, To, Cc, and Bcc headers.
.RE
+.RE
See the
.B "SEARCH SYNTAX"
interface. See http://notmuchmail.org for more about alternate
interfaces to notmuch.
.SH COMMANDS
+
+
+.SS SETUP
+
The
-.BR setup
+.B notmuch setup
command is used to configure Notmuch for first use, (or to reconfigure
it later).
-.RS 4
-.TP 4
-.B setup
-
-Interactively sets up notmuch for first use.
The setup command will prompt for your full name, your primary email
address, any alternate email addresses you use, and the directory
if the setup command has not previously been completed.
.RE
-
+.SS OTHER COMMANDS
Several of the notmuch commands accept search terms with a common
syntax. See the
.BR search ", " show " and " count
commands are used to query the email database.
-
The
.B reply
command is useful for preparing a template for an email reply.
-.RS 4
The
.B tag