Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / ed / 1af6ce39615367ab0e9e506c1cf5436faa1b78
1 Return-Path: <markwalters1009@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 3FB2E431FBF\r
6         for <notmuch@notmuchmail.org>; Sun,  3 Jun 2012 04:46:30 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id Or56GM9qlVDQ for <notmuch@notmuchmail.org>;\r
18         Sun,  3 Jun 2012 04:46:28 -0700 (PDT)\r
19 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com\r
20         [209.85.212.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 887F5431FBD\r
23         for <notmuch@notmuchmail.org>; Sun,  3 Jun 2012 04:46:28 -0700 (PDT)\r
24 Received: by mail-wi0-f173.google.com with SMTP id hj6so1550539wib.2\r
25         for <notmuch@notmuchmail.org>; Sun, 03 Jun 2012 04:46:28 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
28         bh=q6At0WV4tzgoTgKbToXVTDKhW7cwIn5JuKJsn5MeByI=;\r
29         b=YmZFNeTrzr6m3ZDRlALzXB2CxfgLTQFAWy8kmoiAKfoeapELNbEZlbdGSbXkgq9jdm\r
30         Zv6pXdPGZegILVJ3IrlxSjT7SftgejENc717FGOTeJRI6JVikzJqeV6Oau8r2SNjT+38\r
31         xEso6Ig9TA8v+weBnJ1l/lPmuqHfISOAMLNZVxDDtti4Gk5ozZLcKH0UloNgz8i95yVl\r
32         IWeJTrcVgYGfTkhwpm8hPqghAawJvSPaMBN4BsdMWOQAdy0ac6iz9yKCTV8fWWvo+8ci\r
33         HqGBN0m5Nl0MG+liOj6zr2LnMbbPfL8kP3Oz/OZTy304mUHZWs5wYf0xjUZZO/gCZ/Ib\r
34         /fKw==\r
35 Received: by 10.216.202.14 with SMTP id c14mr8339692weo.63.1338723988199;\r
36         Sun, 03 Jun 2012 04:46:28 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39  q6sm12432354wiy.0.2012.06.03.04.46.26  (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sun, 03 Jun 2012 04:46:27 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [Patch v7 5/6] emacs: make elide messages use notmuch-show for\r
44         omitting messages.\r
45 Date: Sun,  3 Jun 2012 12:46:11 +0100\r
46 Message-Id: <1338723972-13063-6-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1338723972-13063-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1338723972-13063-1-git-send-email-markwalters1009@gmail.com>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sun, 03 Jun 2012 11:46:30 -0000\r
63 \r
64 Previously the elide messages code got the entire-thread from\r
65 notmuch-show.c and then threw away all non-matching messages. This\r
66 version calls notmuch-show.c without the --entire-thread flag so\r
67 it never receives the non-matching messages in the first place.\r
68 \r
69 This makes it substantially faster.\r
70 ---\r
71  emacs/notmuch-show.el |   18 ++++++++++--------\r
72  1 files changed, 10 insertions(+), 8 deletions(-)\r
73 \r
74 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
75 index d318430..9cc68be 100644\r
76 --- a/emacs/notmuch-show.el\r
77 +++ b/emacs/notmuch-show.el\r
78 @@ -958,9 +958,9 @@ message at DEPTH in the current thread."\r
79    "Insert the message tree TREE at depth DEPTH in the current thread."\r
80    (let ((msg (car tree))\r
81         (replies (cadr tree)))\r
82 -    (if (or (not notmuch-show-elide-non-matching-messages)\r
83 -           (plist-get msg :match))\r
84 -       (notmuch-show-insert-msg msg depth))\r
85 +    ;; We test whether there is a message or just some replies.\r
86 +    (when msg\r
87 +      (notmuch-show-insert-msg msg depth))\r
88      (notmuch-show-insert-thread replies (1+ depth))))\r
89  \r
90  (defun notmuch-show-insert-thread (thread depth)\r
91 @@ -1041,16 +1041,18 @@ function is used."\r
92              (args (if notmuch-show-query-context\r
93                        (append (list "\'") basic-args\r
94                                (list "and (" notmuch-show-query-context ")\'"))\r
95 -                    (append (list "\'") basic-args (list "\'")))))\r
96 -       (notmuch-show-insert-forest (notmuch-query-get-threads\r
97 -                                    (cons "--exclude=false" args)))\r
98 +                    (append (list "\'") basic-args (list "\'"))))\r
99 +            (cli-args (cons "--exclude=false"\r
100 +                            (when notmuch-show-elide-non-matching-messages\r
101 +                              (list "--entire-thread=false")))))\r
102 +\r
103 +       (notmuch-show-insert-forest (notmuch-query-get-threads (append cli-args args)))\r
104         ;; If the query context reduced the results to nothing, run\r
105         ;; the basic query.\r
106         (when (and (eq (buffer-size) 0)\r
107                    notmuch-show-query-context)\r
108           (notmuch-show-insert-forest\r
109 -          (notmuch-query-get-threads\r
110 -           (cons "--exclude=false" basic-args)))))\r
111 +          (notmuch-query-get-threads (append cli-args basic-args)))))\r
112  \r
113        (jit-lock-register #'notmuch-show-buttonise-links)\r
114  \r
115 -- \r
116 1.7.9.1\r
117 \r