mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
man: document insert --folder option
Add documentation for notmuch insert --folder option.
This commit is contained in:
parent
51590d0f27
commit
9a5b129002
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue