Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5d / 4da0852cd15e3393c14c53dccdb8143ced6487
1 Return-Path: <dme@hotblack-desiato.hh.sledj.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 39CF2429E28\r
6         for <notmuch@notmuchmail.org>; Fri,  2 May 2014 01:23:29 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.379\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.379 tagged_above=-999 required=5\r
12         tests=[NO_DNS_FOR_FROM=0.379] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id HoPA-UFf-bBM for <notmuch@notmuchmail.org>;\r
16         Fri,  2 May 2014 01:23:25 -0700 (PDT)\r
17 Received: from disaster-area.hh.sledj.net (disaster-area.hh.sledj.net\r
18         [81.149.164.25])\r
19         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 9D8EC431FD6\r
22         for <notmuch@notmuchmail.org>; Fri,  2 May 2014 01:23:17 -0700 (PDT)\r
23 Received: from hotblack-desiato.hh.sledj.net (hotblack-desiato.hh.sledj.net\r
24         [172.16.100.105])\r
25         by disaster-area.hh.sledj.net (Postfix) with ESMTPSA id DB9115006C3;\r
26         Fri,  2 May 2014 09:16:11 +0100 (BST)\r
27 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
28         id C1EE710345A; Fri,  2 May 2014 09:16:10 +0100 (BST)\r
29 From: David Edmondson <dme@dme.org>\r
30 To: notmuch@notmuchmail.org\r
31 Subject: [PATCH 3/5] notmuch-new: Manual: Add command line tags.\r
32 Date: Fri,  2 May 2014 09:15:53 +0100\r
33 Message-Id: <1399018555-1994-4-git-send-email-dme@dme.org>\r
34 X-Mailer: git-send-email 1.9.2\r
35 In-Reply-To: <1399018555-1994-1-git-send-email-dme@dme.org>\r
36 References: <1399018555-1994-1-git-send-email-dme@dme.org>\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Fri, 02 May 2014 08:23:29 -0000\r
50 \r
51 Describe the addition of command line tags for "notmuch new".\r
52 ---\r
53  doc/man1/notmuch-new.rst | 4 ++--\r
54  1 file changed, 2 insertions(+), 2 deletions(-)\r
55 \r
56 diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst\r
57 index 787ed78..84203de 100644\r
58 --- a/doc/man1/notmuch-new.rst\r
59 +++ b/doc/man1/notmuch-new.rst\r
60 @@ -5,7 +5,7 @@ notmuch-new\r
61  SYNOPSIS\r
62  ========\r
63  \r
64 -**notmuch** **new** [options]\r
65 +**notmuch** **new** [options] [+<*tag*>|-<*tag*> ...]\r
66  \r
67  DESCRIPTION\r
68  ===========\r
69 @@ -15,7 +15,7 @@ Find and import any new messages to the database.\r
70  The **new** command scans all sub-directories of the database,\r
71  performing full-text indexing on new messages that are found. Each new\r
72  message will automatically be tagged with both the **inbox** and\r
73 -**unread** tags.\r
74 +**unread** tags, as well as any tags specified on the command line.\r
75  \r
76  You should run **notmuch new** once after first running **notmuch\r
77  setup** to create the initial database. The first run may take a long\r
78 -- \r
79 1.9.2\r
80 \r