about summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorDuncaen <mail@duncano.de>2017-03-29 20:21:31 +0200
committerDuncaen <mail@duncano.de>2017-03-30 20:28:27 +0200
commit914c0d744bc702532e9acfc87b73a40c001a6ca2 (patch)
tree2d7bf4ea970cdcbb3dc0a604f60a5f9611531c17 /t
parent79d5047cdedc2979f6d36fed66cc9c5d77922724 (diff)
downloadmblaze-914c0d744bc702532e9acfc87b73a40c001a6ca2.tar.gz
mblaze-914c0d744bc702532e9acfc87b73a40c001a6ca2.tar.xz
mblaze-914c0d744bc702532e9acfc87b73a40c001a6ca2.zip
mpick: add missing :R msglist type
Diffstat (limited to 't')
-rwxr-xr-xt/2000-mpick.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/2000-mpick.t b/t/2000-mpick.t
index ec5aaec..1078764 100755
--- a/t/2000-mpick.t
+++ b/t/2000-mpick.t
@@ -25,7 +25,7 @@ check_same 'flag seen' 'mlist inbox | mpick :S' 'mlist -S inbox'
 check_same 'flag not seen' 'mlist inbox | mpick -t !seen' 'mlist -s inbox'
 check_same 'flag seen and trashed' 'mlist inbox | mpick :S :T' 'mlist -ST inbox'
 check_same 'flag seen and not trashed' 'mlist inbox | mpick -t "seen && !trashed"' 'mlist -St inbox'
-# check_same 'flag replied' 'mlist inbox | mpick :R' 'mlist -R inbox'
+check_same 'flag replied' 'mlist inbox | mpick :R' 'mlist -R inbox'
 check_same 'flag forwarded' 'mlist inbox | mpick :F' 'mlist -F inbox'