diff options
Diffstat (limited to 'imap/imapd.c')
| -rw-r--r-- | imap/imapd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/imap/imapd.c b/imap/imapd.c index 78a689c..56cdc61 100644 --- a/imap/imapd.c +++ b/imap/imapd.c @@ -3995,6 +3995,8 @@ static int append(const char *tag, const char *mailbox, const char *path) if (enabled_utf8 && curtoken->tokentype == IT_ATOM && strcmp(curtoken->tokenbuf, "UTF8") == 0) { + /* See also: https://bugs.python.org/issue34138 */ + curtoken=nexttoken(); if (curtoken->tokentype != IT_LPAREN) { |
