summaryrefslogtreecommitdiff
path: root/mail/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/top.c')
-rw-r--r--mail/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/top.c b/mail/top.c
index 727895f58..7fb2563a0 100644
--- a/mail/top.c
+++ b/mail/top.c
@@ -39,7 +39,7 @@ mail_top (int argc, char **argv)
|| lines < 0)
return 1;
- if (util_get_message (mbox, cursor, &msg, 1))
+ if (util_get_message (mbox, cursor, &msg, MSG_NODELETED))
return 1;
message_get_stream (msg, &stream);

Return to:

Send suggestions and report system problems to the System administrator.