aboutsummaryrefslogtreecommitdiff
path: root/test/maildir-sync
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2012-08-03 23:23:11 -0300
committerDavid Bremner <bremner@debian.org>2012-08-06 08:52:33 -0300
commit760e17488e6b11299f2971cf879b109b84816d14 (patch)
tree1c924c3c063127a6b11cee39e5b4f408f18ca0ee /test/maildir-sync
parentddb009519d24ca6cae64608f2d4a93ca6e78d80a (diff)
notmuch-dump: remove deprecated positional argument for output file
The syntax --output=filename is a smaller change than deleting the output argument completely, and conceivably useful e.g. when running notmuch under a debugger.
Diffstat (limited to 'test/maildir-sync')
-rwxr-xr-xtest/maildir-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/maildir-sync b/test/maildir-sync
index cd7d241..0914fa5 100755
--- a/test/maildir-sync
+++ b/test/maildir-sync
@@ -124,7 +124,7 @@ mv $MAIL_DIR/cur/adding-replied-tag:2,RS $MAIL_DIR/cur/adding-replied-tag:2,S
mv $MAIL_DIR/cur/adding-s-flag:2,S $MAIL_DIR/cur/adding-s-flag:2,
mv $MAIL_DIR/cur/adding-with-s-flag:2,S $MAIL_DIR/cur/adding-with-s-flag:2,RS
mv $MAIL_DIR/cur/message-to-move-to-cur:2,S $MAIL_DIR/cur/message-to-move-to-cur:2,DS
-notmuch dump dump.txt
+notmuch dump --output=dump.txt
NOTMUCH_NEW >/dev/null
notmuch restore dump.txt
output=$(ls $MAIL_DIR/cur)