[PATCH 2/2] emacs: notmuch-search-mode: wrap the documentation string
authorNelson Elhage <nelhage@MIT.EDU>
Fri, 14 May 2010 20:42:07 +0000 (16:42 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:03 +0000 (09:37 -0800)
d3/417bf9eed6ff91be75eac8532e6c16e805c5eb [new file with mode: 0644]

diff --git a/d3/417bf9eed6ff91be75eac8532e6c16e805c5eb b/d3/417bf9eed6ff91be75eac8532e6c16e805c5eb
new file mode 100644 (file)
index 0000000..6a82f6d
--- /dev/null
@@ -0,0 +1,97 @@
+Return-Path: <nelhage@mit.edu>\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 EE590417341\r
+       for <notmuch@notmuchmail.org>; Fri, 14 May 2010 13:42:34 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.9\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9] autolearn=ham\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 JGwuWLQebyCx for <notmuch@notmuchmail.org>;\r
+       Fri, 14 May 2010 13:42:23 -0700 (PDT)\r
+Received: from dmz-mailsec-scanner-3.mit.edu (DMZ-MAILSEC-SCANNER-3.MIT.EDU\r
+       [18.9.25.14])\r
+       by olra.theworths.org (Postfix) with ESMTP id 29BF9418C25\r
+       for <notmuch@notmuchmail.org>; Fri, 14 May 2010 13:42:19 -0700 (PDT)\r
+X-AuditID: 1209190e-b7b82ae000005260-34-4bedb5aad2a8\r
+Received: from mailhub-auth-2.mit.edu (MAILHUB-AUTH-2.MIT.EDU [18.7.62.36])\r
+       by dmz-mailsec-scanner-3.mit.edu (Symantec Brightmail Gateway) with\r
+       SMTP id CA.7A.21088.AA5BDEB4; Fri, 14 May 2010 16:42:18 -0400 (EDT)\r
+Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103])\r
+       by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id o4EKgItN000972; \r
+       Fri, 14 May 2010 16:42:18 -0400\r
+Received: from PHANATIQUE.MIT.EDU (c-71-192-160-118.hsd1.nh.comcast.net\r
+       [71.192.160.118]) (authenticated bits=0)\r
+       (User authenticated as nelhage@ATHENA.MIT.EDU)\r
+       by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id o4EKgHKK007733\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT);\r
+       Fri, 14 May 2010 16:42:18 -0400 (EDT)\r
+From: Nelson Elhage <nelhage@MIT.EDU>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 2/2] emacs: notmuch-search-mode: wrap the documentation string\r
+Date: Fri, 14 May 2010 16:42:07 -0400\r
+Message-Id: <1273869727-32740-3-git-send-email-nelhage@mit.edu>\r
+X-Mailer: git-send-email 1.6.6.30.g1e6fd\r
+In-Reply-To: <1273869727-32740-1-git-send-email-nelhage@mit.edu>\r
+References: <1273869727-32740-1-git-send-email-nelhage@mit.edu>\r
+X-Brightmail-Tracker: AAAAARQpM2I=\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: Fri, 14 May 2010 20:42:35 -0000\r
+\r
+This makes for easier reading in the *help* window.\r
+---\r
+ emacs/notmuch.el |   21 ++++++++++++---------\r
+ 1 files changed, 12 insertions(+), 9 deletions(-)\r
+\r
+diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
+index 6bf8251..1149d1b 100644\r
+--- a/emacs/notmuch.el\r
++++ b/emacs/notmuch.el\r
+@@ -306,16 +306,19 @@ number of matched messages and total messages in the thread,\r
+ participants in the thread, a representative subject line, and\r
+ any tags).\r
\r
+-Pressing \\[notmuch-search-show-thread] on any line displays that thread. The '\\[notmuch-search-add-tag]' and '\\[notmuch-search-remove-tag]'\r
+-keys can be used to add or remove tags from a thread. The '\\[notmuch-search-archive-thread]' key\r
++Pressing \\[notmuch-search-show-thread] on any line displays that\r
++thread. The '\\[notmuch-search-add-tag]' and\r
++'\\[notmuch-search-remove-tag]' keys can be used to add or remove\r
++tags from a thread. The '\\[notmuch-search-archive-thread]' key\r
+ is a convenience for archiving a thread (removing the \"inbox\"\r
+-tag). The '\\[notmuch-search-operate-all]' key can be used to add or remove a tag from all\r
+-threads in the current buffer.\r
+-\r
+-Other useful commands are '\\[notmuch-search-filter]' for filtering the current search\r
+-based on an additional query string, '\\[notmuch-search-filter-by-tag]' for filtering to include\r
+-only messages with a given tag, and '\\[notmuch-search]' to execute a new, global\r
+-search.\r
++tag). The '\\[notmuch-search-operate-all]' key can be used to add\r
++or remove a tag from all threads in the current buffer.\r
++\r
++Other useful commands are '\\[notmuch-search-filter]' for\r
++filtering the current search based on an additional query string,\r
++'\\[notmuch-search-filter-by-tag]' for filtering to include only\r
++messages with a given tag, and '\\[notmuch-search]' to execute a\r
++new, global search.\r
\r
+ Complete list of currently available key bindings:\r
\r
+-- \r
+1.6.6.30.g1e6fd\r
+\r