[PATCH 1/3] emacs: modify help message for notmuch-search-line-faces to reflect prefe...
authorJameson Graef Rollins <jrollins@finestructure.net>
Tue, 17 Jan 2012 19:02:47 +0000 (11:02 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:42:28 +0000 (09:42 -0800)
90/620562c47103cb0c78a39b1e008da6b786069c [new file with mode: 0644]

diff --git a/90/620562c47103cb0c78a39b1e008da6b786069c b/90/620562c47103cb0c78a39b1e008da6b786069c
new file mode 100644 (file)
index 0000000..7fcd792
--- /dev/null
@@ -0,0 +1,82 @@
+Return-Path: <jrollins@finestructure.net>\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 727E9421192\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 11:02:52 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] 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 p3fsvMsAVIK3 for <notmuch@notmuchmail.org>;\r
+       Tue, 17 Jan 2012 11:02:52 -0800 (PST)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id E53B7429E3B\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 11:02:51 -0800 (PST)\r
+Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by fire-doxen-postvirus (Postfix) with ESMTP id 80F8B2E50E5F\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 11:02:51 -0800 (PST)\r
+X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
+Received: from finestructure.net (cpe-76-174-137-84.socal.res.rr.com\r
+       [76.174.137.84]) (Authenticated sender: jrollins)\r
+       by fire-doxen-submit (Postfix) with ESMTP id C92E02E50CC1\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 11:02:49 -0800 (PST)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 768D8514; Tue, 17 Jan 2012 11:02:49 -0800 (PST)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH 1/3] emacs: modify help message for notmuch-search-line-faces\r
+       to reflect preferred "deleted" tag name.\r
+Date: Tue, 17 Jan 2012 11:02:47 -0800\r
+Message-Id: <1326826969-23545-1-git-send-email-jrollins@finestructure.net>\r
+X-Mailer: git-send-email 1.7.7.3\r
+In-Reply-To: <87vcoaywyu.fsf@servo.finestructure.net>\r
+References: <87vcoaywyu.fsf@servo.finestructure.net>\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: Tue, 17 Jan 2012 19:02:52 -0000\r
+\r
+No functional change here.  The help message previously referred to\r
+the "delete" tag, but "deleted" is now preferred, so hopefully this\r
+will reduce any potential confusion.\r
+---\r
+ emacs/notmuch.el |    4 ++--\r
+ 1 files changed, 2 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
+index e4bca51..67ecd3a 100644\r
+--- a/emacs/notmuch.el\r
++++ b/emacs/notmuch.el\r
+@@ -660,12 +660,12 @@ This function advances the next thread when finished."\r
+ Here is an example of how to color search results based on tags.\r
+  (the following text would be placed in your ~/.emacs file):\r
\r
+- (setq notmuch-search-line-faces '((\"delete\" . (:foreground \"red\"\r
++ (setq notmuch-search-line-faces '((\"deleted\" . (:foreground \"red\"\r
+                                                 :background \"blue\"))\r
+                                    (\"unread\" . (:foreground \"green\"))))\r
\r
+ The attributes defined for matching tags are merged, with later\r
+-attributes overriding earlier. A message having both \"delete\"\r
++attributes overriding earlier. A message having both \"deleted\"\r
+ and \"unread\" tags with the above settings would have a green\r
+ foreground and blue background."\r
+   :type '(alist :key-type (string) :value-type (custom-face-edit))\r
+-- \r
+1.7.7.3\r
+\r