summaryrefslogtreecommitdiff
path: root/mail/undelete.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/undelete.c')
-rw-r--r--mail/undelete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/undelete.c b/mail/undelete.c
index 2f00f5b83..85d70fda9 100644
--- a/mail/undelete.c
+++ b/mail/undelete.c
@@ -30,7 +30,7 @@ mail_undelete (int argc, char **argv)
{
message_t msg;
attribute_t attr;
- if (util_get_message (mbox, cursor, &msg, 0))
+ if (util_get_message (mbox, cursor, &msg, MSG_ALL))
return 1;
message_get_attribute (msg, &attr);

Return to:

Send suggestions and report system problems to the System administrator.