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
100ab145
...
100ab145052321cf5807783921cdc603581910fc
authored
2003-02-13 16:30:43 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_append): Bugfix.
1 parent
5937b8d1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
imap4d/append.c
imap4d/append.c
View file @
100ab14
...
...
@@ -31,6 +31,8 @@ imap4d_append (struct imap4d_command *command, char *arg)
if
(
!
mboxname
)
return
util_finish
(
command
,
RESP_BAD
,
"Too few arguments"
);
util_unquote
(
&
mboxname
);
if
(
*
sp
==
'('
&&
util_parse_attributes
(
sp
+
1
,
&
sp
,
&
flags
))
return
util_finish
(
command
,
RESP_BAD
,
"Missing closing parenthesis"
);
...
...
Please
register
or
sign in
to post a comment