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
1f2b71f0
...
1f2b71f0d1e31398b4348c2df13d6fd04830b0e5
authored
2001-06-01 19:52:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typos in comment
1 parent
1d1cbf3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
imap4d/logout.c
imap4d/logout.c
View file @
1f2b71f
...
...
@@ -30,10 +30,10 @@ imap4d_logout (struct imap4d_command *command, char *arg)
if
(
util_getword
(
arg
,
&
sp
))
return
util_finish
(
command
,
RESP_BAD
,
"Too many args"
);
util_finish
(
command
,
RESP_OK
,
"Completed"
);
/* Even if a mailbox is s
lected, a SLECT
EXAMINE or LOGOUT
/* Even if a mailbox is s
elected, a SELECT,
EXAMINE or LOGOUT
command MAY be issued without previously issuing a CLOSE command.
The SELECT, EXAMINE, and LOGUT commands implictly close the
currently selected mailbox withut doing an expunge. */
The SELECT, EXAMINE, and LOG
O
UT commands implictly close the
currently selected mailbox with
o
ut doing an expunge. */
if
(
mbox
)
{
mailbox_close
(
mbox
);
...
...
Please
register
or
sign in
to post a comment