aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-11-25 01:15:59 -0500
committerGravatar David Bremner <bremner@debian.org>2012-11-26 21:05:15 -0400
commitde9875ca8335dffa0e2d4efd06eadb104c84f95b (patch)
tree8b3297ef70e9e10a4c76c5095c6e63897963d73c /test
parent7beeb8c88a014ecbc53d8241f10683b3c4c16228 (diff)
test: Test notmuch new for single-message mbox
We support this for historical reasons.
Diffstat (limited to 'test')
-rwxr-xr-xtest/new13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/new b/test/new
index 587aa114..43d56e40 100755
--- a/test/new
+++ b/test/new
@@ -163,6 +163,19 @@ rm -rf "${MAIL_DIR}"/two
output=$(NOTMUCH_NEW)
test_expect_equal "$output" "No new mail. Removed 3 messages."
+test_begin_subtest "Support single-message mbox"
+cat > "${MAIL_DIR}"/mbox_file1 <<EOF
+From test_suite@notmuchmail.org Fri Jan 5 15:43:57 2001
+From: Notmuch Test Suite <test_suite@notmuchmail.org>
+To: Notmuch Test Suite <test_suite@notmuchmail.org>
+Subject: Test mbox message 1
+
+Body.
+EOF
+output=$(NOTMUCH_NEW 2>&1)
+test_expect_equal "$output" \
+"Added 1 new message to the database."
+
# This test requires that notmuch new has been run at least once.
test_begin_subtest "Skip and report non-mail files"
generate_message