Patch: Elm ME+ 2.5 PLalpha60 -> Elm ME+ 2.5 PLalpha61 [1/2] (6/6)
From
Kari Hurtta@21:1/5 to
All on Mon Dec 5 17:03:46 2022
[continued from previous message]
*** 505,511 ****
break;
! case '-': {
char *param = NULL;
switch (find_long_option(optarg,¶m)) {
--- 563,570 ----
break;
! case SHORTOPT_long_option:
! {
char *param = NULL;
switch (find_long_option(optarg,¶m)) {
***************
*** 774,923 ****
static void args_help()
{
int x;
! /** print out possible starting arguments... **/
! lib_error(CATGETS(elm_msg_cat, ElmSet, ElmArgsHelp1,
! "\nPossible Starting Arguments for ELM program:\n\n\r\
! \targ\t\t\tMeaning\n\r\
! \t -a \t\tArrow - use the arrow pointer regardless\n\r\
! \t -Ax \t\tAttach file 'x' (requires .elm/mime.types)\n\r\
! \t -bx \t\tUse suffix 'x' for config file backups\n\r\
! \t -c \t\tCheckalias - check the given aliases only\n\r\
! \t -dclass=debugfile:n\t\tDebug - set debug level to 'n' for 'class'\n\r\
! \t -fx\t\tFolder - read folder 'x' rather than incoming mailbox\n\r\
! \t -h \t\tHelp - give this list of options\n\r\
! \t -ix\t\tInclude prepared file 'x' in edit buffer for send\n\r"));
! lib_error(CATGETS(elm_msg_cat, ElmSet, ElmArgsHelp3,
! "\t