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

Diff of /mailutils/mh/scan.c

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

revision 1.17 by gray, Fri Jan 31 15:00:35 2003 UTC revision 1.18 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 50  static struct argp_option options[] = { Line 50  static struct argp_option options[] = {
50    
51  /* Traditional MH options */  /* Traditional MH options */
52  struct mh_option mh_option[] = {  struct mh_option mh_option[] = {
53    {"clear",   1,  NULL, MH_OPT_BOOL},    {"clear",   1,  MH_OPT_BOOL},
54    {"form",    4,  NULL, MH_OPT_ARG, "formatfile"},    {"form",    4,  MH_OPT_ARG, "formatfile"},
55    {"format",  5,  NULL, MH_OPT_ARG, "string"},    {"format",  5,  MH_OPT_ARG, "string"},
56    {"header",  3,  NULL, MH_OPT_BOOL},    {"header",  3,  MH_OPT_BOOL},
57    {"width",   1,  NULL, MH_OPT_ARG, "number"},    {"width",   1,  MH_OPT_ARG, "number"},
58    {"reverse", 1,  NULL, MH_OPT_BOOL},    {"reverse", 1,  MH_OPT_BOOL},
59    {"file",    4,  NULL, MH_OPT_ARG, "file"},    {"file",    4,  MH_OPT_ARG, "file"},
60    { 0 }    { 0 }
61  };  };
62    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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