talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit dad7dea84ab94bc1a9e5a35bd755756ecccc5a21
parent 17cf3f2a0d6c219b40b82dcccf2d9d5c96f37b59
Author: wwp <subscript@free.fr>
Date:   Wed, 21 May 2025 21:33:27 +0200

Use "subfolder" instead of "sub-folder".

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -2002,7 +2002,7 @@ static void parse_cmd_opt(int argc, char *argv[]) g_print("%s\n", _(" --statistics show session statistics")); g_print("%s\n", _(" --reset-statistics reset session statistics")); g_print("%s\n", _(" --select folder[/msg] jump to the specified folder/message\n" - " folder is a folder id like 'folder/sub-folder', a file:// uri or an absolute path")); + " folder is a folder id like 'folder/subfolder', a file:// uri or an absolute path")); g_print("%s\n", _(" --import-mbox file import the specified mbox file\n")); g_print("%s\n", _(" --online switch to online mode")); g_print("%s\n", _(" --offline switch to offline mode"));