[RFC PATCH v5 11/11] emacs: show: recognize the exclude flag.
authorMark Walters <markwalters1009@gmail.com>
Wed, 15 Feb 2012 09:03:39 +0000 (09:03 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:31 +0000 (09:44 -0800)
4c/1d2126b0f953eb695e477d9f5b828955b3413b [new file with mode: 0644]

diff --git a/4c/1d2126b0f953eb695e477d9f5b828955b3413b b/4c/1d2126b0f953eb695e477d9f5b828955b3413b
new file mode 100644 (file)
index 0000000..a12900c
--- /dev/null
@@ -0,0 +1,114 @@
+Return-Path: <markwalters1009@gmail.com>\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 A5077421192\r
+       for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 01:03:51 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.201\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+       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 xehkJ7nAqChw for <notmuch@notmuchmail.org>;\r
+       Wed, 15 Feb 2012 01:03:50 -0800 (PST)\r
+Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
+ [74.125.82.45])       (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
+ certificate requested)        by olra.theworths.org (Postfix) with ESMTPS id\r
+ 72E4C41ED8A   for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 01:03:21 -0800\r
+ (PST)\r
+Received: by mail-ww0-f45.google.com with SMTP id dt12so647956wgb.2\r
+       for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 01:03:21 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
+       bh=y8Cn2mSbzbMeIcOfFPJoIgXa1ASnjb9usGZdKfkhBvo=;\r
+       b=OX+sI66hnqkk2247rAaBhFDlVOrYRKw0X8MjApEnOCazhl9jZEbBcD4QlwlyU/0JwF\r
+       32APfFqFwXGkh+nQSvm9Un09Yo8vPofWoFVieB2YtUlgG0Vj+3sTfCQszJNNWHiANowd\r
+       fJuTqlgtgBo5E5c+RrtswKIOhj2nCtrLs6YBw=\r
+Received: by 10.180.86.9 with SMTP id l9mr34218882wiz.15.1329296601195;\r
+       Wed, 15 Feb 2012 01:03:21 -0800 (PST)\r
+Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
+ [94.192.233.223])     by mx.google.com with ESMTPS id\r
+ da8sm32097210wib.6.2012.02.15.01.03.19        (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Wed, 15 Feb 2012 01:03:20 -0800 (PST)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [RFC PATCH v5 11/11] emacs: show: recognize the exclude flag.\r
+Date: Wed, 15 Feb 2012 09:03:39 +0000\r
+Message-Id: <1329296619-7463-12-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.2.3\r
+In-Reply-To: <1329296619-7463-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1329296619-7463-1-git-send-email-markwalters1009@gmail.com>\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: Wed, 15 Feb 2012 09:03:52 -0000\r
+\r
+Show mode will recognize the exclude flag by not opening excluding\r
+messages by default, and will start at the first matching non-excluded\r
+message. If there are no matching non-excluded messages it will go to\r
+the first matching (necessarily excluded) message.\r
+---\r
+ emacs/notmuch-show.el |   19 ++++++++++++++++++-\r
+ 1 files changed, 18 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index aa9ccee..96b0c71 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -948,7 +948,8 @@ current buffer, if possible."\r
\r
+     ;; Message visibility depends on whether it matched the search\r
+     ;; criteria.\r
+-    (notmuch-show-message-visible msg (plist-get msg :match))))\r
++    (notmuch-show-message-visible msg (and (plist-get msg :match)\r
++                                         (not (plist-get msg :excluded))))))\r
\r
+ (defun notmuch-show-toggle-process-crypto ()\r
+   "Toggle the processing of cryptographic MIME parts."\r
+@@ -1079,6 +1080,10 @@ function is used."\r
+     ;; Move straight to the first open message\r
+     (unless (notmuch-show-message-visible-p)\r
+       (notmuch-show-next-open-message))\r
++    (when (eobp)\r
++      (goto-char (point-min))\r
++      (unless (notmuch-show-get-prop :match)\r
++      (notmuch-show-next-matching-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-pretty-subject)))\r
+@@ -1557,6 +1562,18 @@ to show, nil otherwise."\r
+       (goto-char (point-max))))\r
+     r))\r
\r
++(defun notmuch-show-next-matching-message ()\r
++  "Show the next matching message."\r
++  (interactive)\r
++  (let (r)\r
++    (while (and (setq r (notmuch-show-goto-message-next))\r
++              (not (notmuch-show-get-prop :match))))\r
++    (if r\r
++      (progn\r
++        (notmuch-show-mark-read)\r
++        (notmuch-show-message-adjust))\r
++      (goto-char (point-max)))))\r
++\r
+ (defun notmuch-show-previous-open-message ()\r
+   "Show the previous open message."\r
+   (interactive)\r
+-- \r
+1.7.2.3\r
+\r