fs: Draft module to mount filesystem representing navymail store
[navymail.git] / include / navymail / navymail-common-cmds.h
blob7f95e5fb457fc1d674c27a1e6608a7023fcdc31e
1 /* TODO Automatically generate */
2 struct cmdname_help {
3 char name[16];
4 char help[80];
5 };
8 static struct cmdname_help navymail_common_cmds[] = {
9 {"import", "Import mbox into navymail store"},
10 {"init", "Initialize navymail store"},
11 {"export", "Export mbox from navymail store"},
12 {"mount", "Mount filesystem representing navymail store"},