[PATCH 2/2 v2] emacs: Prefer '[No Subject]' to blank subjects.
authorDavid Edmondson <dme@dme.org>
Mon, 30 Jan 2012 10:16:01 +0000 (10:16 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:43:38 +0000 (09:43 -0800)
16/7b40681a938f0996e722c1fedda6a7d9e1faa5 [new file with mode: 0644]

diff --git a/16/7b40681a938f0996e722c1fedda6a7d9e1faa5 b/16/7b40681a938f0996e722c1fedda6a7d9e1faa5
new file mode 100644 (file)
index 0000000..b24b6b1
--- /dev/null
@@ -0,0 +1,180 @@
+Return-Path: <dme@dme.org>\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 F30BD431FBC\r
+       for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 02:16:08 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 48w11HhteSxn for <notmuch@notmuchmail.org>;\r
+       Mon, 30 Jan 2012 02:16:08 -0800 (PST)\r
+Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
+       [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id D532D431E64\r
+       for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 02:16:07 -0800 (PST)\r
+Received: by wibhi8 with SMTP id hi8so3434902wib.26\r
+       for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 02:16:06 -0800 (PST)\r
+Received: by 10.180.97.199 with SMTP id ec7mr26219180wib.8.1327918566553;\r
+       Mon, 30 Jan 2012 02:16:06 -0800 (PST)\r
+Received: from hotblack-desiato.hh.sledj.net\r
+       (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
+       by mx.google.com with ESMTPS id q7sm29092186wix.5.2012.01.30.02.16.04\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Mon, 30 Jan 2012 02:16:05 -0800 (PST)\r
+Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
+       id 16953A0CEE; Mon, 30 Jan 2012 10:16:03 +0000 (GMT)\r
+From: David Edmondson <dme@dme.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 2/2 v2] emacs: Prefer '[No Subject]' to blank subjects.\r
+Date: Mon, 30 Jan 2012 10:16:01 +0000\r
+Message-Id: <1327918561-16245-3-git-send-email-dme@dme.org>\r
+X-Mailer: git-send-email 1.7.8.3\r
+In-Reply-To: <1327918561-16245-1-git-send-email-dme@dme.org>\r
+References: <1327496913-4946-1-git-send-email-dme@dme.org>\r
+       <1327918561-16245-1-git-send-email-dme@dme.org>\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: Mon, 30 Jan 2012 10:16:09 -0000\r
+\r
+---\r
+ emacs/notmuch-lib.el   |    9 +++++++++\r
+ emacs/notmuch-print.el |    8 ++++++--\r
+ emacs/notmuch-show.el  |    5 ++++-\r
+ emacs/notmuch.el       |   21 +++++++++------------\r
+ 4 files changed, 28 insertions(+), 15 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el\r
+index c906ca7..d315f76 100644\r
+--- a/emacs/notmuch-lib.el\r
++++ b/emacs/notmuch-lib.el\r
+@@ -133,6 +133,15 @@ the user hasn't set this variable with the old or new value."\r
+   (interactive)\r
+   (kill-buffer (current-buffer)))\r
\r
++(defun notmuch-prettify-subject (subject)\r
++  ;; This function is used by `notmuch-search-process-filter' which\r
++  ;; requires that we not disrupt its' matching state.\r
++  (save-match-data\r
++    (if (and subject\r
++           (string-match "^[ \t]*$" subject))\r
++      "[No Subject]"\r
++      subject)))\r
++\r
+ ;;\r
\r
+ (defun notmuch-common-do-stash (text)\r
+diff --git a/emacs/notmuch-print.el b/emacs/notmuch-print.el\r
+index 880f96d..6653d97 100644\r
+--- a/emacs/notmuch-print.el\r
++++ b/emacs/notmuch-print.el\r
+@@ -19,6 +19,8 @@\r
+ ;;\r
+ ;; Authors: David Edmondson <dme@dme.org>\r
\r
++(require 'notmuch-lib)\r
++\r
+ (declare-function notmuch-show-get-prop "notmuch-show" (prop &optional props))\r
\r
+ (defcustom notmuch-print-mechanism 'notmuch-print-lpr\r
+@@ -58,14 +60,16 @@ Optional OUTPUT allows passing a list of flags to muttprint."\r
\r
+ (defun notmuch-print-ps-print (msg)\r
+   "Print a message buffer using the ps-print package."\r
+-  (let ((subject (plist-get (notmuch-show-get-prop :headers msg) :Subject)))\r
++  (let ((subject (notmuch-prettify-subject\r
++                (plist-get (notmuch-show-get-prop :headers msg) :Subject))))\r
+     (rename-buffer subject t)\r
+     (ps-print-buffer)))\r
\r
+ (defun notmuch-print-ps-print/evince (msg)\r
+   "Preview a message buffer using ps-print and evince."\r
+   (let ((ps-file (make-temp-file "notmuch"))\r
+-      (subject (plist-get (notmuch-show-get-prop :headers msg) :Subject)))\r
++      (subject (notmuch-prettify-subject\r
++                (plist-get (notmuch-show-get-prop :headers msg) :Subject))))\r
+     (rename-buffer subject t)\r
+     (ps-print-buffer ps-file)\r
+     (notmuch-print-run-evince ps-file)))\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index 84ac624..7ea9ba2 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -1017,7 +1017,7 @@ buffer."\r
+       (notmuch-show-next-open-message))\r
\r
+     ;; Set the header line to the subject of the first open message.\r
+-    (setq header-line-format (notmuch-show-strip-re (notmuch-show-get-subject)))\r
++    (setq header-line-format (notmuch-show-strip-re (notmuch-show-get-pretty-subject)))\r
\r
+     (notmuch-show-mark-read)))\r
\r
+@@ -1248,6 +1248,9 @@ Some useful entries are:\r
+ (defun notmuch-show-get-depth ()\r
+   (notmuch-show-get-prop :depth))\r
\r
++(defun notmuch-show-get-pretty-subject ()\r
++  (notmuch-prettify-subject (notmuch-show-get-subject)))\r
++\r
+ (defun notmuch-show-set-tags (tags)\r
+   "Set the tags of the current message."\r
+   (notmuch-show-set-prop :tags tags)\r
+diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
+index d4d6904..2b0a752 100644\r
+--- a/emacs/notmuch.el\r
++++ b/emacs/notmuch.el\r
+@@ -467,18 +467,14 @@ Complete list of currently available key bindings:\r
+   "Display the currently selected thread."\r
+   (interactive "P")\r
+   (let ((thread-id (notmuch-search-find-thread-id))\r
+-      (subject (notmuch-search-find-subject)))\r
++      (subject (notmuch-prettify-subject (notmuch-search-find-subject))))\r
+     (if (> (length thread-id) 0)\r
+-      (progn\r
+-        (if (string-match "^[ \t]*$" subject)\r
+-            (setq subject "[No Subject]"))\r
+-\r
+-        (notmuch-show thread-id\r
+-                      (current-buffer)\r
+-                      notmuch-search-query-string\r
+-                      ;; Name the buffer based on the subject.\r
+-                      (concat "*" (truncate-string-to-width subject 30 nil nil t) "*")\r
+-                      crypto-switch))\r
++      (notmuch-show thread-id\r
++                    (current-buffer)\r
++                    notmuch-search-query-string\r
++                    ;; Name the buffer based on the subject.\r
++                    (concat "*" (truncate-string-to-width subject 30 nil nil t) "*")\r
++                    crypto-switch)\r
+       (message "End of search results."))))\r
\r
+ (defun notmuch-search-reply-to-thread (&optional prompt-for-sender)\r
+@@ -854,7 +850,8 @@ non-authors is found, assume that all of the authors match."\r
+                     (if (/= (match-beginning 1) line)\r
+                         (insert (concat "Error: Unexpected output from notmuch search:\n" (substring string line (match-beginning 1)) "\n")))\r
+                     (let ((beg (point)))\r
+-                      (notmuch-search-show-result date count authors subject tags)\r
++                      (notmuch-search-show-result date count authors\r
++                                                  (notmuch-prettify-subject subject) tags)\r
+                       (notmuch-search-color-line beg (point) tag-list)\r
+                       (put-text-property beg (point) 'notmuch-search-thread-id thread-id)\r
+                       (put-text-property beg (point) 'notmuch-search-authors authors)\r
+-- \r
+1.7.8.3\r
+\r