summaryrefslogtreecommitdiff
path: root/imap4d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-13 16:30:43 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-13 16:30:43 +0000
commit100ab145052321cf5807783921cdc603581910fc (patch)
tree73c7f0740f87a396b342e4d34a574629f2fd03bc /imap4d
parent5937b8d12a508d803669b31528f3794b337e3f5d (diff)
downloadmailutils-100ab145052321cf5807783921cdc603581910fc.tar.gz
mailutils-100ab145052321cf5807783921cdc603581910fc.tar.bz2
(imap4d_append): Bugfix.
Diffstat (limited to 'imap4d')
-rw-r--r--imap4d/append.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/imap4d/append.c b/imap4d/append.c
index fcd8a4eb0..46f7ff3f4 100644
--- a/imap4d/append.c
+++ b/imap4d/append.c
@@ -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");

Return to:

Send suggestions and report system problems to the System administrator.