summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-11-11 04:12:43 -0800
committerCarl Worth <cworth@cworth.org>2010-11-11 04:12:43 -0800
commit666e410b60855dd714c2b4f36085aeae1810907c (patch)
tree56ee7da6e938ca2bacdb5b09dce5c6574c4380a6
parent28708d2bd399ed1dc7968918833df3683c7accec (diff)
test: Fix emacs FCC test to account for new maildir synchronization
The FCC code saves a message in maildir format, and sets the S flag by default, so now, automatically, FCC messages will not show up as "unread", (which seems natural enough).
-rwxr-xr-xtest/emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emacs b/test/emacs
index fb61e9a..75dec89 100755
--- a/test/emacs
+++ b/test/emacs
@@ -97,7 +97,7 @@ This is a test that messages are sent via SMTP"
test_begin_subtest "Verify that sent messages are saved/searchable (via FCC)"
notmuch new > /dev/null
output=$(notmuch search 'subject:"testing message sent via SMTP"' | notmuch_search_sanitize)
-test_expect_equal "$output" "thread:XXX 1974-03-29 [1/1] Notmuch Test Suite; Testing message sent via SMTP (inbox unread)"
+test_expect_equal "$output" "thread:XXX 1974-03-29 [1/1] Notmuch Test Suite; Testing message sent via SMTP (inbox)"
test_begin_subtest "Reply within emacs"
# We sed away everything before the ^From in the output to avoid getting