Skip to content

Commit

Permalink
mbop: give hint that emptyfld -R numbers do not include subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Nov 22, 2023
1 parent c430ede commit 2ea1677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/mbop_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ static int main(int argc, const char **argv)
if (partial)
printf("Partial completion\n");
printf("Folder %s: %u messages deleted\n", *argv, diff);
if (g_del_flags & DEL_FOLDERS)
printf("(not including any messages in subfolders)\n");
}
return EXIT_SUCCESS;
}
Expand Down

0 comments on commit 2ea1677

Please sign in to comment.