Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1c319c45
...
1c319c4502f63c9395a9f76fb2a7942de05ae3f1
authored
2002-12-28 10:51:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Create message stream with MU_STREAM_ALLOW_LINKS bit set.
1 parent
db0b9577
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mailbox/mbx_mh.c
mailbox/mbx_mh.c
View file @
1c319c4
...
...
@@ -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
);
...
...
Please
register
or
sign in
to post a comment