Commit 1c319c45 1c319c4502f63c9395a9f76fb2a7942de05ae3f1 by Sergey Poznyakoff

Create message stream with MU_STREAM_ALLOW_LINKS bit set.

1 parent db0b9577
......@@ -1170,7 +1170,8 @@ mh_message_stream_open (struct _mh_message *mhm)
if (!filename)
return ENOMEM;
status = file_stream_create (&mhm->stream, filename, mhd->mailbox->flags);
status = file_stream_create (&mhm->stream, filename,
mhd->mailbox->flags | MU_STREAM_ALLOW_LINKS);
free (filename);
......