From: David Edmondson Date: Fri, 2 May 2014 08:15:53 +0000 (+0100) Subject: [PATCH 3/5] notmuch-new: Manual: Add command line tags. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1f171e2593c5d8a022023e8b9bd769778d2cb038;p=notmuch-archives.git [PATCH 3/5] notmuch-new: Manual: Add command line tags. --- diff --git a/5d/4da0852cd15e3393c14c53dccdb8143ced6487 b/5d/4da0852cd15e3393c14c53dccdb8143ced6487 new file mode 100644 index 000000000..8d68c77d9 --- /dev/null +++ b/5d/4da0852cd15e3393c14c53dccdb8143ced6487 @@ -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 39CF2429E28 + for ; Fri, 2 May 2014 01:23:29 -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 HoPA-UFf-bBM for ; + Fri, 2 May 2014 01:23:25 -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 9D8EC431FD6 + for ; Fri, 2 May 2014 01:23:17 -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 DB9115006C3; + Fri, 2 May 2014 09:16:11 +0100 (BST) +Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) + id C1EE710345A; Fri, 2 May 2014 09:16:10 +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 09:15:53 +0100 +Message-Id: <1399018555-1994-4-git-send-email-dme@dme.org> +X-Mailer: git-send-email 1.9.2 +In-Reply-To: <1399018555-1994-1-git-send-email-dme@dme.org> +References: <1399018555-1994-1-git-send-email-dme@dme.org> +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 08:23:29 -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 +