3 test_description="emacs interface"
6 EXPECTED=$TEST_DIRECTORY/emacs.expected-output
10 test_begin_subtest "Basic notmuch-hello view in emacs"
11 test_emacs '(notmuch-hello)
13 test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello
15 test_begin_subtest "Saved search with 0 results"
16 test_emacs '(let ((notmuch-show-empty-saved-searches t)
17 (notmuch-saved-searches
18 '\''(("inbox" . "tag:inbox")
19 ("unread" . "tag:unread")
20 ("empty" . "tag:doesnotexist"))))
23 test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-with-empty
25 test_begin_subtest "No saved searches displayed (all with 0 results)"
26 test_emacs '(let ((notmuch-saved-searches
27 '\''(("empty" . "tag:doesnotexist"))))
30 test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-no-saved-searches
32 test_begin_subtest "Basic notmuch-search view in emacs"
33 test_emacs '(notmuch-search "tag:inbox")
36 test_expect_equal_file OUTPUT $EXPECTED/notmuch-search-tag-inbox
38 test_begin_subtest "Navigation of notmuch-hello to search results"
39 test_emacs '(notmuch-hello)
40 (goto-char (point-min))
41 (re-search-forward "inbox")
42 (widget-button-press (point))
45 test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-view-inbox
47 test_begin_subtest "Basic notmuch-show view in emacs"
48 maildir_storage_thread=$(notmuch search --output=threads id:20091117190054.GU3165@dottiness.seas.harvard.edu)
49 test_emacs "(notmuch-show \"$maildir_storage_thread\")
51 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage
53 test_begin_subtest "Basic notmuch-show view in emacs default indentation"
54 maildir_storage_thread=$(notmuch search --output=threads id:20091117190054.GU3165@dottiness.seas.harvard.edu)
55 test_emacs "(let ((notmuch-show-indent-messages-width 1))
56 (notmuch-show \"$maildir_storage_thread\")
58 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage
60 test_begin_subtest "Basic notmuch-show view in emacs without indentation"
61 maildir_storage_thread=$(notmuch search --output=threads id:20091117190054.GU3165@dottiness.seas.harvard.edu)
62 test_emacs "(let ((notmuch-show-indent-messages-width 0))
63 (notmuch-show \"$maildir_storage_thread\")
65 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage-without-indentation
67 test_begin_subtest "Basic notmuch-show view in emacs with fourfold indentation"
68 maildir_storage_thread=$(notmuch search --output=threads id:20091117190054.GU3165@dottiness.seas.harvard.edu)
69 test_emacs "(let ((notmuch-show-indent-messages-width 4))
70 (notmuch-show \"$maildir_storage_thread\")
72 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage-with-fourfold-indentation
74 test_begin_subtest "notmuch-show for message with invalid From"
75 add_message "[subject]=\"message-with-invalid-from\"" \
76 "[from]=\"\\\"Invalid \\\" From\\\" <test_suite@notmuchmail.org>\""
77 thread=$(notmuch search --output=threads subject:message-with-invalid-from)
78 test_emacs "(notmuch-show \"$thread\")
81 "Invalid " (2001-01-05) (inbox)
82 Subject: message-with-invalid-from
83 To: Notmuch Test Suite <test_suite@notmuchmail.org>
84 Date: Fri, 05 Jan 2001 15:43:57 +0000
86 This is just a test message (#1)
88 test_expect_equal_file OUTPUT EXPECTED
90 test_begin_subtest "Navigation of notmuch-search to thread view"
91 test_emacs '(notmuch-search "tag:inbox")
93 (goto-char (point-min))
94 (re-search-forward "Working with Maildir")
95 (notmuch-search-show-thread)
98 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage
100 test_begin_subtest "Add tag from search view"
101 os_x_darwin_thread=$(notmuch search --output=threads id:ddd65cda0911171950o4eea4389v86de9525e46052d3@mail.gmail.com)
102 test_emacs "(notmuch-search \"$os_x_darwin_thread\")
104 (execute-kbd-macro \"+tag-from-search-view\")"
105 output=$(notmuch search $os_x_darwin_thread | notmuch_search_sanitize)
106 test_expect_equal "$output" "thread:XXX 2009-11-18 [4/4] Jjgod Jiang, Alexander Botero-Lowry; [notmuch] Mac OS X/Darwin compatibility issues (inbox tag-from-search-view unread)"
108 test_begin_subtest "Remove tag from search view"
109 test_emacs "(notmuch-search \"$os_x_darwin_thread\")
111 (execute-kbd-macro \"-tag-from-search-view\")"
112 output=$(notmuch search $os_x_darwin_thread | notmuch_search_sanitize)
113 test_expect_equal "$output" "thread:XXX 2009-11-18 [4/4] Jjgod Jiang, Alexander Botero-Lowry; [notmuch] Mac OS X/Darwin compatibility issues (inbox unread)"
115 test_begin_subtest "Add tag from notmuch-show view"
116 test_emacs "(notmuch-show \"$os_x_darwin_thread\")
117 (execute-kbd-macro \"+tag-from-show-view\")"
118 output=$(notmuch search $os_x_darwin_thread | notmuch_search_sanitize)
119 test_expect_equal "$output" "thread:XXX 2009-11-18 [4/4] Jjgod Jiang, Alexander Botero-Lowry; [notmuch] Mac OS X/Darwin compatibility issues (inbox tag-from-show-view unread)"
121 test_begin_subtest "Remove tag from notmuch-show view"
122 test_emacs "(notmuch-show \"$os_x_darwin_thread\")
123 (execute-kbd-macro \"-tag-from-show-view\")"
124 output=$(notmuch search $os_x_darwin_thread | notmuch_search_sanitize)
125 test_expect_equal "$output" "thread:XXX 2009-11-18 [4/4] Jjgod Jiang, Alexander Botero-Lowry; [notmuch] Mac OS X/Darwin compatibility issues (inbox unread)"
127 test_begin_subtest "Message with .. in Message-Id:"
128 add_message [id]=123..456@example '[subject]="Message with .. in Message-Id"'
129 test_emacs '(notmuch-search "id:\"123..456@example\"")
131 (execute-kbd-macro "+search-add")
132 (execute-kbd-macro "+search-remove")
133 (execute-kbd-macro "-search-remove")
134 (notmuch-show "id:\"123..456@example\"")
136 (execute-kbd-macro "+show-add")
137 (execute-kbd-macro "+show-remove")
138 (execute-kbd-macro "-show-remove")'
139 output=$(notmuch search 'id:"123..456@example"' | notmuch_search_sanitize)
140 test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; Message with .. in Message-Id (inbox search-add show-add)"
142 test_begin_subtest "Message with quote in Message-Id:"
143 add_message '[id]="\"quote\"@example"' '[subject]="Message with quote in Message-Id"'
144 test_emacs '(notmuch-search "subject:\"Message with quote\"")
146 (execute-kbd-macro "+search-add")
147 (notmuch-search-show-thread)
149 (execute-kbd-macro "+show-add")'
150 output=$(notmuch search 'id:"""quote""@example"' | notmuch_search_sanitize)
151 test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; Message with quote in Message-Id (inbox search-add show-add)"
153 test_begin_subtest "Sending a message via (fake) SMTP"
154 emacs_deliver_message \
155 'Testing message sent via SMTP' \
156 'This is a test that messages are sent via SMTP' \
159 (insert "To: user@example.com\n")'
161 -e s',^User-Agent: Notmuch/.* Emacs/.*,User-Agent: Notmuch/XXX Emacs/XXX,' \
162 -e s',^Message-ID: <.*>$,Message-ID: <XXX>,' < sent_message >OUTPUT
164 From: Notmuch Test Suite <test_suite@notmuchmail.org>
166 Subject: Testing message sent via SMTP
167 Date: 01 Jan 2000 12:00:00 -0000
168 User-Agent: Notmuch/XXX Emacs/XXX
171 Content-Type: text/plain; charset=us-ascii
173 This is a test that messages are sent via SMTP
175 test_expect_equal_file OUTPUT EXPECTED
177 test_begin_subtest "Verify that sent messages are saved/searchable (via FCC)"
178 notmuch new > /dev/null
179 output=$(notmuch search 'subject:"testing message sent via SMTP"' | notmuch_search_sanitize)
180 test_expect_equal "$output" "thread:XXX 2000-01-01 [1/1] Notmuch Test Suite; Testing message sent via SMTP (inbox)"
182 test_begin_subtest "notmuch-fcc-dirs set to nil"
183 test_emacs "(let ((notmuch-fcc-dirs nil))
187 From: Notmuch Test Suite <test_suite@notmuchmail.org>
190 --text follows this line--
192 test_expect_equal_file OUTPUT EXPECTED
194 # Make another FCC maildir specific for the next test
195 mkdir -p mail/sent-string/cur
196 mkdir -p mail/sent-string/new
197 mkdir -p mail/sent-string/tmp
199 test_begin_subtest "notmuch-fcc-dirs set to a string"
200 test_emacs "(let ((notmuch-fcc-dirs \"sent-string\"))
204 From: Notmuch Test Suite <test_suite@notmuchmail.org>
207 Fcc: ${MAIL_DIR}/sent-string
208 --text follows this line--
210 test_expect_equal_file OUTPUT EXPECTED
212 # Make more FCC maildirs specific for the next test
213 mkdir -p mail/sent-list-match/cur
214 mkdir -p mail/sent-list-match/new
215 mkdir -p mail/sent-list-match/tmp
216 mkdir -p mail/failure/cur
217 mkdir -p mail/failure/new
218 mkdir -p mail/failure/tmp
220 test_begin_subtest "notmuch-fcc-dirs set to a list (with match)"
221 test_emacs "(let ((notmuch-fcc-dirs
222 '((\"notmuchmail.org\" . \"sent-list-match\")
223 (\".*\" . \"failure\"))))
227 From: Notmuch Test Suite <test_suite@notmuchmail.org>
230 Fcc: ${MAIL_DIR}/sent-list-match
231 --text follows this line--
233 test_expect_equal_file OUTPUT EXPECTED
235 # Make another FCC maildir specific for the next test
236 mkdir -p mail/sent-list-catch-all/cur
237 mkdir -p mail/sent-list-catch-all/new
238 mkdir -p mail/sent-list-catch-all/tmp
240 test_begin_subtest "notmuch-fcc-dirs set to a list (catch-all)"
241 test_emacs "(let ((notmuch-fcc-dirs
242 '((\"example.com\" . \"failure\")
243 (\".*\" . \"sent-list-catch-all\"))))
247 From: Notmuch Test Suite <test_suite@notmuchmail.org>
250 Fcc: ${MAIL_DIR}/sent-list-catch-all
251 --text follows this line--
253 test_expect_equal_file OUTPUT EXPECTED
255 test_begin_subtest "notmuch-fcc-dirs set to a list (no match)"
256 test_emacs "(let ((notmuch-fcc-dirs
257 '((\"example.com\" . \"failure\")
258 (\"nomatchhere.net\" . \"failure\"))))
262 From: Notmuch Test Suite <test_suite@notmuchmail.org>
265 --text follows this line--
267 test_expect_equal_file OUTPUT EXPECTED
269 test_begin_subtest "Reply within emacs"
270 test_emacs '(let ((message-hidden-headers ''()))
271 (notmuch-search "subject:\"testing message sent via SMTP\"")
273 (notmuch-search-reply-to-thread)
275 sed -i -e 's/^In-Reply-To: <.*>$/In-Reply-To: <XXX>/' OUTPUT
276 sed -i -e 's/^References: <.*>$/References: <XXX>/' OUTPUT
277 sed -i -e 's,^User-Agent: Notmuch/.* Emacs/.*,User-Agent: Notmuch/XXX Emacs/XXX,' OUTPUT
279 From: Notmuch Test Suite <test_suite@notmuchmail.org>
281 Subject: Re: Testing message sent via SMTP
283 Fcc: ${MAIL_DIR}/sent
285 User-Agent: Notmuch/XXX Emacs/XXX
286 --text follows this line--
287 Notmuch Test Suite <test_suite@notmuchmail.org> writes:
289 > This is a test that messages are sent via SMTP
291 test_expect_equal_file OUTPUT EXPECTED
293 test_begin_subtest "Reply from alternate address within emacs"
294 add_message '[from]="Sender <sender@example.com>"' \
295 [to]=test_suite_other@notmuchmail.org
297 test_emacs "(let ((message-hidden-headers '()))
298 (notmuch-search \"id:\\\"${gen_msg_id}\\\"\")
300 (notmuch-search-reply-to-thread)
302 sed -i -e 's,^User-Agent: Notmuch/.* Emacs/.*,User-Agent: Notmuch/XXX Emacs/XXX,' OUTPUT
304 From: Notmuch Test Suite <test_suite_other@notmuchmail.org>
305 To: Sender <sender@example.com>
306 Subject: Re: ${test_subtest_name}
307 In-Reply-To: <${gen_msg_id}>
308 Fcc: ${MAIL_DIR}/sent
309 References: <${gen_msg_id}>
310 User-Agent: Notmuch/XXX Emacs/XXX
311 --text follows this line--
312 Sender <sender@example.com> writes:
314 > This is just a test message (#${gen_msg_cnt})
316 test_expect_equal_file OUTPUT EXPECTED
318 test_begin_subtest "Reply from address in named group list within emacs"
319 add_message '[from]="Sender <sender@example.com>"' \
320 '[to]=group:test_suite@notmuchmail.org,someone@example.com\;' \
321 [cc]=test_suite_other@notmuchmail.org
323 test_emacs "(let ((message-hidden-headers '()))
324 (notmuch-search \"id:\\\"${gen_msg_id}\\\"\")
326 (notmuch-search-reply-to-thread)
328 sed -i -e 's,^User-Agent: Notmuch/.* Emacs/.*,User-Agent: Notmuch/XXX Emacs/XXX,' OUTPUT
330 From: Notmuch Test Suite <test_suite@notmuchmail.org>
331 To: Sender <sender@example.com>, someone@example.com
332 Subject: Re: ${test_subtest_name}
333 In-Reply-To: <${gen_msg_id}>
334 Fcc: ${MAIL_DIR}/sent
335 References: <${gen_msg_id}>
336 User-Agent: Notmuch/XXX Emacs/XXX
337 --text follows this line--
338 Sender <sender@example.com> writes:
340 > This is just a test message (#${gen_msg_cnt})
342 test_expect_equal_file OUTPUT EXPECTED
344 test_begin_subtest "Reply within emacs to a multipart/mixed message"
345 test_emacs '(let ((message-hidden-headers ''()))
346 (notmuch-show "id:20091118002059.067214ed@hikari")
349 sed -i -e 's,^User-Agent: Notmuch/.* Emacs/.*,User-Agent: Notmuch/XXX Emacs/XXX,' OUTPUT
351 From: Notmuch Test Suite <test_suite@notmuchmail.org>
352 To: Adrian Perez de Castro <aperez@igalia.com>, notmuch@notmuchmail.org
353 Subject: Re: [notmuch] Introducing myself
354 In-Reply-To: <20091118002059.067214ed@hikari>
355 Fcc: ${MAIL_DIR}/sent
356 References: <20091118002059.067214ed@hikari>
357 User-Agent: Notmuch/XXX Emacs/XXX
358 --text follows this line--
359 Adrian Perez de Castro <aperez@igalia.com> writes:
363 > I have just heard about Not Much today in some random Linux-related news
364 > site (LWN?), my name is Adrian Perez and I work as systems administrator
365 > (although I can do some code as well :P). I have always thought that the
366 > ideas behind Sup were great, but after some time using it, I got tired of
367 > the oddities that it has. I also do not like doing things like having to
368 > install Ruby just for reading and sorting mails. Some time ago I thought
369 > about doing something like Not Much and in fact I played a bit with the
370 > Python+Xapian and the Python+Whoosh combinations, because I find relaxing
371 > to code things in Python when I am not working and also it is installed
372 > by default on most distribution. I got to have some mailboxes indexed and
373 > basic searching working a couple of months ago. Lately I have been very
374 > busy and had no time for coding, and them... boom! Not Much appears -- and
375 > it is almost exactly what I was trying to do, but faster. I have been
376 > playing a bit with Not Much today, and I think it has potential.
378 > Also, I would like to share one idea I had in mind, that you might find
379 > interesting: One thing I have found very annoying is having to re-tag my
380 > mail when the indexes get b0rked (it happened a couple of times to me while
381 > using Sup), so I was planning to mails as read/unread and adding the tags
382 > not just to the index, but to the mail text itself, e.g. by adding a
383 > "X-Tags" header field or by reusing the "Keywords" one. This way, the index
384 > could be totally recreated by re-reading the mail directories, and this
385 > would also allow to a tools like OfflineIMAP [1] to get the mails into a
386 > local maildir, tagging and indexing the mails with the e-mail reader and
387 > then syncing back the messages with the "X-Tags" header to the IMAP server.
388 > This would allow to use the mail reader from a different computer and still
389 > have everything tagged finely.
395 > [1] http://software.complete.org/software/projects/show/offlineimap
398 > Adrian Perez de Castro <aperez@igalia.com>
399 > Igalia - Free Software Engineering
400 > _______________________________________________
401 > notmuch mailing list
402 > notmuch@notmuchmail.org
403 > http://notmuchmail.org/mailman/listinfo/notmuch
405 test_expect_equal_file OUTPUT EXPECTED
407 test_begin_subtest "Reply within emacs to a multipart/alternative message"
408 test_emacs '(let ((message-hidden-headers ''()))
409 (notmuch-show "id:cf0c4d610911171136h1713aa59w9cf9aa31f052ad0a@mail.gmail.com")
412 sed -i -e 's,^User-Agent: Notmuch/.* Emacs/.*,User-Agent: Notmuch/XXX Emacs/XXX,' OUTPUT
414 From: Notmuch Test Suite <test_suite@notmuchmail.org>
415 To: Alex Botero-Lowry <alex.boterolowry@gmail.com>, notmuch@notmuchmail.org
416 Subject: Re: [notmuch] preliminary FreeBSD support
417 In-Reply-To: <cf0c4d610911171136h1713aa59w9cf9aa31f052ad0a@mail.gmail.com>
418 Fcc: ${MAIL_DIR}/sent
419 References: <cf0c4d610911171136h1713aa59w9cf9aa31f052ad0a@mail.gmail.com>
420 User-Agent: Notmuch/XXX Emacs/XXX
421 --text follows this line--
422 Alex Botero-Lowry <alex.boterolowry@gmail.com> writes:
424 > I saw the announcement this morning, and was very excited, as I had been
425 > hoping sup would be turned into a library,
426 > since I like the concept more than the UI (I'd rather an emacs interface).
428 > I did a preliminary compile which worked out fine, but
429 > sysconf(_SC_SC_GETPW_R_SIZE_MAX) returns -1 on
430 > FreeBSD, so notmuch_config_open segfaulted.
432 > Attached is a patch that supplies a default buffer size of 64 in cases where
435 > http://www.opengroup.org/austin/docs/austin_328.txt - seems to indicate this
436 > is acceptable behavior,
437 > and http://mail-index.netbsd.org/pkgsrc-bugs/2006/06/07/msg016808.htmlspecifically
440 > _______________________________________________
441 > notmuch mailing list
442 > notmuch@notmuchmail.org
443 > http://notmuchmail.org/mailman/listinfo/notmuch
445 test_expect_equal_file OUTPUT EXPECTED
447 test_begin_subtest "Quote MML tags in reply"
448 message_id='test-emacs-mml-quoting@message.id'
449 add_message [id]="$message_id" \
450 "[subject]='$test_subtest_name'" \
451 '[body]="<#part disposition=inline>"'
452 test_emacs "(let ((message-hidden-headers '()))
453 (notmuch-show \"id:$message_id\")
456 sed -i -e 's,^User-Agent: Notmuch/.* Emacs/.*,User-Agent: Notmuch/XXX Emacs/XXX,' OUTPUT
458 From: Notmuch Test Suite <test_suite@notmuchmail.org>
460 Subject: Re: Quote MML tags in reply
461 In-Reply-To: <test-emacs-mml-quoting@message.id>
462 Fcc: ${MAIL_DIR}/sent
463 References: <test-emacs-mml-quoting@message.id>
464 User-Agent: Notmuch/XXX Emacs/XXX
465 --text follows this line--
466 Notmuch Test Suite <test_suite@notmuchmail.org> writes:
468 > <#!part disposition=inline>
470 test_expect_equal_file OUTPUT EXPECTED
472 test_begin_subtest "Save attachment from within emacs using notmuch-show-save-attachments"
473 # save as archive to test that Emacs does not re-compress .gz
474 test_emacs '(let ((standard-input "\"attachment1.gz\""))
475 (notmuch-show "id:cf0c4d610911171136h1713aa59w9cf9aa31f052ad0a@mail.gmail.com")
476 (notmuch-show-save-attachments))'
477 test_expect_equal_file attachment1.gz "$EXPECTED/attachment"
479 test_begin_subtest "Save attachment from within emacs using notmuch-show-save-part"
480 # save as archive to test that Emacs does not re-compress .gz
481 test_emacs '(let ((standard-input "\"attachment2.gz\""))
482 (notmuch-show-save-part "id:cf0c4d610911171136h1713aa59w9cf9aa31f052ad0a@mail.gmail.com" 5))'
483 test_expect_equal_file attachment2.gz "$EXPECTED/attachment"
485 test_begin_subtest "View raw message within emacs"
486 test_emacs '(notmuch-show "id:cf0c4d610911171136h1713aa59w9cf9aa31f052ad0a@mail.gmail.com")
487 (notmuch-show-view-raw-message)
489 test_expect_equal_file OUTPUT $EXPECTED/raw-message-cf0c4d-52ad0a
491 test_begin_subtest "Hiding/showing signature in notmuch-show view"
492 maildir_storage_thread=$(notmuch search --output=threads id:20091117190054.GU3165@dottiness.seas.harvard.edu)
493 test_emacs "(notmuch-show \"$maildir_storage_thread\")
494 (search-forward \"Click/Enter to show.\")
495 (button-activate (button-at (point)))
496 (search-backward \"Click/Enter to hide.\")
497 (button-activate (button-at (point)))
499 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage
501 test_begin_subtest "Detection and hiding of top-post quoting of message"
502 add_message '[subject]="The problem with top-posting"' \
503 [id]=top-post-target \
504 '[body]="A: Because it messes up the order in which people normally read text.
505 Q: Why is top-posting such a bad thing?
507 Q: What is the most annoying thing in e-mail?"'
508 add_message '[from]="Top Poster <top@poster.com>"' \
509 [in-reply-to]=top-post-target \
510 [references]=top-post-target \
511 '[subject]="Re: The problem with top-posting"' \
512 '[body]="Thanks for the advice! I will be sure to put it to good use.
516 ----- Original Message -----
517 From: Notmuch Test Suite <test_suite@notmuchmail.org>
518 To: Notmuch Test Suite <test_suite@notmuchmai.org>
519 Sent: Fri, 05 Jan 2001 15:43:57 +0000
520 Subject: The problem with top-posting
522 Q: Why is top-posting such a bad thing?
524 Q: What is the most annoying thing in e-mail?"'
525 test_emacs "(notmuch-show \"top-posting\")
526 (test-visible-output)"
527 echo "Notmuch Test Suite <test_suite@notmuchmail.org> (2001-01-05) (inbox)
528 Subject: The problem with top-posting
529 To: Notmuch Test Suite <test_suite@notmuchmail.org>
530 Date: Fri, 05 Jan 2001 15:43:57 +0000
532 A: Because it messes up the order in which people normally read text.
533 Q: Why is top-posting such a bad thing?
535 Q: What is the most annoying thing in e-mail?
536 Top Poster <top@poster.com> (2001-01-05) (inbox unread)
537 Subject: Re: The problem with top-posting
538 To: Notmuch Test Suite <test_suite@notmuchmail.org>
539 Date: Fri, 05 Jan 2001 15:43:57 +0000
541 Thanks for the advice! I will be sure to put it to good use.
545 [ 9-line hidden original message. Click/Enter to show. ]" > EXPECTED
546 test_expect_equal_file OUTPUT EXPECTED
548 test_begin_subtest "Hiding message in notmuch-show view"
549 test_emacs '(notmuch-show "id:f35dbb950911171438k5df6eb56k77b6c0944e2e79ae@mail.gmail.com")
550 (notmuch-show-toggle-message)
551 (test-visible-output)'
552 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-with-hidden-messages
554 test_begin_subtest "Hiding message with visible citation in notmuch-show view"
555 test_emacs '(notmuch-show "id:f35dbb950911171438k5df6eb56k77b6c0944e2e79ae@mail.gmail.com")
556 (search-forward "Click/Enter to show.")
557 (button-activate (button-at (point)))
558 (notmuch-show-toggle-message)
559 (test-visible-output)'
560 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-with-hidden-messages
562 test_begin_subtest "Stashing in notmuch-show"
563 add_message '[date]="Sat, 01 Jan 2000 12:00:00 -0000"' \
564 '[from]="Some One <someone@somewhere.org>"' \
565 '[to]="Some One Else <notsomeone@somewhere.org>"' \
566 '[cc]="Notmuch <notmuch@notmuchmail.org>"' \
567 '[subject]="Stash my stashables"' \
569 '[body]="Unable to stash body. Where did you get it in the first place?!?"'
570 notmuch tag +stashtest id:${gen_msg_id}
571 test_emacs '(notmuch-show "id:\"bought\"")
572 (notmuch-show-stash-date)
573 (notmuch-show-stash-from)
574 (notmuch-show-stash-to)
575 (notmuch-show-stash-cc)
576 (notmuch-show-stash-subject)
577 (notmuch-show-stash-message-id)
578 (notmuch-show-stash-message-id-stripped)
579 (notmuch-show-stash-tags)
580 (notmuch-show-stash-filename)
581 (notmuch-show-stash-mlarchive-link "Gmane")
582 (notmuch-show-stash-mlarchive-link "MARC")
583 (notmuch-show-stash-mlarchive-link "Mail Archive, The")
585 (generate-new-buffer "*test-stashing*"))
589 (rotate-yank-pointer 1))
590 (reverse-region (point-min) (point-max))
593 Sat, 01 Jan 2000 12:00:00 +0000
594 Some One <someone@somewhere.org>
595 Some One Else <notsomeone@somewhere.org>
596 Notmuch <notmuch@notmuchmail.org>
602 http://mid.gmane.org/bought
603 http://marc.info/?i=bought
604 http://mail-archive.com/search?l=mid&q=bought
606 test_expect_equal_file OUTPUT EXPECTED
608 test_begin_subtest "Stashing in notmuch-search"
609 test_emacs '(notmuch-search "id:\"bought\"")
611 (notmuch-search-stash-thread-id)
613 (generate-new-buffer "*test-stashing*"))
616 sed -i -e 's/^thread:.*$/thread:XXX/' OUTPUT
617 test_expect_equal "$(cat OUTPUT)" "thread:XXX"
619 test_begin_subtest 'notmuch-show-advance-and-archive with invisible signature'
620 message1='id:20091118010116.GC25380@dottiness.seas.harvard.edu'
621 message2='id:1258491078-29658-1-git-send-email-dottedmag@dottedmag.net'
622 test_emacs "(notmuch-search \"$message1 or $message2\")
624 (notmuch-search-show-thread)
625 (goto-char (point-max))
627 (notmuch-show-advance-and-archive)
629 test_emacs "(notmuch-show \"$message2\")
630 (test-output \"EXPECTED\")"
631 test_expect_equal_file OUTPUT EXPECTED
633 test_begin_subtest "Refresh show buffer"
634 test_emacs '(notmuch-show "id:f35dbb950911171438k5df6eb56k77b6c0944e2e79ae@mail.gmail.com")
635 (test-visible-output "EXPECTED")
636 (notmuch-show-refresh-view)
637 (test-visible-output)'
638 test_expect_equal_file OUTPUT EXPECTED
640 test_begin_subtest "Refresh modified show buffer"
641 test_emacs '(notmuch-show "id:f35dbb950911171438k5df6eb56k77b6c0944e2e79ae@mail.gmail.com")
642 (notmuch-show-toggle-message)
643 (notmuch-show-next-message)
644 (notmuch-show-toggle-message)
645 (test-visible-output "EXPECTED")
646 (notmuch-show-refresh-view)
647 (test-visible-output)'
648 test_expect_equal_file OUTPUT EXPECTED
650 test_begin_subtest "Do not call notmuch for non-inlinable application/mpeg parts"
651 id='message-with-application/mpeg-attachment@notmuchmail.org'
652 emacs_deliver_message \
653 'Message with application/mpeg attachment' \
656 (insert \"Message-ID: <$id>\n\")
658 (mml-insert-part \"application/mpeg\")
659 (insert \"a fake mp3 file\")"
660 notmuch_counter_reset
661 test_emacs "(let ((notmuch-command \"$notmuch_counter_command\"))
662 (notmuch-show \"id:$id\"))"
663 test_expect_equal $(notmuch_counter_value) 1
665 test_begin_subtest "Do not call notmuch for non-inlinable audio/mpeg parts"
666 id='message-with-audio/mpeg-attachment@notmuchmail.org'
667 emacs_deliver_message \
668 'Message with audio/mpeg attachment' \
671 (insert \"Message-ID: <$id>\n\")
673 (mml-insert-part \"audio/mpeg\")
674 (insert \"a fake mp3 file\")"
675 notmuch_counter_reset
676 test_emacs "(let ((notmuch-command \"$notmuch_counter_command\"))
677 (notmuch-show \"id:$id\"))"
678 test_expect_equal $(notmuch_counter_value) 1
680 test_begin_subtest "notmuch-hello-mode hook is called"
681 counter=$(test_emacs \
682 '(let ((notmuch-hello-mode-hook-counter 0))
683 (kill-buffer "*notmuch-hello*")
685 notmuch-hello-mode-hook-counter)'
687 test_expect_equal "$counter" 1
689 test_begin_subtest "notmuch-hello-mode hook is not called on updates"
690 counter=$(test_emacs \
691 '(let ((notmuch-hello-mode-hook-counter 0))
692 (kill-buffer "*notmuch-hello*")
694 (notmuch-hello-update)
695 notmuch-hello-mode-hook-counter)'
697 test_expect_equal "$counter" 1
699 test_begin_subtest "notmuch-hello-refresh hook is called"
700 counter=$(test_emacs \
701 '(let ((notmuch-hello-refresh-hook-counter 0))
702 (kill-buffer "*notmuch-hello*")
704 notmuch-hello-refresh-hook-counter)'
706 test_expect_equal "$counter" 1
708 test_begin_subtest "notmuch-hello-refresh hook is called on updates"
709 counter=$(test_emacs \
710 '(let ((notmuch-hello-refresh-hook-counter 0))
711 (kill-buffer "*notmuch-hello*")
713 (notmuch-hello-update)
714 notmuch-hello-refresh-hook-counter)'
716 test_expect_equal "$counter" 2