return FALSE;
if (folder) {
char *astring;
char *astring, *mailbox;
/* get the folder name */
word = imap_next_word (word);
*folder = astring;
char *mailbox;
mailbox = imap_mailbox_decode (astring, strlen (astring));
g_free (astring);