/[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.65 by gray, Fri Dec 27 15:32:53 2002 UTC revision 1.66 by gray, Fri Dec 27 19:31:06 2002 UTC
# Line 31  static char args_doc[] = N_("[address... Line 31  static char args_doc[] = N_("[address...
31    
32  static struct argp_option options[] = {  static struct argp_option options[] = {
33    {"exist",   'e', 0,      0, N_("Return true if mail exists"), 0},    {"exist",   'e', 0,      0, N_("Return true if mail exists"), 0},
34    {"file",    'f', "FILE", OPTION_ARG_OPTIONAL,    {"file",    'f', N_("FILE"), OPTION_ARG_OPTIONAL,
35                                    N_("Operate on mailbox FILE (default ~/mbox)"), 0},                                    N_("Operate on mailbox FILE (default ~/mbox)"), 0},
36    {"byname",  'F', 0,      0, N_("Save messages according to sender"), 0},    {"byname",  'F', 0,      0, N_("Save messages according to sender"), 0},
37    {"headers", 'H', 0,      0, N_("Write a header summary and exit"), 0},    {"headers", 'H', 0,      0, N_("Write a header summary and exit"), 0},
# Line 41  static struct argp_option options[] = { Line 41  static struct argp_option options[] = {
41    {"print",   'p', 0,      0, N_("Print all mail to standard output"), 0},    {"print",   'p', 0,      0, N_("Print all mail to standard output"), 0},
42    {"quit",    'q', 0,      0, N_("Cause interrupts to terminate program"), 0},    {"quit",    'q', 0,      0, N_("Cause interrupts to terminate program"), 0},
43    {"read",    'r', 0,      0, N_("Same as -p"), 0},    {"read",    'r', 0,      0, N_("Same as -p"), 0},
44    {"subject", 's', "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},
45    {"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},
46    {"user",    'u', "USER", 0, N_("Operate on USER's mailbox"), 0},    {"user",    'u', N_("USER"), 0, N_("Operate on USER's mailbox"), 0},
47    {NULL,      0,  NULL,    OPTION_DOC,    {NULL,      0,  NULL,    OPTION_DOC,
48     N_("Note: Argument to --file (-f) option is optional. If it is present, "     N_("Note: Argument to --file (-f) option is optional. If it is present, "
49     "it must follow the short option immediately, without any intervening "     "it must follow the short option immediately, without any intervening "

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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