From 914c0d744bc702532e9acfc87b73a40c001a6ca2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 29 Mar 2017 20:21:31 +0200 Subject: mpick: add missing :R msglist type --- t/2000-mpick.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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' -- cgit 1.4.1