about summary refs log tree commit diff
path: root/t/2000-mpick.t
diff options
context:
space:
mode:
Diffstat (limited to 't/2000-mpick.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'