unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob bbacbeb7845ebc9367a598beb794008665555546 509 bytes (raw)
name: test/emacs-original-message-hiding.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
(defun notmuch-test-original-message-hiding ()
  (let ((notmuch-show-insert-text/plain-hook '(notmuch-wash-excerpt-citations))
	(expected "\
Sender <sender@example.com> (2010-01-05) (inbox)
Subject: hiding an Original Message
To: mailinglist@notmuchmail.org
Date: Tue, 05 Jan 2010 15:43:56 -0000

[ 2-line hidden original message. Click/Enter to show. ]

")
	output)
    (notmuch-show "id:\"test_message@test.org\"")
    (setq output (visible-buffer-string))
    (notmuch-test-expect-equal output expected)))

debug log:

solving bbacbeb ...
found bbacbeb in https://yhetil.org/notmuch/1327506328-22126-4-git-send-email-dme@dme.org/

applying [1/1] https://yhetil.org/notmuch/1327506328-22126-4-git-send-email-dme@dme.org/
diff --git a/test/emacs-original-message-hiding.el b/test/emacs-original-message-hiding.el
new file mode 100644
index 0000000..bbacbeb

Checking patch test/emacs-original-message-hiding.el...
Applied patch test/emacs-original-message-hiding.el cleanly.

index at:
100644 bbacbeb7845ebc9367a598beb794008665555546	test/emacs-original-message-hiding.el

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).