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

Diff of /mailutils/mh/folder.c

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

revision 1.8 by gray, Sun Jan 26 13:47:54 2003 UTC revision 1.9 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 70  static struct argp_option options[] = { Line 70  static struct argp_option options[] = {
70    
71  /* Traditional MH options */  /* Traditional MH options */
72  struct mh_option mh_option[] = {  struct mh_option mh_option[] = {
73    {"print", 2, NULL, 0, NULL },    {"print",   2, 0, NULL },
74    {"list", 1, NULL, 0, NULL },    {"list",    1, 0, NULL },
75    {"push", 2, NULL, 0, NULL },    {"push",    2, 0, NULL },
76    {"pop", 2, NULL, 0, NULL },    {"pop",     2, 0, NULL },
77    {"all", 1, NULL, 0, NULL },    {"all",     1, 0, NULL },
78    {"create", 1, NULL, MH_OPT_BOOL, NULL},    {"create",  1, MH_OPT_BOOL, NULL},
79    {"fast", 1, NULL, MH_OPT_BOOL, NULL},    {"fast",    1, MH_OPT_BOOL, NULL},
80    {"header", 1, NULL, MH_OPT_BOOL, NULL},    {"header",  1, MH_OPT_BOOL, NULL},
81    {"recurse", 1, NULL, MH_OPT_BOOL, NULL},    {"recurse", 1, MH_OPT_BOOL, NULL},
82    {"total", 1, NULL, MH_OPT_BOOL, NULL},    {"total",   1, MH_OPT_BOOL, NULL},
83    {NULL},    {NULL},
84  };  };
85    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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