|
|
@ -8155,6 +8155,7 @@ void mm_list(MAILSTREAM * stream, int delim, char *mailbox, long attributes)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (delimiter)
|
|
|
|
if (delimiter)
|
|
|
|
delimiter = delim;
|
|
|
|
delimiter = delim;
|
|
|
|
|
|
|
|
|
|
|
|
if (option_debug > 4) {
|
|
|
|
if (option_debug > 4) {
|
|
|
|
ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delim, mailbox);
|
|
|
|
ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delim, mailbox);
|
|
|
|
if (attributes & LATT_NOINFERIORS)
|
|
|
|
if (attributes & LATT_NOINFERIORS)
|
|
|
@ -8171,7 +8172,6 @@ void mm_list(MAILSTREAM * stream, int delim, char *mailbox, long attributes)
|
|
|
|
|
|
|
|
|
|
|
|
void mm_lsub(MAILSTREAM * stream, int delimiter, char *mailbox, long attributes)
|
|
|
|
void mm_lsub(MAILSTREAM * stream, int delimiter, char *mailbox, long attributes)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
if (option_debug > 4) {
|
|
|
|
if (option_debug > 4) {
|
|
|
|
ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delimiter, mailbox);
|
|
|
|
ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delimiter, mailbox);
|
|
|
|
if (attributes & LATT_NOINFERIORS)
|
|
|
|
if (attributes & LATT_NOINFERIORS)
|
|
|
|