- 13 May, 2002 4 commits
-
-
- 02 May, 2002 2 commits
-
-
- 27 Apr, 2002 1 commit
-
-
- 16 Apr, 2002 2 commits
-
-
new mu_set_user_email_domain() - domain to use to qualify an @-less username modified mu_get_user_email() - now uses default address and domain, if set -E,--email-addr - config option, calls mu_set_user_email -D,--email-domain - config option, calls mu_set_user_email_domain :address group for the above config options
Sam Roberts authored -
declared is to always call a mailutils wrapper function, which in turn calls the real function. That means the wrappers (and other functions in lib) will still compile with warnings, but the mailbox and utility code can compile clean.
Sam Roberts authored
-
- 15 Apr, 2002 2 commits
-
-
- 11 Apr, 2002 3 commits
-
-
-
-
you mailutils configuration, make ~/.mailutils a directory, and put your config files in it (same name, minus the leading "."). Also organized all common options under the heading "Common options", moved the daemon and auth options before the common options, and implemented a --lock-flags option.
Sam Roberts authored
-
- 28 Mar, 2002 1 commit
-
-
- 25 Mar, 2002 1 commit
-
-
- 19 Mar, 2002 1 commit
- 13 Mar, 2002 3 commits
-
-
by using (const char *name) in the argument. * pop3d/pop3d.c: The variable state was already use as a global, use "astate" in function pop3_parse_opt().
Alain Magloire authored -
-
-
- 12 Mar, 2002 1 commit
-
-
- 09 Mar, 2002 1 commit
-
-
- 08 Mar, 2002 2 commits
-
-
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.
Sergey Poznyakoff authored -
-
- 27 Feb, 2002 3 commits
-
- 23 Feb, 2002 2 commits
-
-
whitespace to the argv array. To fix: (argcv_scan): Return len+1 if called on or after the terminating null character. (argcv_get): Initialize *argc to zero and continue scanning until argcv_scan return is > len. Thanks Sam for noticing.
Sergey Poznyakoff authored
- 22 Feb, 2002 3 commits
-
-
-
(mu_argp_error_code): new global. Specifies exit code for exits on error.
Sergey Poznyakoff authored -
-
- 21 Feb, 2002 1 commit
-
-
place because it tokenizes, and whether a char is a comment or not depends on whether its in the middle of a token or not: "hi # there" # comment.
Sam Roberts authored
-
- 19 Feb, 2002 3 commits
-
-
-
sql query returning passwd data for a given uid, and --pam-service for setting the PAM service name to be used.
Sergey Poznyakoff authored -
-
- 15 Feb, 2002 1 commit
-
-
- 13 Feb, 2002 1 commit
-
-
- 05 Feb, 2002 2 commits
-
-