unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 64ae74af3025fc0c988d1860c0a41ee12e340cef 937 bytes (raw)
name: test/T454-emacs-dont-reply-names.sh 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
#!/usr/bin/env bash

test_description="emacs reply"
. $(dirname "$0")/test-lib.sh || exit 1
. $NOTMUCH_SRCDIR/test/test-lib-emacs.sh || exit 1

EXPECTED=$NOTMUCH_SRCDIR/test/emacs-show.expected-output

test_require_emacs

add_email_corpus default

test_begin_subtest "not replying"
test_emacs '(let ((message-dont-reply-to-names "notmuchmail\\|noreply\\|harvard"))
	      (notmuch-mua-new-reply
	        "id:20091117203301.GV3165@dottiness.seas.harvard.edu" nil t)
	      (test-visible-output "OUTPUT-FULL.raw"))'

notmuch_dir_sanitize < OUTPUT-FULL.raw > OUTPUT-FULL
head -6 OUTPUT-FULL > OUTPUT

cat <<EOF > EXPECTED
From: Notmuch Test Suite <test_suite@notmuchmail.org>
To: Mikhail Gusarov <dottedmag@dottedmag.net>
Subject: Re: [notmuch] Working with Maildir storage?
In-Reply-To: <20091117203301.GV3165@dottiness.seas.harvard.edu>
Fcc: MAIL_DIR/sent
--text follows this line--
EOF

test_expect_equal_file EXPECTED OUTPUT

test_done

debug log:

solving 64ae74af ...
found 64ae74af in https://yhetil.org/notmuch/20220604193813.2358451-1-jao@gnu.org/

applying [1/1] https://yhetil.org/notmuch/20220604193813.2358451-1-jao@gnu.org/
diff --git a/test/T454-emacs-dont-reply-names.sh b/test/T454-emacs-dont-reply-names.sh
new file mode 100755
index 00000000..64ae74af

Checking patch test/T454-emacs-dont-reply-names.sh...
Applied patch test/T454-emacs-dont-reply-names.sh cleanly.

index at:
100755 64ae74af3025fc0c988d1860c0a41ee12e340cef	test/T454-emacs-dont-reply-names.sh

(*) 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).