Commit 0bd645c9 0bd645c9d4ece7aad5c89271421636bb41083bff by Sergey Poznyakoff

Updated

1 parent 7040e703
Showing 1 changed file with 19 additions and 0 deletions
2001-11-12 Sergey Poznyakoff
* examples/comsat.conf: (new) A sample configuration file
for comsatd utility.
* examples/dot.biffrc: (new) A sample per-user biff configuration
file.
* comsat/action.c: Implemented exec. Fixed trivial bug in
expand_escape().
* comsat/cfg.c: New keyword: allow-biffrc.
* comsat/comsat.c: Likewise.
* comsat/comsat.h: extern declarations.
* lib/argcv.c: Ignore trailing whitespace and terminate output array
with a NULL entry.
* mail/mail.c: Use quotes when setting default string values.
* mail/set.c: Bugfix: possible dereference of NULL pointer (on
input: set var=<eol> ).
2001-11-12 Alain Magloire
Support in POP3 maibox client for APOP authentication.
......