[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mailutils/lib mu_argp.c
From: |
Sergey Poznyakoff |
Subject: |
mailutils/lib mu_argp.c |
Date: |
Fri, 08 Mar 2002 17:39:49 -0500 |
CVSROOT: /cvsroot/mailutils
Module name: mailutils
Changes by: Sergey Poznyakoff <address@hidden> 02/03/08 17:39:49
Modified files:
lib : mu_argp.c
Log message:
Based on the discussion with Sam, changed handling of
mailutils' command line options. Command line is parsed using
mu_argp_parse() call. mu_argp_parse scans global configuration
file and processes any options found there before those from
the command line. The options are separated by categories
(capabilities):
mailutils --maildir, --license
auth --sql-.* family, --pam-service
logging --log-facility
daemon --daemon, --inetd, --port, --timeout
If the capability name appears in configuration file, it
should be prefixed with : to discern it from the utility
name.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailutils/lib/mu_argp.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
- mailutils/lib mu_argp.c,
Sergey Poznyakoff <=