summaryrefslogtreecommitdiff
path: root/mail/mbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mbox.c')
-rw-r--r--mail/mbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mbox.c b/mail/mbox.c
index 1963f4bf2..79980c907 100644
--- a/mail/mbox.c
+++ b/mail/mbox.c
@@ -31,7 +31,7 @@ mail_mbox (int argc, char **argv)
return util_msglist_command (mail_mbox, argc, argv, 1);
else
{
- if (util_get_message (mbox, cursor, &msg, 1))
+ if (util_get_message (mbox, cursor, &msg, MSG_NODELETED))
return 1;
/* Mark the message */

Return to:

Send suggestions and report system problems to the System administrator.