Signed-off-by: Pieter Praet <[email protected]> --- test/emacs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/test/emacs b/test/emacs index 18d8322..c0fba52 100755 --- a/test/emacs +++ b/test/emacs @@ -142,6 +142,10 @@ On Fri, 29 Mar 1974 10:00:00 -0000, Notmuch Test Suite <[email protected] Reply to a message via Emacs with fake SMTP" +test_begin_subtest "Verify that 'replied' tag is added to reply's parent message." +notmuch new > /dev/null # update message count +output=$(notmuch search 'tag:replied' | notmuch_search_sanitize) +test_expect_equal "$output" "thread:XXX 1974-03-29 [1/2] Notmuch Test Suite; Testing message sent via SMTP (inbox replied)" test_begin_subtest "Save attachment from within emacs" echo "./attachment" | test_emacs '(notmuch-show "id:[email protected]") (notmuch-show-save-attachments)' > /dev/null 2>&1 -- 1.7.4.1 _______________________________________________ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
