/[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.57 by gray, Thu Mar 28 12:44:35 2002 UTC revision 1.58 by gray, Thu Apr 11 10:13:40 2002 UTC
# Line 31  static char doc[] = "GNU mail -- the sta Line 31  static char doc[] = "GNU mail -- the sta
31  static char args_doc[] = "[address...]";  static char args_doc[] = "[address...]";
32    
33  static struct argp_option options[] = {  static struct argp_option options[] = {
   {NULL, 0, NULL, 0,  
    "mail specific switches:", 0},  
34    {"exist",   'e', 0,      0, "Return true if mail exists", 0},    {"exist",   'e', 0,      0, "Return true if mail exists", 0},
35    {"file",    'f', "FILE", OPTION_ARG_OPTIONAL,    {"file",    'f', "FILE", OPTION_ARG_OPTIONAL,
36                                "Operate on mailbox FILE (default ~/mbox)", 0},                                "Operate on mailbox FILE (default ~/mbox)", 0},
# Line 169  static struct argp argp = { Line 167  static struct argp argp = {
167    NULL, NULL    NULL, NULL
168  };  };
169    
170  static const char *mail_capa[] = { "mailutils", NULL };  static const char *mail_capa[] = {
171            "common",
172            "license",
173             NULL
174    };
175                                                            
176  static char *  static char *
177  mail_cmdline(void *closure, int cont)  mail_cmdline(void *closure, int cont)

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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