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
0ca1c505
...
0ca1c50517b9489edcc608dddf8ae023bc9715d9
authored
2001-07-06 12:34:01 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
imap4d_fetch0(): return RESP_OK on success
1 parent
46b3a390
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/fetch.c
imap4d/fetch.c
View file @
0ca1c50
...
...
@@ -214,7 +214,7 @@ imap4d_fetch0 (char *arg, int isuid, char *resp, size_t resplen)
}
free
(
set
);
snprintf
(
resp
,
resplen
,
"Completed"
);
return
rc
;
return
RESP_OK
;
}
/* ALL:
...
...
Please
register
or
sign in
to post a comment