summaryrefslogtreecommitdiff
path: root/mailbox
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-28 10:51:33 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-28 10:51:33 +0000
commit1c319c4502f63c9395a9f76fb2a7942de05ae3f1 (patch)
tree81a379fc2fea7f545df45525c6181975cccadf58 /mailbox
parentdb0b9577b0307cbf6e75e4ecc0d1f553f216ad9a (diff)
downloadmailutils-1c319c4502f63c9395a9f76fb2a7942de05ae3f1.tar.gz
mailutils-1c319c4502f63c9395a9f76fb2a7942de05ae3f1.tar.bz2
Create message stream with MU_STREAM_ALLOW_LINKS bit set.
Diffstat (limited to 'mailbox')
-rw-r--r--mailbox/mbx_mh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mailbox/mbx_mh.c b/mailbox/mbx_mh.c
index e4dd7ccc3..c39be091a 100644
--- a/mailbox/mbx_mh.c
+++ b/mailbox/mbx_mh.c
@@ -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);

Return to:

Send suggestions and report system problems to the System administrator.