about summary refs log tree commit diff
path: root/mpick.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpick.c')
-rw-r--r--mpick.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpick.c b/mpick.c
index b44d221..3a909c3 100644
--- a/mpick.c
+++ b/mpick.c
@@ -692,6 +692,7 @@ parse_msglist(char *s)
 		case 'S': flag = FLAG_SEEN; break;
 		case 'o': n = 1; /* FALL TROUGH */
 		case 'n': flag = FLAG_NEW; break;
+		case 'R': flag = FLAG_REPLIED; break;
 		default: parse_error("unknown type at '%.15s'", s);
 		}