From 519da8dea2f0884712798e7992c045695af77b84 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Fri, 2 May 2014 13:14:45 +0100 Subject: [PATCH] [PATCH 3/5] notmuch-new: Manual: Add command line tags. --- 9a/1714d247acf7e9f0c5dab10132d767856dc157 | 80 +++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 9a/1714d247acf7e9f0c5dab10132d767856dc157 diff --git a/9a/1714d247acf7e9f0c5dab10132d767856dc157 b/9a/1714d247acf7e9f0c5dab10132d767856dc157 new file mode 100644 index 000000000..216b7bc8f --- /dev/null +++ b/9a/1714d247acf7e9f0c5dab10132d767856dc157 @@ -0,0 +1,80 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 1104F429E36 + for ; Fri, 2 May 2014 05:15:03 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.379 +X-Spam-Level: +X-Spam-Status: No, score=0.379 tagged_above=-999 required=5 + tests=[NO_DNS_FOR_FROM=0.379] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id j6Pdikf-ulFd for ; + Fri, 2 May 2014 05:14:59 -0700 (PDT) +Received: from disaster-area.hh.sledj.net (disaster-area.hh.sledj.net + [81.149.164.25]) + (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id A541A431FB6 + for ; Fri, 2 May 2014 05:14:59 -0700 (PDT) +Received: from hotblack-desiato.hh.sledj.net (hotblack-desiato.hh.sledj.net + [172.16.100.105]) + by disaster-area.hh.sledj.net (Postfix) with ESMTPSA id 11E4E501481; + Fri, 2 May 2014 13:14:57 +0100 (BST) +Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) + id AE7A310345F; Fri, 2 May 2014 13:14:56 +0100 (BST) +From: David Edmondson +To: notmuch@notmuchmail.org +Subject: [PATCH 3/5] notmuch-new: Manual: Add command line tags. +Date: Fri, 2 May 2014 13:14:45 +0100 +Message-Id: <1399032887-25896-3-git-send-email-dme@dme.org> +X-Mailer: git-send-email 1.9.2 +In-Reply-To: +References: +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 02 May 2014 12:15:03 -0000 + +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 + -- 2.26.2