summaryrefslogtreecommitdiff
path: root/mail/hold.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/hold.c')
-rw-r--r--mail/hold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/hold.c b/mail/hold.c
index 34a7eaead..60a761f8c 100644
--- a/mail/hold.c
+++ b/mail/hold.c
@@ -32,7 +32,7 @@ mail_hold (int argc, char **argv)
return util_msglist_command (mail_hold, argc, argv, 1);
else
{
- 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.