Commit 05649321 056493214a736cdb9e12541f2a671192555e3517 by Alain Magloire

* mailbox/folder_imap.c (imap_list): When \NoSelect, it is

	also mean that the file is a directory.
1 parent f88ea0f7
2001-08-27 Jakob 'sparky' Kaivo <jkaivo@elijah.nodomainname.net>
2001-08-27 Alain Magloire
* mailbox/folder_imap.c (imap_list): When \NoSelect, it is
also mean that the file is a directory.
2001-08-27 Jakob 'sparky' Kaivo
* mail/send.c (mail_send0): change readline (NULL) to readline
(" \b") so there is really no prompt
......
......@@ -999,6 +999,7 @@ imap_list (f_imap_t f_imap)
{
if (strcasecmp (tok, "\\Noselect") == 0)
{
lr->type |= MU_FOLDER_ATTRIBUTE_DIRECTORY;
}
else if (strcasecmp (tok, "\\Marked") == 0)
{
......