aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar Peter Wang <novalazy@gmail.com>2013-06-23 14:24:01 +1000
committerGravatar David Bremner <bremner@debian.org>2013-07-01 12:22:57 -0300
commit9a5b12900255989b0aa42b18736f4fce212b68f6 (patch)
tree9bc3a7ceff49ad1630d8302ade2e7cbac2d5233f /man
parent51590d0f2744eb73fe7f276ae4916cee3e33f02b (diff)
man: document insert --folder option
Add documentation for notmuch insert --folder option.
Diffstat (limited to 'man')
-rw-r--r--man/man1/notmuch-insert.114
1 files changed, 14 insertions, 0 deletions
diff --git a/man/man1/notmuch-insert.1 b/man/man1/notmuch-insert.1
index fbf83e03..e85fef8a 100644
--- a/man/man1/notmuch-insert.1
+++ b/man/man1/notmuch-insert.1
@@ -4,6 +4,7 @@ notmuch-insert \- add a message to the maildir and notmuch database
.SH SYNOPSIS
.B notmuch insert
+.RI "[" options "]"
.RI "[ +<" tag> "|\-<" tag "> ... ]"
.SH DESCRIPTION
@@ -28,6 +29,19 @@ If the new message is a duplicate of an existing message in the database
(it has same Message-ID), it will be added to the maildir folder and
notmuch database, but the tags will not be changed.
+Option arguments must appear before any tag operation arguments.
+Supported options for
+.B insert
+include
+.RS 4
+.TP 4
+.BI "--folder=<" folder ">"
+
+Deliver the message to the specified folder,
+relative to the top-level directory given by the value of
+\fBdatabase.path\fR.
+The default is to deliver to the top-level directory.
+
.RE
.SH EXIT STATUS