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
778a6714
...
778a6714dec9a7a570471d7fb3ce4cc1004bb19d
authored
2006-01-25 16:51:40 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_select0): Create INBOX if it does not exist.
1 parent
661108c7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
imap4d/select.c
imap4d/select.c
View file @
778a671
...
...
@@ -55,6 +55,8 @@ imap4d_select0 (struct imap4d_command *command, char *arg, int flags)
imap4d_sync
();
}
if
(
strcmp
(
mailbox_name
,
"INBOX"
)
==
0
)
flags
|=
MU_STREAM_CREAT
;
mailbox_name
=
namespace_getfullpath
(
mailbox_name
,
"/"
);
if
(
!
mailbox_name
)
...
...
Please
register
or
sign in
to post a comment