summaryrefslogtreecommitdiff
path: root/mail/followup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/followup.c')
-rw-r--r--mail/followup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/followup.c b/mail/followup.c
index df88a2296..a071ef910 100644
--- a/mail/followup.c
+++ b/mail/followup.c
@@ -36,7 +36,7 @@ mail_followup (int argc, char **argv)
if (msgset_parse (argc, argv, &msglist))
return 1;
- if (util_get_message (mbox, cursor, &msg, 1))
+ if (util_get_message (mbox, cursor, &msg, MSG_NODELETED))
{
msgset_free (msglist);
return 1;

Return to:

Send suggestions and report system problems to the System administrator.