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
22f104a3
...
22f104a3ea718469b2a51b627924a6ff2d93104e
authored
2003-01-29 22:32:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed wording of OK message.
1 parent
72b34c55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/idle.c
imap4d/idle.c
View file @
22f104a
...
...
@@ -55,6 +55,6 @@ imap4d_idle (struct imap4d_command *command, char *arg)
util_flush_output
();
}
return
util_finish
(
command
,
RESP_OK
,
"
IDLE
terminated"
);
return
util_finish
(
command
,
RESP_OK
,
"terminated"
);
}
...
...
Please
register
or
sign in
to post a comment