X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=inline;f=uip%2Fwhatnow.c;fp=uip%2Fwhatnow.c;h=63a60f3049c4e63e6337c39d930ea1be2f5893d5;hb=f2a6db98791abab22db95b9a4a01516859d92103;hp=98ac75f207419bc7c5c0e1dac8d90a959e464f70;hpb=921908704b980c90c3c68545be7f4d42718bfba4;p=mmh diff --git a/uip/whatnow.c b/uip/whatnow.c index 98ac75f..63a60f3 100644 --- a/uip/whatnow.c +++ b/uip/whatnow.c @@ -58,31 +58,31 @@ static struct swit switches[] = { */ static struct swit aleqs[] = { #define EDITSW 0 - { "edit [ ]", 0 }, -#define REFILEOPT 1 - { "refile [] +folder", 0 }, + { "edit [editor [switches]]", 0 }, +#define LISTSW 1 + { "list", 0 }, #define DISPSW 2 { "display", 0 }, -#define LISTSW 3 - { "list", 0 }, -#define SENDSW 4 - { "send []", 0 }, -#define QUITSW 5 - { "quit", 0 }, -#define DELETESW 6 +#define SENDSW 3 + { "send", 0 }, +#define REFILEOPT 4 + { "refile +folder", 0 }, +#define DELETESW 5 { "delete", 0 }, +#define QUITSW 6 + { "quit", 0 }, #define CDCMDSW 7 { "cd [directory]", 0 }, #define PWDCMDSW 8 { "pwd", 0 }, #define LSCMDSW 9 { "ls", 0 }, -#define ATTACHCMDSW 10 - { "attach", 0 }, -#define DETACHCMDSW 11 - { "detach", 0 }, -#define ALISTCMDSW 12 +#define ALISTCMDSW 10 { "alist", 0 }, +#define ATTACHCMDSW 11 + { "attach files", 0 }, +#define DETACHCMDSW 12 + { "detach numbers", 0 }, { NULL, 0 } };