[PATCH v4 5/7] Introduce _notmuch_message_has_term()
[notmuch-archives.git] / 2a / 617120e3308ebdd8df7a87a3648ff94524c6ed
1 Return-Path: <ethan.glasser.camp@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 6F1B3431FBF\r
6         for <notmuch@notmuchmail.org>; Wed, 17 Oct 2012 19:17:04 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id vyc5l6Tb+lUV for <notmuch@notmuchmail.org>;\r
17         Wed, 17 Oct 2012 19:17:00 -0700 (PDT)\r
18 Received: from mail-vb0-f53.google.com (mail-vb0-f53.google.com\r
19         [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 34E4E431FB6\r
22         for <notmuch@notmuchmail.org>; Wed, 17 Oct 2012 19:17:00 -0700 (PDT)\r
23 Received: by mail-vb0-f53.google.com with SMTP id fc21so8373498vbb.26\r
24         for <notmuch@notmuchmail.org>; Wed, 17 Oct 2012 19:16:59 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=wT9aaDlIPiMNsiV5l/D+8S2PiubKuaZ6e5WU59OwNq0=;\r
28         b=TFdFzsUF5zI2ASF+iLQw0pv1d70e9MUeDC3kmBeNqjEedL6jvTq83trc7IOJBC4yZO\r
29         um71w1aK4z2ko9zhUtvCtIFRCuVxsxGSzW+Q40kY0EwPEcTK1lj3Pk3oEQD+0ZWF0+Rr\r
30         NFjv0BcoFiqq33E2hk+GKP2/zIJpxT6YrpKl+6kyWzu5ciss/OnDnNVTzd7IV4cUHYQ3\r
31         Anj4Hp0rBt5dfWTQhmX0vA80rUIRS0igtgfLZK6MIACsWNM17Dfhs7T1jii1Vx6BYZS3\r
32         cI6b5kDFqhtdcfU+akNK4LYdCtiqOHcqu7W4NgnM+nBsgkY7der7YvRGDCgvSGfGSUQy\r
33         rRLA==\r
34 Received: by 10.52.177.104 with SMTP id cp8mr10170721vdc.47.1350526619407;\r
35         Wed, 17 Oct 2012 19:16:59 -0700 (PDT)\r
36 Received: from smtp.gmail.com (p70-80.acedsl.com. [66.114.70.80])\r
37         by mx.google.com with ESMTPS id k4sm3952852vdg.2.2012.10.17.19.16.55\r
38         (version=TLSv1/SSLv3 cipher=OTHER);\r
39         Wed, 17 Oct 2012 19:16:57 -0700 (PDT)\r
40 From: Ethan Glasser-Camp <ethan.glasser.camp@gmail.com>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH] test: Move tests from emacs to emacs-show\r
43 Date: Wed, 17 Oct 2012 22:16:52 -0400\r
44 Message-Id: <1350526612-28756-1-git-send-email-ethan@betacantrips.com>\r
45 X-Mailer: git-send-email 1.7.9.5\r
46 In-Reply-To: <1350518399-31087-1-git-send-email-ethan@betacantrips.com>\r
47 References: <1350518399-31087-1-git-send-email-ethan@betacantrips.com>\r
48 Cc: Ethan Glasser-Camp <ethan@betacantrips.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Thu, 18 Oct 2012 02:17:04 -0000\r
62 \r
63 This requires changing the contents of the crypto tests, as one thread\r
64 that was marked read by the earlier tests in test/emacs is no longer\r
65 marked read.\r
66 \r
67 This moves tests for:\r
68 \r
69 - 09d19ac "test: emacs: toggle eliding of non-matching messages in\r
70    `notmuch-show'", which should have actually read: "test: emacs:\r
71    toggle processing of cryptographic MIME parts in `notmuch-show'".\r
72    See commit 19ec74c5.\r
73 \r
74 - 5ea1dbe "test: emacs: toggle eliding of non-matching messages in\r
75   `notmuch-show'"\r
76 \r
77 - 345faab "test: emacs: toggle thread content indentation in\r
78   `notmuch-show'"\r
79 \r
80 Signed-off-by: Ethan Glasser-Camp <ethan@betacantrips.com>\r
81 ---\r
82 I screwed up with git commit --amend or something on the last patch,\r
83 so David Bremner suggested that I take advantage of the situation to\r
84 write this patch, which does something useful as a side effect.\r
85 \r
86  test/emacs                                         |   67 -----------------\r
87  test/emacs-show                                    |   71 ++++++++++++++++++\r
88  .../notmuch-show-elide-non-matching-messages-off   |   79 ++++++++++++++++++++\r
89  .../notmuch-show-elide-non-matching-messages-on    |   75 +++++++++++++++++++\r
90  .../notmuch-show-indent-thread-content-off         |   79 ++++++++++++++++++++\r
91  .../notmuch-show-process-crypto-mime-parts-off     |   31 ++++++++\r
92  .../notmuch-show-process-crypto-mime-parts-on      |   32 ++++++++\r
93  .../notmuch-show-elide-non-matching-messages-off   |   79 --------------------\r
94  .../notmuch-show-elide-non-matching-messages-on    |   75 -------------------\r
95  .../notmuch-show-indent-thread-content-off         |   79 --------------------\r
96  .../notmuch-show-process-crypto-mime-parts-off     |   31 --------\r
97  .../notmuch-show-process-crypto-mime-parts-on      |   32 --------\r
98  12 files changed, 367 insertions(+), 363 deletions(-)\r
99  create mode 100644 test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-off\r
100  create mode 100644 test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-on\r
101  create mode 100644 test/emacs-show.expected-output/notmuch-show-indent-thread-content-off\r
102  create mode 100644 test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-off\r
103  create mode 100644 test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-on\r
104  delete mode 100644 test/emacs.expected-output/notmuch-show-elide-non-matching-messages-off\r
105  delete mode 100644 test/emacs.expected-output/notmuch-show-elide-non-matching-messages-on\r
106  delete mode 100644 test/emacs.expected-output/notmuch-show-indent-thread-content-off\r
107  delete mode 100644 test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-off\r
108  delete mode 100644 test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-on\r
109 \r
110 diff --git a/test/emacs b/test/emacs\r
111 index e9d8239..1f84b91 100755\r
112 --- a/test/emacs\r
113 +++ b/test/emacs\r
114 @@ -783,71 +783,4 @@ EOF\r
115  test_expect_equal_file OUTPUT EXPECTED\r
116  \r
117  \r
118 -test_begin_subtest "don't process cryptographic MIME parts"\r
119 -test_emacs '(let ((notmuch-crypto-process-mime nil))\r
120 -       (notmuch-show "id:20091117203301.GV3165@dottiness.seas.harvard.edu")\r
121 -       (test-visible-output))'\r
122 -test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-process-crypto-mime-parts-off\r
123 -\r
124 -test_begin_subtest "process cryptographic MIME parts"\r
125 -test_emacs '(let ((notmuch-crypto-process-mime t))\r
126 -       (notmuch-show "id:20091117203301.GV3165@dottiness.seas.harvard.edu")\r
127 -       (test-visible-output))'\r
128 -test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-process-crypto-mime-parts-on\r
129 -\r
130 -test_begin_subtest "process cryptographic MIME parts (w/ notmuch-show-toggle-process-crypto)"\r
131 -test_emacs '(let ((notmuch-crypto-process-mime nil))\r
132 -       (notmuch-show "id:20091117203301.GV3165@dottiness.seas.harvard.edu")\r
133 -       (notmuch-show-toggle-process-crypto)\r
134 -       (test-visible-output))'\r
135 -test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-process-crypto-mime-parts-on\r
136 -\r
137 -test_begin_subtest "notmuch-show: don't elide non-matching messages"\r
138 -test_emacs '(let ((notmuch-show-only-matching-messages nil))\r
139 -       (notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"")\r
140 -       (notmuch-test-wait)\r
141 -       (notmuch-search-show-thread)\r
142 -       (notmuch-test-wait)\r
143 -       (test-visible-output))'\r
144 -test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-elide-non-matching-messages-off\r
145 -\r
146 -test_begin_subtest "notmuch-show: elide non-matching messages"\r
147 -test_emacs '(let ((notmuch-show-only-matching-messages t))\r
148 -       (notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"")\r
149 -       (notmuch-test-wait)\r
150 -       (notmuch-search-show-thread)\r
151 -       (notmuch-test-wait)\r
152 -       (test-visible-output))'\r
153 -test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-elide-non-matching-messages-on\r
154 -\r
155 -test_begin_subtest "notmuch-show: elide non-matching messages (w/ notmuch-show-toggle-elide-non-matching)"\r
156 -test_emacs '(let ((notmuch-show-only-matching-messages nil))\r
157 -       (notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"")\r
158 -       (notmuch-test-wait)\r
159 -       (notmuch-search-show-thread)\r
160 -       (notmuch-test-wait)\r
161 -       (notmuch-show-toggle-elide-non-matching)\r
162 -       (test-visible-output))'\r
163 -test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-elide-non-matching-messages-on\r
164 -\r
165 -test_begin_subtest "notmuch-show: elide non-matching messages (w/ prefix arg to notmuch-show)"\r
166 -test_emacs '(let ((notmuch-show-only-matching-messages nil))\r
167 -       (notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"")\r
168 -       (notmuch-test-wait)\r
169 -       (let ((current-prefix-arg t))\r
170 -         (notmuch-search-show-thread))\r
171 -       (notmuch-test-wait)\r
172 -       (test-visible-output))'\r
173 -test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-elide-non-matching-messages-on\r
174 -\r
175 -test_begin_subtest "notmuch-show: disable indentation of thread content (w/ notmuch-show-toggle-thread-indentation)"\r
176 -test_emacs '(notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"")\r
177 -       (notmuch-test-wait)\r
178 -       (notmuch-search-show-thread)\r
179 -       (notmuch-test-wait)\r
180 -       (notmuch-show-toggle-thread-indentation)\r
181 -       (test-visible-output)'\r
182 -test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-indent-thread-content-off\r
183 -\r
184 -\r
185  test_done\r
186 diff --git a/test/emacs-show b/test/emacs-show\r
187 index e9a714f..64c38d3 100755\r
188 --- a/test/emacs-show\r
189 +++ b/test/emacs-show\r
190 @@ -3,6 +3,10 @@\r
191  test_description="emacs notmuch-show view"\r
192  . test-lib.sh\r
193  \r
194 +EXPECTED=$TEST_DIRECTORY/emacs-show.expected-output\r
195 +\r
196 +add_email_corpus\r
197 +\r
198  test_begin_subtest "Hiding Original Message region at beginning of a message"\r
199  message_id='OriginalMessageHiding.1@notmuchmail.org'\r
200  add_message \\r
201 @@ -36,4 +40,71 @@ test_begin_subtest "Bare subject #3"\r
202  output=$(test_emacs '(notmuch-show-strip-re "the cure: fix the regexp")')\r
203  test_expect_equal "$output" '"the cure: fix the regexp"'\r
204  \r
205 +test_begin_subtest "don't process cryptographic MIME parts"\r
206 +test_emacs '(let ((notmuch-crypto-process-mime nil))\r
207 +       (notmuch-show "id:20091117203301.GV3165@dottiness.seas.harvard.edu")\r
208 +       (test-visible-output))'\r
209 +test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-process-crypto-mime-parts-off\r
210 +\r
211 +test_begin_subtest "process cryptographic MIME parts"\r
212 +test_emacs '(let ((notmuch-crypto-process-mime t))\r
213 +       (notmuch-show "id:20091117203301.GV3165@dottiness.seas.harvard.edu")\r
214 +       (test-visible-output))'\r
215 +test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-process-crypto-mime-parts-on\r
216 +\r
217 +test_begin_subtest "process cryptographic MIME parts (w/ notmuch-show-toggle-process-crypto)"\r
218 +test_emacs '(let ((notmuch-crypto-process-mime nil))\r
219 +       (notmuch-show "id:20091117203301.GV3165@dottiness.seas.harvard.edu")\r
220 +       (notmuch-show-toggle-process-crypto)\r
221 +       (test-visible-output))'\r
222 +test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-process-crypto-mime-parts-on\r
223 +\r
224 +test_begin_subtest "notmuch-show: don't elide non-matching messages"\r
225 +test_emacs '(let ((notmuch-show-only-matching-messages nil))\r
226 +       (notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"")\r
227 +       (notmuch-test-wait)\r
228 +       (notmuch-search-show-thread)\r
229 +       (notmuch-test-wait)\r
230 +       (test-visible-output))'\r
231 +test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-elide-non-matching-messages-off\r
232 +\r
233 +test_begin_subtest "notmuch-show: elide non-matching messages"\r
234 +test_emacs '(let ((notmuch-show-only-matching-messages t))\r
235 +       (notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"")\r
236 +       (notmuch-test-wait)\r
237 +       (notmuch-search-show-thread)\r
238 +       (notmuch-test-wait)\r
239 +       (test-visible-output))'\r
240 +test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-elide-non-matching-messages-on\r
241 +\r
242 +test_begin_subtest "notmuch-show: elide non-matching messages (w/ notmuch-show-toggle-elide-non-matching)"\r
243 +test_emacs '(let ((notmuch-show-only-matching-messages nil))\r
244 +       (notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"")\r
245 +       (notmuch-test-wait)\r
246 +       (notmuch-search-show-thread)\r
247 +       (notmuch-test-wait)\r
248 +       (notmuch-show-toggle-elide-non-matching)\r
249 +       (test-visible-output))'\r
250 +test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-elide-non-matching-messages-on\r
251 +\r
252 +test_begin_subtest "notmuch-show: elide non-matching messages (w/ prefix arg to notmuch-show)"\r
253 +test_emacs '(let ((notmuch-show-only-matching-messages nil))\r
254 +       (notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"")\r
255 +       (notmuch-test-wait)\r
256 +       (let ((current-prefix-arg t))\r
257 +         (notmuch-search-show-thread))\r
258 +       (notmuch-test-wait)\r
259 +       (test-visible-output))'\r
260 +test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-elide-non-matching-messages-on\r
261 +\r
262 +test_begin_subtest "notmuch-show: disable indentation of thread content (w/ notmuch-show-toggle-thread-indentation)"\r
263 +test_emacs '(notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"")\r
264 +       (notmuch-test-wait)\r
265 +       (notmuch-search-show-thread)\r
266 +       (notmuch-test-wait)\r
267 +       (notmuch-show-toggle-thread-indentation)\r
268 +       (test-visible-output)'\r
269 +test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-indent-thread-content-off\r
270 +\r
271 +\r
272  test_done\r
273 diff --git a/test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-off b/test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-off\r
274 new file mode 100644\r
275 index 0000000..b31fe62\r
276 --- /dev/null\r
277 +++ b/test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-off\r
278 @@ -0,0 +1,79 @@\r
279 +Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
280 +Subject: [notmuch] Working with Maildir storage?\r
281 +To: notmuch@notmuchmail.org\r
282 +Date: Tue, 17 Nov 2009 14:00:54 -0500\r
283 +\r
284 +[ multipart/mixed ]\r
285 +[ multipart/signed ]\r
286 +[ text/plain ]\r
287 +I saw the LWN article and decided to take a look at notmuch.  I'm\r
288 +currently using mutt and mairix to index and read a collection of\r
289 +Maildir mail folders (around 40,000 messages total).\r
290 +\r
291 +notmuch indexed the messages without complaint, but my attempt at\r
292 +searching bombed out. Running, for example:\r
293 +\r
294 +  notmuch search storage\r
295 +\r
296 +Resulted in 4604 lines of errors along the lines of:\r
297 +\r
298 +  Error opening\r
299 +  /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:\r
300 +  Too many open files\r
301 +\r
302 +I'm curious if this is expected behavior (i.e., notmuch does not work\r
303 +with Maildir) or if something else is going on.\r
304 +\r
305 +Cheers,\r
306 +\r
307 +[ 4-line signature. Click/Enter to show. ]\r
308 +[ application/pgp-signature ]\r
309 +[ text/plain ]\r
310 +[ 4-line signature. Click/Enter to show. ]\r
311 + Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox signed unread)\r
312 +  Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
313 +  Subject: Re: [notmuch] Working with Maildir storage?\r
314 +  To: Mikhail Gusarov <dottedmag@dottedmag.net>\r
315 +  Cc: notmuch@notmuchmail.org\r
316 +  Date: Tue, 17 Nov 2009 15:33:01 -0500\r
317 +\r
318 +  [ multipart/mixed ]\r
319 +  [ multipart/signed ]\r
320 +  [ text/plain ]\r
321 +  > See the patch just posted here.\r
322 +\r
323 +  Is the list archived anywhere?  The obvious archives\r
324 +  (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
325 +  think I subscribed too late to get the patch (I only just saw the\r
326 +  discussion about it).\r
327 +\r
328 +  It doesn't look like the patch is in git yet.\r
329 +\r
330 +  -- Lars\r
331 +\r
332 +  [ 4-line signature. Click/Enter to show. ]\r
333 +  [ application/pgp-signature ]\r
334 +  [ text/plain ]\r
335 +  [ 4-line signature. Click/Enter to show. ]\r
336 +   Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)\r
337 +   Keith Packard <keithp@keithp.com> (2009-11-17) (inbox unread)\r
338 +    Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)\r
339 +    Subject: Re: [notmuch] Working with Maildir storage?\r
340 +    To: Keith Packard <keithp@keithp.com>\r
341 +    Cc: notmuch@notmuchmail.org\r
342 +    Date: Tue, 17 Nov 2009 19:50:40 -0500\r
343 +\r
344 +    [ multipart/mixed ]\r
345 +    [ multipart/signed ]\r
346 +    [ text/plain ]\r
347 +    > I've also pushed a slightly more complicated (and complete) fix to my\r
348 +    > private notmuch repository\r
349 +\r
350 +    The version of lib/messages.cc in your repo doesn't build because it's\r
351 +    missing "#include <stdint.h>" (for the uint32_t on line 466).\r
352 +\r
353 +    [ 4-line signature. Click/Enter to show. ]\r
354 +    [ application/pgp-signature ]\r
355 +    [ text/plain ]\r
356 +    [ 4-line signature. Click/Enter to show. ]\r
357 + Carl Worth <cworth@cworth.org> (2009-11-18) (inbox unread)\r
358 diff --git a/test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-on b/test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-on\r
359 new file mode 100644\r
360 index 0000000..bafb479\r
361 --- /dev/null\r
362 +++ b/test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-on\r
363 @@ -0,0 +1,75 @@\r
364 +Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
365 +Subject: [notmuch] Working with Maildir storage?\r
366 +To: notmuch@notmuchmail.org\r
367 +Date: Tue, 17 Nov 2009 14:00:54 -0500\r
368 +\r
369 +[ multipart/mixed ]\r
370 +[ multipart/signed ]\r
371 +[ text/plain ]\r
372 +I saw the LWN article and decided to take a look at notmuch.  I'm\r
373 +currently using mutt and mairix to index and read a collection of\r
374 +Maildir mail folders (around 40,000 messages total).\r
375 +\r
376 +notmuch indexed the messages without complaint, but my attempt at\r
377 +searching bombed out. Running, for example:\r
378 +\r
379 +  notmuch search storage\r
380 +\r
381 +Resulted in 4604 lines of errors along the lines of:\r
382 +\r
383 +  Error opening\r
384 +  /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:\r
385 +  Too many open files\r
386 +\r
387 +I'm curious if this is expected behavior (i.e., notmuch does not work\r
388 +with Maildir) or if something else is going on.\r
389 +\r
390 +Cheers,\r
391 +\r
392 +[ 4-line signature. Click/Enter to show. ]\r
393 +[ application/pgp-signature ]\r
394 +[ text/plain ]\r
395 +[ 4-line signature. Click/Enter to show. ]\r
396 +  Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
397 +  Subject: Re: [notmuch] Working with Maildir storage?\r
398 +  To: Mikhail Gusarov <dottedmag@dottedmag.net>\r
399 +  Cc: notmuch@notmuchmail.org\r
400 +  Date: Tue, 17 Nov 2009 15:33:01 -0500\r
401 +\r
402 +  [ multipart/mixed ]\r
403 +  [ multipart/signed ]\r
404 +  [ text/plain ]\r
405 +  > See the patch just posted here.\r
406 +\r
407 +  Is the list archived anywhere?  The obvious archives\r
408 +  (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
409 +  think I subscribed too late to get the patch (I only just saw the\r
410 +  discussion about it).\r
411 +\r
412 +  It doesn't look like the patch is in git yet.\r
413 +\r
414 +  -- Lars\r
415 +\r
416 +  [ 4-line signature. Click/Enter to show. ]\r
417 +  [ application/pgp-signature ]\r
418 +  [ text/plain ]\r
419 +  [ 4-line signature. Click/Enter to show. ]\r
420 +    Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)\r
421 +    Subject: Re: [notmuch] Working with Maildir storage?\r
422 +    To: Keith Packard <keithp@keithp.com>\r
423 +    Cc: notmuch@notmuchmail.org\r
424 +    Date: Tue, 17 Nov 2009 19:50:40 -0500\r
425 +\r
426 +    [ multipart/mixed ]\r
427 +    [ multipart/signed ]\r
428 +    [ text/plain ]\r
429 +    > I've also pushed a slightly more complicated (and complete) fix to my\r
430 +    > private notmuch repository\r
431 +\r
432 +    The version of lib/messages.cc in your repo doesn't build because it's\r
433 +    missing "#include <stdint.h>" (for the uint32_t on line 466).\r
434 +\r
435 +    [ 4-line signature. Click/Enter to show. ]\r
436 +    [ application/pgp-signature ]\r
437 +    [ text/plain ]\r
438 +    [ 4-line signature. Click/Enter to show. ]\r
439 diff --git a/test/emacs-show.expected-output/notmuch-show-indent-thread-content-off b/test/emacs-show.expected-output/notmuch-show-indent-thread-content-off\r
440 new file mode 100644\r
441 index 0000000..37b4f7d\r
442 --- /dev/null\r
443 +++ b/test/emacs-show.expected-output/notmuch-show-indent-thread-content-off\r
444 @@ -0,0 +1,79 @@\r
445 +Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
446 +Subject: [notmuch] Working with Maildir storage?\r
447 +To: notmuch@notmuchmail.org\r
448 +Date: Tue, 17 Nov 2009 14:00:54 -0500\r
449 +\r
450 +[ multipart/mixed ]\r
451 +[ multipart/signed ]\r
452 +[ text/plain ]\r
453 +I saw the LWN article and decided to take a look at notmuch.  I'm\r
454 +currently using mutt and mairix to index and read a collection of\r
455 +Maildir mail folders (around 40,000 messages total).\r
456 +\r
457 +notmuch indexed the messages without complaint, but my attempt at\r
458 +searching bombed out. Running, for example:\r
459 +\r
460 +  notmuch search storage\r
461 +\r
462 +Resulted in 4604 lines of errors along the lines of:\r
463 +\r
464 +  Error opening\r
465 +  /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:\r
466 +  Too many open files\r
467 +\r
468 +I'm curious if this is expected behavior (i.e., notmuch does not work\r
469 +with Maildir) or if something else is going on.\r
470 +\r
471 +Cheers,\r
472 +\r
473 +[ 4-line signature. Click/Enter to show. ]\r
474 +[ application/pgp-signature ]\r
475 +[ text/plain ]\r
476 +[ 4-line signature. Click/Enter to show. ]\r
477 + Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox signed unread)\r
478 +  Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
479 +Subject: Re: [notmuch] Working with Maildir storage?\r
480 +To: Mikhail Gusarov <dottedmag@dottedmag.net>\r
481 +Cc: notmuch@notmuchmail.org\r
482 +Date: Tue, 17 Nov 2009 15:33:01 -0500\r
483 +\r
484 +[ multipart/mixed ]\r
485 +[ multipart/signed ]\r
486 +[ text/plain ]\r
487 +> See the patch just posted here.\r
488 +\r
489 +Is the list archived anywhere?  The obvious archives\r
490 +(http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
491 +think I subscribed too late to get the patch (I only just saw the\r
492 +discussion about it).\r
493 +\r
494 +It doesn't look like the patch is in git yet.\r
495 +\r
496 +-- Lars\r
497 +\r
498 +[ 4-line signature. Click/Enter to show. ]\r
499 +[ application/pgp-signature ]\r
500 +[ text/plain ]\r
501 +[ 4-line signature. Click/Enter to show. ]\r
502 +   Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)\r
503 +   Keith Packard <keithp@keithp.com> (2009-11-17) (inbox unread)\r
504 +    Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)\r
505 +Subject: Re: [notmuch] Working with Maildir storage?\r
506 +To: Keith Packard <keithp@keithp.com>\r
507 +Cc: notmuch@notmuchmail.org\r
508 +Date: Tue, 17 Nov 2009 19:50:40 -0500\r
509 +\r
510 +[ multipart/mixed ]\r
511 +[ multipart/signed ]\r
512 +[ text/plain ]\r
513 +> I've also pushed a slightly more complicated (and complete) fix to my\r
514 +> private notmuch repository\r
515 +\r
516 +The version of lib/messages.cc in your repo doesn't build because it's\r
517 +missing "#include <stdint.h>" (for the uint32_t on line 466).\r
518 +\r
519 +[ 4-line signature. Click/Enter to show. ]\r
520 +[ application/pgp-signature ]\r
521 +[ text/plain ]\r
522 +[ 4-line signature. Click/Enter to show. ]\r
523 + Carl Worth <cworth@cworth.org> (2009-11-18) (inbox unread)\r
524 diff --git a/test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-off b/test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-off\r
525 new file mode 100644\r
526 index 0000000..3282c7b\r
527 --- /dev/null\r
528 +++ b/test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-off\r
529 @@ -0,0 +1,31 @@\r
530 +Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed unread)\r
531 +Subject: [notmuch] Working with Maildir storage?\r
532 + Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox signed unread)\r
533 +  Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
534 +  Subject: Re: [notmuch] Working with Maildir storage?\r
535 +  To: Mikhail Gusarov <dottedmag@dottedmag.net>\r
536 +  Cc: notmuch@notmuchmail.org\r
537 +  Date: Tue, 17 Nov 2009 15:33:01 -0500\r
538 +\r
539 +  [ multipart/mixed ]\r
540 +  [ multipart/signed ]\r
541 +  [ text/plain ]\r
542 +  > See the patch just posted here.\r
543 +\r
544 +  Is the list archived anywhere?  The obvious archives\r
545 +  (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
546 +  think I subscribed too late to get the patch (I only just saw the\r
547 +  discussion about it).\r
548 +\r
549 +  It doesn't look like the patch is in git yet.\r
550 +\r
551 +  -- Lars\r
552 +\r
553 +  [ 4-line signature. Click/Enter to show. ]\r
554 +  [ application/pgp-signature ]\r
555 +  [ text/plain ]\r
556 +  [ 4-line signature. Click/Enter to show. ]\r
557 +   Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)\r
558 +   Keith Packard <keithp@keithp.com> (2009-11-17) (inbox unread)\r
559 +    Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)\r
560 + Carl Worth <cworth@cworth.org> (2009-11-18) (inbox unread)\r
561 diff --git a/test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-on b/test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-on\r
562 new file mode 100644\r
563 index 0000000..eaa557a\r
564 --- /dev/null\r
565 +++ b/test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-on\r
566 @@ -0,0 +1,32 @@\r
567 +Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed unread)\r
568 +Subject: [notmuch] Working with Maildir storage?\r
569 + Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox signed unread)\r
570 +  Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
571 +  Subject: Re: [notmuch] Working with Maildir storage?\r
572 +  To: Mikhail Gusarov <dottedmag@dottedmag.net>\r
573 +  Cc: notmuch@notmuchmail.org\r
574 +  Date: Tue, 17 Nov 2009 15:33:01 -0500\r
575 +\r
576 +  [ multipart/mixed ]\r
577 +  [ multipart/signed ]\r
578 +  [ Unknown key ID 0xD74695063141ACD8 or unsupported algorithm ]\r
579 +  [ text/plain ]\r
580 +  > See the patch just posted here.\r
581 +\r
582 +  Is the list archived anywhere?  The obvious archives\r
583 +  (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
584 +  think I subscribed too late to get the patch (I only just saw the\r
585 +  discussion about it).\r
586 +\r
587 +  It doesn't look like the patch is in git yet.\r
588 +\r
589 +  -- Lars\r
590 +\r
591 +  [ 4-line signature. Click/Enter to show. ]\r
592 +  [ application/pgp-signature ]\r
593 +  [ text/plain ]\r
594 +  [ 4-line signature. Click/Enter to show. ]\r
595 +   Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)\r
596 +   Keith Packard <keithp@keithp.com> (2009-11-17) (inbox unread)\r
597 +    Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)\r
598 + Carl Worth <cworth@cworth.org> (2009-11-18) (inbox unread)\r
599 diff --git a/test/emacs.expected-output/notmuch-show-elide-non-matching-messages-off b/test/emacs.expected-output/notmuch-show-elide-non-matching-messages-off\r
600 deleted file mode 100644\r
601 index b31fe62..0000000\r
602 --- a/test/emacs.expected-output/notmuch-show-elide-non-matching-messages-off\r
603 +++ /dev/null\r
604 @@ -1,79 +0,0 @@\r
605 -Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
606 -Subject: [notmuch] Working with Maildir storage?\r
607 -To: notmuch@notmuchmail.org\r
608 -Date: Tue, 17 Nov 2009 14:00:54 -0500\r
609 -\r
610 -[ multipart/mixed ]\r
611 -[ multipart/signed ]\r
612 -[ text/plain ]\r
613 -I saw the LWN article and decided to take a look at notmuch.  I'm\r
614 -currently using mutt and mairix to index and read a collection of\r
615 -Maildir mail folders (around 40,000 messages total).\r
616 -\r
617 -notmuch indexed the messages without complaint, but my attempt at\r
618 -searching bombed out. Running, for example:\r
619 -\r
620 -  notmuch search storage\r
621 -\r
622 -Resulted in 4604 lines of errors along the lines of:\r
623 -\r
624 -  Error opening\r
625 -  /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:\r
626 -  Too many open files\r
627 -\r
628 -I'm curious if this is expected behavior (i.e., notmuch does not work\r
629 -with Maildir) or if something else is going on.\r
630 -\r
631 -Cheers,\r
632 -\r
633 -[ 4-line signature. Click/Enter to show. ]\r
634 -[ application/pgp-signature ]\r
635 -[ text/plain ]\r
636 -[ 4-line signature. Click/Enter to show. ]\r
637 - Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox signed unread)\r
638 -  Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
639 -  Subject: Re: [notmuch] Working with Maildir storage?\r
640 -  To: Mikhail Gusarov <dottedmag@dottedmag.net>\r
641 -  Cc: notmuch@notmuchmail.org\r
642 -  Date: Tue, 17 Nov 2009 15:33:01 -0500\r
643 -\r
644 -  [ multipart/mixed ]\r
645 -  [ multipart/signed ]\r
646 -  [ text/plain ]\r
647 -  > See the patch just posted here.\r
648 -\r
649 -  Is the list archived anywhere?  The obvious archives\r
650 -  (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
651 -  think I subscribed too late to get the patch (I only just saw the\r
652 -  discussion about it).\r
653 -\r
654 -  It doesn't look like the patch is in git yet.\r
655 -\r
656 -  -- Lars\r
657 -\r
658 -  [ 4-line signature. Click/Enter to show. ]\r
659 -  [ application/pgp-signature ]\r
660 -  [ text/plain ]\r
661 -  [ 4-line signature. Click/Enter to show. ]\r
662 -   Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)\r
663 -   Keith Packard <keithp@keithp.com> (2009-11-17) (inbox unread)\r
664 -    Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)\r
665 -    Subject: Re: [notmuch] Working with Maildir storage?\r
666 -    To: Keith Packard <keithp@keithp.com>\r
667 -    Cc: notmuch@notmuchmail.org\r
668 -    Date: Tue, 17 Nov 2009 19:50:40 -0500\r
669 -\r
670 -    [ multipart/mixed ]\r
671 -    [ multipart/signed ]\r
672 -    [ text/plain ]\r
673 -    > I've also pushed a slightly more complicated (and complete) fix to my\r
674 -    > private notmuch repository\r
675 -\r
676 -    The version of lib/messages.cc in your repo doesn't build because it's\r
677 -    missing "#include <stdint.h>" (for the uint32_t on line 466).\r
678 -\r
679 -    [ 4-line signature. Click/Enter to show. ]\r
680 -    [ application/pgp-signature ]\r
681 -    [ text/plain ]\r
682 -    [ 4-line signature. Click/Enter to show. ]\r
683 - Carl Worth <cworth@cworth.org> (2009-11-18) (inbox unread)\r
684 diff --git a/test/emacs.expected-output/notmuch-show-elide-non-matching-messages-on b/test/emacs.expected-output/notmuch-show-elide-non-matching-messages-on\r
685 deleted file mode 100644\r
686 index bafb479..0000000\r
687 --- a/test/emacs.expected-output/notmuch-show-elide-non-matching-messages-on\r
688 +++ /dev/null\r
689 @@ -1,75 +0,0 @@\r
690 -Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
691 -Subject: [notmuch] Working with Maildir storage?\r
692 -To: notmuch@notmuchmail.org\r
693 -Date: Tue, 17 Nov 2009 14:00:54 -0500\r
694 -\r
695 -[ multipart/mixed ]\r
696 -[ multipart/signed ]\r
697 -[ text/plain ]\r
698 -I saw the LWN article and decided to take a look at notmuch.  I'm\r
699 -currently using mutt and mairix to index and read a collection of\r
700 -Maildir mail folders (around 40,000 messages total).\r
701 -\r
702 -notmuch indexed the messages without complaint, but my attempt at\r
703 -searching bombed out. Running, for example:\r
704 -\r
705 -  notmuch search storage\r
706 -\r
707 -Resulted in 4604 lines of errors along the lines of:\r
708 -\r
709 -  Error opening\r
710 -  /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:\r
711 -  Too many open files\r
712 -\r
713 -I'm curious if this is expected behavior (i.e., notmuch does not work\r
714 -with Maildir) or if something else is going on.\r
715 -\r
716 -Cheers,\r
717 -\r
718 -[ 4-line signature. Click/Enter to show. ]\r
719 -[ application/pgp-signature ]\r
720 -[ text/plain ]\r
721 -[ 4-line signature. Click/Enter to show. ]\r
722 -  Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
723 -  Subject: Re: [notmuch] Working with Maildir storage?\r
724 -  To: Mikhail Gusarov <dottedmag@dottedmag.net>\r
725 -  Cc: notmuch@notmuchmail.org\r
726 -  Date: Tue, 17 Nov 2009 15:33:01 -0500\r
727 -\r
728 -  [ multipart/mixed ]\r
729 -  [ multipart/signed ]\r
730 -  [ text/plain ]\r
731 -  > See the patch just posted here.\r
732 -\r
733 -  Is the list archived anywhere?  The obvious archives\r
734 -  (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
735 -  think I subscribed too late to get the patch (I only just saw the\r
736 -  discussion about it).\r
737 -\r
738 -  It doesn't look like the patch is in git yet.\r
739 -\r
740 -  -- Lars\r
741 -\r
742 -  [ 4-line signature. Click/Enter to show. ]\r
743 -  [ application/pgp-signature ]\r
744 -  [ text/plain ]\r
745 -  [ 4-line signature. Click/Enter to show. ]\r
746 -    Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)\r
747 -    Subject: Re: [notmuch] Working with Maildir storage?\r
748 -    To: Keith Packard <keithp@keithp.com>\r
749 -    Cc: notmuch@notmuchmail.org\r
750 -    Date: Tue, 17 Nov 2009 19:50:40 -0500\r
751 -\r
752 -    [ multipart/mixed ]\r
753 -    [ multipart/signed ]\r
754 -    [ text/plain ]\r
755 -    > I've also pushed a slightly more complicated (and complete) fix to my\r
756 -    > private notmuch repository\r
757 -\r
758 -    The version of lib/messages.cc in your repo doesn't build because it's\r
759 -    missing "#include <stdint.h>" (for the uint32_t on line 466).\r
760 -\r
761 -    [ 4-line signature. Click/Enter to show. ]\r
762 -    [ application/pgp-signature ]\r
763 -    [ text/plain ]\r
764 -    [ 4-line signature. Click/Enter to show. ]\r
765 diff --git a/test/emacs.expected-output/notmuch-show-indent-thread-content-off b/test/emacs.expected-output/notmuch-show-indent-thread-content-off\r
766 deleted file mode 100644\r
767 index 37b4f7d..0000000\r
768 --- a/test/emacs.expected-output/notmuch-show-indent-thread-content-off\r
769 +++ /dev/null\r
770 @@ -1,79 +0,0 @@\r
771 -Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
772 -Subject: [notmuch] Working with Maildir storage?\r
773 -To: notmuch@notmuchmail.org\r
774 -Date: Tue, 17 Nov 2009 14:00:54 -0500\r
775 -\r
776 -[ multipart/mixed ]\r
777 -[ multipart/signed ]\r
778 -[ text/plain ]\r
779 -I saw the LWN article and decided to take a look at notmuch.  I'm\r
780 -currently using mutt and mairix to index and read a collection of\r
781 -Maildir mail folders (around 40,000 messages total).\r
782 -\r
783 -notmuch indexed the messages without complaint, but my attempt at\r
784 -searching bombed out. Running, for example:\r
785 -\r
786 -  notmuch search storage\r
787 -\r
788 -Resulted in 4604 lines of errors along the lines of:\r
789 -\r
790 -  Error opening\r
791 -  /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=3026:2,S:\r
792 -  Too many open files\r
793 -\r
794 -I'm curious if this is expected behavior (i.e., notmuch does not work\r
795 -with Maildir) or if something else is going on.\r
796 -\r
797 -Cheers,\r
798 -\r
799 -[ 4-line signature. Click/Enter to show. ]\r
800 -[ application/pgp-signature ]\r
801 -[ text/plain ]\r
802 -[ 4-line signature. Click/Enter to show. ]\r
803 - Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox signed unread)\r
804 -  Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
805 -Subject: Re: [notmuch] Working with Maildir storage?\r
806 -To: Mikhail Gusarov <dottedmag@dottedmag.net>\r
807 -Cc: notmuch@notmuchmail.org\r
808 -Date: Tue, 17 Nov 2009 15:33:01 -0500\r
809 -\r
810 -[ multipart/mixed ]\r
811 -[ multipart/signed ]\r
812 -[ text/plain ]\r
813 -> See the patch just posted here.\r
814 -\r
815 -Is the list archived anywhere?  The obvious archives\r
816 -(http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
817 -think I subscribed too late to get the patch (I only just saw the\r
818 -discussion about it).\r
819 -\r
820 -It doesn't look like the patch is in git yet.\r
821 -\r
822 --- Lars\r
823 -\r
824 -[ 4-line signature. Click/Enter to show. ]\r
825 -[ application/pgp-signature ]\r
826 -[ text/plain ]\r
827 -[ 4-line signature. Click/Enter to show. ]\r
828 -   Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)\r
829 -   Keith Packard <keithp@keithp.com> (2009-11-17) (inbox unread)\r
830 -    Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)\r
831 -Subject: Re: [notmuch] Working with Maildir storage?\r
832 -To: Keith Packard <keithp@keithp.com>\r
833 -Cc: notmuch@notmuchmail.org\r
834 -Date: Tue, 17 Nov 2009 19:50:40 -0500\r
835 -\r
836 -[ multipart/mixed ]\r
837 -[ multipart/signed ]\r
838 -[ text/plain ]\r
839 -> I've also pushed a slightly more complicated (and complete) fix to my\r
840 -> private notmuch repository\r
841 -\r
842 -The version of lib/messages.cc in your repo doesn't build because it's\r
843 -missing "#include <stdint.h>" (for the uint32_t on line 466).\r
844 -\r
845 -[ 4-line signature. Click/Enter to show. ]\r
846 -[ application/pgp-signature ]\r
847 -[ text/plain ]\r
848 -[ 4-line signature. Click/Enter to show. ]\r
849 - Carl Worth <cworth@cworth.org> (2009-11-18) (inbox unread)\r
850 diff --git a/test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-off b/test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-off\r
851 deleted file mode 100644\r
852 index 076083a..0000000\r
853 --- a/test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-off\r
854 +++ /dev/null\r
855 @@ -1,31 +0,0 @@\r
856 -Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
857 -Subject: [notmuch] Working with Maildir storage?\r
858 - Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox signed unread)\r
859 -  Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
860 -  Subject: Re: [notmuch] Working with Maildir storage?\r
861 -  To: Mikhail Gusarov <dottedmag@dottedmag.net>\r
862 -  Cc: notmuch@notmuchmail.org\r
863 -  Date: Tue, 17 Nov 2009 15:33:01 -0500\r
864 -\r
865 -  [ multipart/mixed ]\r
866 -  [ multipart/signed ]\r
867 -  [ text/plain ]\r
868 -  > See the patch just posted here.\r
869 -\r
870 -  Is the list archived anywhere?  The obvious archives\r
871 -  (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
872 -  think I subscribed too late to get the patch (I only just saw the\r
873 -  discussion about it).\r
874 -\r
875 -  It doesn't look like the patch is in git yet.\r
876 -\r
877 -  -- Lars\r
878 -\r
879 -  [ 4-line signature. Click/Enter to show. ]\r
880 -  [ application/pgp-signature ]\r
881 -  [ text/plain ]\r
882 -  [ 4-line signature. Click/Enter to show. ]\r
883 -   Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)\r
884 -   Keith Packard <keithp@keithp.com> (2009-11-17) (inbox unread)\r
885 -    Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)\r
886 - Carl Worth <cworth@cworth.org> (2009-11-18) (inbox unread)\r
887 diff --git a/test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-on b/test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-on\r
888 deleted file mode 100644\r
889 index 588f38f..0000000\r
890 --- a/test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-on\r
891 +++ /dev/null\r
892 @@ -1,32 +0,0 @@\r
893 -Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
894 -Subject: [notmuch] Working with Maildir storage?\r
895 - Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox signed unread)\r
896 -  Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
897 -  Subject: Re: [notmuch] Working with Maildir storage?\r
898 -  To: Mikhail Gusarov <dottedmag@dottedmag.net>\r
899 -  Cc: notmuch@notmuchmail.org\r
900 -  Date: Tue, 17 Nov 2009 15:33:01 -0500\r
901 -\r
902 -  [ multipart/mixed ]\r
903 -  [ multipart/signed ]\r
904 -  [ Unknown key ID 0xD74695063141ACD8 or unsupported algorithm ]\r
905 -  [ text/plain ]\r
906 -  > See the patch just posted here.\r
907 -\r
908 -  Is the list archived anywhere?  The obvious archives\r
909 -  (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
910 -  think I subscribed too late to get the patch (I only just saw the\r
911 -  discussion about it).\r
912 -\r
913 -  It doesn't look like the patch is in git yet.\r
914 -\r
915 -  -- Lars\r
916 -\r
917 -  [ 4-line signature. Click/Enter to show. ]\r
918 -  [ application/pgp-signature ]\r
919 -  [ text/plain ]\r
920 -  [ 4-line signature. Click/Enter to show. ]\r
921 -   Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)\r
922 -   Keith Packard <keithp@keithp.com> (2009-11-17) (inbox unread)\r
923 -    Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed unread)\r
924 - Carl Worth <cworth@cworth.org> (2009-11-18) (inbox unread)\r
925 -- \r
926 1.7.9.5\r
927 \r