/[mailutils]/mailutils/mail.local/main.c
ViewVC logotype

Diff of /mailutils/mail.local/main.c

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

revision 1.31 by polak, Tue Dec 24 21:03:03 2002 UTC revision 1.32 by gray, Fri Dec 27 19:31:06 2002 UTC
# Line 64  static struct argp_option options[] = Line 64  static struct argp_option options[] =
64      N_("Don't return errors when delivering to multiple recipients"), 0 },      N_("Don't return errors when delivering to multiple recipients"), 0 },
65    { "ex-quota-tempfail", ARG_QUOTA_TEMPFAIL, NULL, 0,    { "ex-quota-tempfail", ARG_QUOTA_TEMPFAIL, NULL, 0,
66      N_("Return temporary failure if disk or mailbox quota is exceeded"), 0 },      N_("Return temporary failure if disk or mailbox quota is exceeded"), 0 },
67    { "from", 'f', "EMAIL", 0,    { "from", 'f', N_("EMAIL"), 0,
68      N_("Specify the sender's name") },      N_("Specify the sender's name") },
69    { NULL, 'r', NULL, OPTION_ALIAS, NULL },    { NULL, 'r', NULL, OPTION_ALIAS, NULL },
70  #ifdef USE_DBM  #ifdef USE_DBM
71    { "quota-db", 'q', "FILE", 0,    { "quota-db", 'q', N_("FILE"), 0,
72      N_("Specify path to quota database"), 0 },      N_("Specify path to quota database"), 0 },
73  #endif  #endif
74    { "sieve", 'S', "PATTERN", 0,    { "sieve", 'S', N_("PATTERN"), 0,
75      N_("Set name pattern for user-defined sieve mail filters"), 0 },      N_("Set name pattern for user-defined sieve mail filters"), 0 },
76  #ifdef WITH_GUILE  #ifdef WITH_GUILE
77    { "source", 's', "PATTERN", 0,    { "source", 's', N_("PATTERN"), 0,
78      N_("Set name pattern for user-defined mail filters"), 0 },      N_("Set name pattern for user-defined mail filters"), 0 },
79  #endif  #endif
80    { "debug", 'x', "FLAGS", 0,    { "debug", 'x', N_("FLAGS"), 0,
81      N_("Enable debugging"), 0 },      N_("Enable debugging"), 0 },
82    { "timeout", 't', "NUMBER", 0,    { "timeout", 't', N_("NUMBER"), 0,
83      N_("Set timeout for acquiring the lockfile") },      N_("Set timeout for acquiring the lockfile") },
84    { NULL,      0, NULL, 0, NULL, 0 }    { NULL,      0, NULL, 0, NULL, 0 }
85  };  };

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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