summaryrefslogtreecommitdiff
path: root/mu/libexec/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mu/libexec/imap.c')
-rw-r--r--mu/libexec/imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu/libexec/imap.c b/mu/libexec/imap.c
index 3496e5b5d..8136f4b0d 100644
--- a/mu/libexec/imap.c
+++ b/mu/libexec/imap.c
@@ -1121,13 +1121,13 @@ print_list_item (void *item, void *data)
1121 mu_stream_printf (out, 1121 mu_stream_printf (out,
1122 "%c%c %c %4d %s\n", 1122 "%c%c %c %4d %s\n",
1123 (resp->type & MU_FOLDER_ATTRIBUTE_DIRECTORY) ? 'd' : '-', 1123 (resp->type & MU_FOLDER_ATTRIBUTE_DIRECTORY) ? 'd' : '-',
1124 (resp->type & MU_FOLDER_ATTRIBUTE_FILE) ? 'f' : '-', 1124 (resp->type & MU_FOLDER_ATTRIBUTE_FILE) ? 'f' : '-',
1125 resp->separator ? 1125 resp->separator ?
1126 resp->separator : MU_HIERARCHY_DELIMITER, 1126 resp->separator : MU_HIERARCHY_DELIMITER,
1127 resp->level, 1127 resp->depth,
1128 resp->name); 1128 resp->name);
1129 return 0; 1129 return 0;
1130} 1130}
1131 1131
1132static int 1132static int
1133com_list (int argc, char **argv) 1133com_list (int argc, char **argv)

Return to:

Send suggestions and report system problems to the System administrator.