[PATCH] doc: remove reference to sender,recipients from notmuch-search.1
authorDavid Bremner <david@tethera.net>
Thu, 19 Feb 2015 18:03:21 +0000 (19:03 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:05 +0000 (14:48 -0700)
ff/61d53335ca4eef809a7fdef5e416e6057f26fa [new file with mode: 0644]

diff --git a/ff/61d53335ca4eef809a7fdef5e416e6057f26fa b/ff/61d53335ca4eef809a7fdef5e416e6057f26fa
new file mode 100644 (file)
index 0000000..ef23b30
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <bremner@tesseract.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id DA896431FD4\r
+       for <notmuch@notmuchmail.org>; Thu, 19 Feb 2015 10:15:58 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.438\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
+       tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id TojtFM6zNVWX for <notmuch@notmuchmail.org>;\r
+       Thu, 19 Feb 2015 10:15:55 -0800 (PST)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+       [87.98.215.224])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 991D0429E52\r
+       for <notmuch@notmuchmail.org>; Thu, 19 Feb 2015 10:15:55 -0800 (PST)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+       4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+       id 1YOVRv-0004Xc-9f; Thu, 19 Feb 2015 18:03:43 +0000\r
+Received: (nullmailer pid 30188 invoked by uid 1000); Thu, 19 Feb 2015\r
+       18:03:30 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] doc: remove reference to sender,recipients from\r
+       notmuch-search.1\r
+Date: Thu, 19 Feb 2015 19:03:21 +0100\r
+Message-Id: <1424369001-30145-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.1.4\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 19 Feb 2015 18:15:59 -0000\r
+\r
+Apparently these were missed when notmuch-address was split to it's\r
+own subcommand.\r
+---\r
+ doc/man1/notmuch-search.rst | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/doc/man1/notmuch-search.rst b/doc/man1/notmuch-search.rst\r
+index 1af56c4..4e660a6 100644\r
+--- a/doc/man1/notmuch-search.rst\r
++++ b/doc/man1/notmuch-search.rst\r
+@@ -35,7 +35,7 @@ Supported options for **search** include\r
+         intended for programs that invoke **notmuch(1)** internally. If\r
+         omitted, the latest supported version will be used.\r
\r
+-    ``--output=(summary|threads|messages|files|tags|sender|recipients)``\r
++    ``--output=(summary|threads|messages|files|tags)``\r
\r
+         **summary**\r
+             Output a summary of each thread with any message matching\r
+-- \r
+2.1.4\r
+\r