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
c31a139d
...
c31a139d853b8751dbfa6e3ca398792b86db2d0c
authored
2006-01-27 12:14:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_select0): Fix status display.
1 parent
b6494c3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/select.c
imap4d/select.c
View file @
c31a139
...
...
@@ -75,7 +75,7 @@ imap4d_select0 (struct imap4d_command *command, char *arg, int flags)
free
(
mailbox_name
);
/* Need to set the state explicitely for select. */
return
util_send
(
"%s OK [%s] %s Completed
\r\n
"
,
command
->
tag
,
(
MU_STREAM_READ
==
flags
)
?
(
flags
&
MU_STREAM_READ
)
?
"READ-ONLY"
:
"READ-WRITE"
,
command
->
name
);
}
}
...
...
Please
register
or
sign in
to post a comment