unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/2] test: notmuch insert with maildir.synchronize_flags=false
@ 2014-01-01 15:20 Jani Nikula
  2014-01-01 15:20 ` [PATCH 2/2] insert: respect maildir.synchronize_flags Jani Nikula
  2014-01-03 11:33 ` [PATCH 1/2] test: notmuch insert with maildir.synchronize_flags=false David Bremner
  0 siblings, 2 replies; 5+ messages in thread
From: Jani Nikula @ 2014-01-01 15:20 UTC (permalink / raw)
  To: notmuch

Known broken, notmuch insert does not respect the config option.
---
 test/insert | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/test/insert b/test/insert
index 550b413..9283e70 100755
--- a/test/insert
+++ b/test/insert
@@ -113,6 +113,17 @@ output=$(notmuch search --output=files id:$gen_msg_id)
 dirname=$(dirname "$output")
 test_expect_equal "$dirname" "$MAIL_DIR/cur"
 
+test_begin_subtest "Insert message with maildir sync off goes to new/"
+test_subtest_known_broken
+OLDCONFIG=$(notmuch config get maildir.synchronize_flags)
+notmuch config set maildir.synchronize_flags false
+gen_insert_msg
+notmuch insert +flagged < "$gen_msg_filename"
+output=$(notmuch search --output=files id:$gen_msg_id)
+dirname=$(dirname "$output")
+notmuch config set maildir.synchronize_flags $OLDCONFIG
+test_expect_equal "$dirname" "$MAIL_DIR/new"
+
 test_begin_subtest "Insert message into folder"
 gen_insert_msg
 notmuch insert --folder=Drafts < "$gen_msg_filename"
-- 
1.8.5.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-03 11:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-01 15:20 [PATCH 1/2] test: notmuch insert with maildir.synchronize_flags=false Jani Nikula
2014-01-01 15:20 ` [PATCH 2/2] insert: respect maildir.synchronize_flags Jani Nikula
2014-01-01 16:30   ` Tomi Ollila
2014-01-01 19:25   ` Austin Clements
2014-01-03 11:33 ` [PATCH 1/2] test: notmuch insert with maildir.synchronize_flags=false David Bremner

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