diff options
| author | Sam Varshavchik | 2018-07-18 08:26:11 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2018-07-18 08:26:11 -0400 | 
| commit | 84cf8c50f593201f9e35dedb5804f5be7dbcce34 (patch) | |
| tree | 85a9c146844919eb0bba86e74521b6fdbe524871 /imap/imapd.c | |
| parent | e4f98ec36e9e4f6bec532a3b0b93bef6bbd6374a (diff) | |
| download | courier-libs-84cf8c50f593201f9e35dedb5804f5be7dbcce34.tar.bz2 | |
Update documentation
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)  		{ | 
