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 9954A431FC4 for ; Fri, 26 Feb 2010 11:49:15 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.846 X-Spam-Level: X-Spam-Status: No, score=-0.846 tagged_above=-999 required=5 tests=[AWL=-0.661, BAYES_40=-0.185] autolearn=ham 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 z5pu1xu6JLCX for ; Fri, 26 Feb 2010 11:49:15 -0800 (PST) Received: from everglades.pioto.org (everglades.pioto.org [207.192.69.249]) by olra.theworths.org (Postfix) with ESMTP id 09933431FAE for ; Fri, 26 Feb 2010 11:49:15 -0800 (PST) Received: from aether.pioto.org (pool-96-236-149-110.pitbpa.fios.verizon.net [96.236.149.110]) (Authenticated sender: pioto) by everglades.pioto.org (Postfix) with ESMTPA id 2F9B41603FC; Fri, 26 Feb 2010 14:49:09 -0500 (EST) Received: by aether.pioto.org (Postfix, from userid 1000) id B3EFE60344; Fri, 26 Feb 2010 14:50:01 -0500 (EST) From: Mike Kelly To: notmuch@notmuchmail.org Date: Fri, 26 Feb 2010 14:49:27 -0500 Message-Id: <1267213767-31255-3-git-send-email-pioto@pioto.org> X-Mailer: git-send-email 1.7.0 In-Reply-To: <1267213767-31255-1-git-send-email-pioto@pioto.org> References: <1267213767-31255-1-git-send-email-pioto@pioto.org> Subject: [notmuch] [PATCH 2/2] document new `notmuch new` behavior 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, 26 Feb 2010 19:49:15 -0000 --- notmuch.1 | 8 +++++--- notmuch.c | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/notmuch.1 b/notmuch.1 index 282ad98..f03529e 100644 --- a/notmuch.1 +++ b/notmuch.1 @@ -93,9 +93,11 @@ The .B 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 -.BR inbox " and " unread -tags. +will automatically be tagged with the +.BR inbox +tag, and, unless it was already "seen" by another client, the +.BR unread +tag. You should run .B "notmuch new" diff --git a/notmuch.c b/notmuch.c index 87479f8..fc6bb7f 100644 --- a/notmuch.c +++ b/notmuch.c @@ -127,7 +127,8 @@ command_t commands[] = { "\t\tFind and import new messages to the notmuch database.", "\t\tScans all sub-directories of the mail directory, performing\n" "\t\tfull-text indexing on new messages that are found. Each new\n" - "\t\tmessage will be tagged as both \"inbox\" and \"unread\".\n" + "\t\tmessage will be tagged as \"inbox\" and, unless it is\n" + "\t\tmarked as \"seen\", \"unread\".\n" "\n" "\t\tYou should run \"notmuch new\" once after first running\n" "\t\t\"notmuch setup\" to create the initial database. The first\n" -- 1.7.0