/[mailutils]/mailutils/mail/mail.c
ViewVC logotype

Diff of /mailutils/mail/mail.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.77 by gray, Tue Sep 2 12:32:58 2003 UTC revision 1.78 by gray, Sat Sep 20 15:36:06 2003 UTC
# Line 45  static struct argp_option options[] = { Line 45  static struct argp_option options[] = {
45    {"subject", 's', N_("SUBJ"), 0, N_("Send a message with a Subject of SUBJ"), 0},    {"subject", 's', N_("SUBJ"), 0, N_("Send a message with a Subject of SUBJ"), 0},
46    {"to",      't', 0,      0, N_("Precede message by a list of addresses"), 0},    {"to",      't', 0,      0, N_("Precede message by a list of addresses"), 0},
47    {"user",    'u', N_("USER"), 0, N_("Operate on USER's mailbox"), 0},    {"user",    'u', N_("USER"), 0, N_("Operate on USER's mailbox"), 0},
48    {NULL,      0,  NULL,    OPTION_DOC,  
    N_("Note: Argument to --file (-f) option is optional. If it is present, "  
    "it must follow the short option immediately, without any intervening "  
    "whitespace. If it is used with the long option, it must be separated "  
    "from it by an equal sign, with no intervening whitespace."), 0},  
49    { NULL,      0, NULL, 0, NULL, 0 }    { NULL,      0, NULL, 0, NULL, 0 }
50  };  };
51    
# Line 128  parse_opt (int key, char *arg, struct ar Line 124  parse_opt (int key, char *arg, struct ar
124      case 'F':      case 'F':
125        util_cache_command (&command_list, "set byname");        util_cache_command (&command_list, "set byname");
126        break;        break;
127          
128      case ARGP_KEY_ARG:      case ARGP_KEY_ARG:
129        /* People often tend to separate -f option from its argument        /* People often tend to separate -f option from its argument
130           with a whitespace. This heuristics tries to catch the           with a whitespace. This heuristics tries to catch the
# Line 304  main (int argc, char **argv) Line 300  main (int argc, char **argv)
300    util_do_command ("set toplines=5");    util_do_command ("set toplines=5");
301    util_do_command ("set autoinc");    util_do_command ("set autoinc");
302    util_do_command ("set regex");    util_do_command ("set regex");
303      util_do_command ("set replyprefix=\"Re: \"");
304    /* Start in mail reading mode */    /* Start in mail reading mode */
305    util_do_command ("set mode=read");    util_do_command ("set mode=read");
306    util_do_command ("set noquit");    util_do_command ("set noquit");

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26