/[mailutils]/mailutils/mh/inc.c
ViewVC logotype

Diff of /mailutils/mh/inc.c

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

revision 1.20 by gray, Fri Jan 31 15:00:35 2003 UTC revision 1.21 by gray, Sat Feb 8 02:22:14 2003 UTC
# Line 1  Line 1 
1  /* GNU Mailutils -- a suite of utilities for electronic mail  /* GNU Mailutils -- a suite of utilities for electronic mail
2     Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
3    
4     GNU Mailutils is free software; you can redistribute it and/or modify     GNU Mailutils is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 44  static struct argp_option options[] = { Line 44  static struct argp_option options[] = {
44    
45  /* Traditional MH options */  /* Traditional MH options */
46  struct mh_option mh_option[] = {  struct mh_option mh_option[] = {
47    {"audit",   5,  NULL, MH_OPT_ARG, "audit-file" },    {"audit",     5, MH_OPT_ARG, "audit-file" },
48    {"noaudit", 3,  NULL, 0, },    {"noaudit",   3, 0, },
49    {"changecur", 1, NULL, MH_OPT_BOOL},    {"changecur", 1, MH_OPT_BOOL},
50    {"file",    2, NULL, MH_OPT_ARG, "input-file"},    {"file",      2, MH_OPT_ARG, "input-file"},
51    {"form",    4, NULL, MH_OPT_ARG, "format-file"},    {"form",      4, MH_OPT_ARG, "format-file"},
52    {"format",  5, NULL, MH_OPT_ARG, "string"},    {"format",    5, MH_OPT_ARG, "string"},
53    {"truncate", 2, NULL, MH_OPT_BOOL, },    {"truncate",  2, MH_OPT_BOOL, },
54    {"width",   1,  NULL, MH_OPT_ARG, "number"},    {"width",     1, MH_OPT_ARG, "number"},
55    {"quiet",   1,  NULL, 0, },    {"quiet",     1, 0, },
56    { 0 }    { 0 }
57  };  };
58    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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