[PATCH 3/5] notmuch-new: Manual: Add command line tags.
David Edmondson
dme at dme.org
Fri May 2 01:15:53 PDT 2014
Describe the addition of command line tags for "notmuch new".
---
doc/man1/notmuch-new.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst
index 787ed78..84203de 100644
--- a/doc/man1/notmuch-new.rst
+++ b/doc/man1/notmuch-new.rst
@@ -5,7 +5,7 @@ notmuch-new
SYNOPSIS
========
-**notmuch** **new** [options]
+**notmuch** **new** [options] [+<*tag*>|-<*tag*> ...]
DESCRIPTION
===========
@@ -15,7 +15,7 @@ Find and import any new messages to the database.
The **new** command scans all sub-directories of the database,
performing full-text indexing on new messages that are found. Each new
message will automatically be tagged with both the **inbox** and
-**unread** tags.
+**unread** tags, as well as any tags specified on the command line.
You should run **notmuch new** once after first running **notmuch
setup** to create the initial database. The first run may take a long
--
1.9.2
More information about the notmuch
mailing list