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
7b911202
...
7b9112029e568981f1dedeee35cce33775dbaf56
authored
2002-12-12 14:36:03 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_open_folder): Changed default open flags to MU_STREAM_RDWR.
1 parent
85b1c436
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/mh_init.c
mh/mh_init.c
View file @
7b91120
...
...
@@ -291,7 +291,7 @@ mh_open_folder (const char *folder, int create)
{
mailbox_t
mbox
=
NULL
;
char
*
name
;
int
flags
=
MU_STREAM_R
EAD
;
int
flags
=
MU_STREAM_R
DWR
;
name
=
mh_expand_name
(
folder
,
1
);
if
(
create
&&
mh_check_folder
(
name
,
1
))
...
...
Please
register
or
sign in
to post a comment