mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-19 09:55:41 -07:00
formatting fix.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46527 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+16
-16
@@ -8112,14 +8112,14 @@ void mm_list(MAILSTREAM * stream, int delim, char *mailbox, long attributes)
|
||||
delimiter = delim;
|
||||
if (option_debug > 4) {
|
||||
ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delim, mailbox);
|
||||
if (attributes & LATT_NOINFERIORS)
|
||||
ast_log(LOG_DEBUG, "no inferiors\n");
|
||||
if (attributes & LATT_NOSELECT)
|
||||
ast_log(LOG_DEBUG, "no select\n");
|
||||
if (attributes & LATT_MARKED)
|
||||
ast_log(LOG_DEBUG, "marked\n");
|
||||
if (attributes & LATT_UNMARKED)
|
||||
ast_log(LOG_DEBUG, "unmarked\n");
|
||||
if (attributes & LATT_NOINFERIORS)
|
||||
ast_log(LOG_DEBUG, "no inferiors\n");
|
||||
if (attributes & LATT_NOSELECT)
|
||||
ast_log(LOG_DEBUG, "no select\n");
|
||||
if (attributes & LATT_MARKED)
|
||||
ast_log(LOG_DEBUG, "marked\n");
|
||||
if (attributes & LATT_UNMARKED)
|
||||
ast_log(LOG_DEBUG, "unmarked\n");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8129,14 +8129,14 @@ void mm_lsub(MAILSTREAM * stream, int delimiter, char *mailbox, long attributes)
|
||||
|
||||
if (option_debug > 4) {
|
||||
ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delimiter, mailbox);
|
||||
if (attributes & LATT_NOINFERIORS)
|
||||
ast_log(LOG_DEBUG, "no inferiors\n");
|
||||
if (attributes & LATT_NOSELECT)
|
||||
ast_log(LOG_DEBUG, "no select\n");
|
||||
if (attributes & LATT_MARKED)
|
||||
ast_log(LOG_DEBUG, "marked\n");
|
||||
if (attributes & LATT_UNMARKED)
|
||||
ast_log(LOG_DEBUG, "unmarked\n");
|
||||
if (attributes & LATT_NOINFERIORS)
|
||||
ast_log(LOG_DEBUG, "no inferiors\n");
|
||||
if (attributes & LATT_NOSELECT)
|
||||
ast_log(LOG_DEBUG, "no select\n");
|
||||
if (attributes & LATT_MARKED)
|
||||
ast_log(LOG_DEBUG, "marked\n");
|
||||
if (attributes & LATT_UNMARKED)
|
||||
ast_log(LOG_DEBUG, "unmarked\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user