Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 9a / 1714d247acf7e9f0c5dab10132d767856dc157
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 1104F429E36\r
6         for <notmuch@notmuchmail.org>; Fri,  2 May 2014 05:15:03 -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 j6Pdikf-ulFd for <notmuch@notmuchmail.org>;\r
16         Fri,  2 May 2014 05:14:59 -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 A541A431FB6\r
22         for <notmuch@notmuchmail.org>; Fri,  2 May 2014 05:14:59 -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 11E4E501481;\r
26         Fri,  2 May 2014 13:14:57 +0100 (BST)\r
27 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
28         id AE7A310345F; Fri,  2 May 2014 13:14:56 +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 13:14:45 +0100\r
33 Message-Id: <1399032887-25896-3-git-send-email-dme@dme.org>\r
34 X-Mailer: git-send-email 1.9.2\r
35 In-Reply-To: <cuniopogz2l.fsf@hotblack-desiato.hh.sledj.net>\r
36 References: <cuniopogz2l.fsf@hotblack-desiato.hh.sledj.net>\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 12:15:03 -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