]> git.marmaro.de Git - mmh/blobdiff - test/sequences/test-mark
Note in dist, mh-profile, and repl man pages that the @ link
[mmh] / test / sequences / test-mark
index 96a7e3d38e620e565892ff92b79e862659ce135d..cd3aedf21b03b366bf2fc1673a8b4d13318b4d27 100755 (executable)
@@ -80,4 +80,8 @@ run_test 'mark -sequence privateseq -list -public' 'privateseq (private): 1-2'
 folder -create +other > /dev/null
 run_test 'mark +other -sequence unseen all' 'mark: no messages in other'
 
+# Test removal of indication of cur message.
+mark +inbox -sequence cur -delete all
+run_test 'pick -nolist cur' 'pick: no cur message'
+
 exit $failed