[PATCH 3/5] notmuch-new: Manual: Add command line tags.
authorDavid Edmondson <dme@dme.org>
Fri, 2 May 2014 12:14:45 +0000 (13:14 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:02:05 +0000 (10:02 -0800)
9a/1714d247acf7e9f0c5dab10132d767856dc157 [new file with mode: 0644]

diff --git a/9a/1714d247acf7e9f0c5dab10132d767856dc157 b/9a/1714d247acf7e9f0c5dab10132d767856dc157
new file mode 100644 (file)
index 0000000..216b7bc
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <dme@hotblack-desiato.hh.sledj.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1104F429E36\r
+       for <notmuch@notmuchmail.org>; Fri,  2 May 2014 05:15:03 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.379\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.379 tagged_above=-999 required=5\r
+       tests=[NO_DNS_FOR_FROM=0.379] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id j6Pdikf-ulFd for <notmuch@notmuchmail.org>;\r
+       Fri,  2 May 2014 05:14:59 -0700 (PDT)\r
+Received: from disaster-area.hh.sledj.net (disaster-area.hh.sledj.net\r
+       [81.149.164.25])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id A541A431FB6\r
+       for <notmuch@notmuchmail.org>; Fri,  2 May 2014 05:14:59 -0700 (PDT)\r
+Received: from hotblack-desiato.hh.sledj.net (hotblack-desiato.hh.sledj.net\r
+       [172.16.100.105])\r
+       by disaster-area.hh.sledj.net (Postfix) with ESMTPSA id 11E4E501481;\r
+       Fri,  2 May 2014 13:14:57 +0100 (BST)\r
+Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
+       id AE7A310345F; Fri,  2 May 2014 13:14:56 +0100 (BST)\r
+From: David Edmondson <dme@dme.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 3/5] notmuch-new: Manual: Add command line tags.\r
+Date: Fri,  2 May 2014 13:14:45 +0100\r
+Message-Id: <1399032887-25896-3-git-send-email-dme@dme.org>\r
+X-Mailer: git-send-email 1.9.2\r
+In-Reply-To: <cuniopogz2l.fsf@hotblack-desiato.hh.sledj.net>\r
+References: <cuniopogz2l.fsf@hotblack-desiato.hh.sledj.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 02 May 2014 12:15:03 -0000\r
+\r
+Describe the addition of command line tags for "notmuch new".\r
+---\r
+ doc/man1/notmuch-new.rst | 4 ++--\r
+ 1 file changed, 2 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst\r
+index 787ed78..84203de 100644\r
+--- a/doc/man1/notmuch-new.rst\r
++++ b/doc/man1/notmuch-new.rst\r
+@@ -5,7 +5,7 @@ notmuch-new\r
+ SYNOPSIS\r
+ ========\r
\r
+-**notmuch** **new** [options]\r
++**notmuch** **new** [options] [+<*tag*>|-<*tag*> ...]\r
\r
+ DESCRIPTION\r
+ ===========\r
+@@ -15,7 +15,7 @@ Find and import any new messages to the database.\r
+ The **new** command scans all sub-directories of the database,\r
+ performing full-text indexing on new messages that are found. Each new\r
+ message will automatically be tagged with both the **inbox** and\r
+-**unread** tags.\r
++**unread** tags, as well as any tags specified on the command line.\r
\r
+ You should run **notmuch new** once after first running **notmuch\r
+ setup** to create the initial database. The first run may take a long\r
+-- \r
+1.9.2\r
+\r