commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mailutils ChangeLog


From: Sergey Poznyakoff
Subject: mailutils ChangeLog
Date: Tue, 05 Feb 2002 10:06:19 -0500

CVSROOT:        /cvsroot/mailutils
Module name:    mailutils
Changes by:     Sergey Poznyakoff <address@hidden>      02/02/05 10:06:19

Modified files:
        .              : ChangeLog 

Log message:
        Use argp_ functions instead of getopt to parse command
        line arguments. This allows all mailutils programs
        to share common code and to have the same subset
        of command line options. Besides, this allows to have
        a single configuration file for entire package.
        The common command-line subsets are (struct argp_child):
        
        1. mu_common_argp_child: handles --maildir,--log-facility,
        --license and --sql-.* family of options. (The latter
        are used to supply data for SQL getpwnam et al. functions
        instead of hard-coding them).
        2. mu_daemon_argp_child: handles --daemon,--inetd,--port
        and --timeout options.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailutils/ChangeLog.diff?tr1=1.379&tr2=1.380&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]