Commit 1c6da6b5 1c6da6b557a24698a7faacbe01d4f178f9d453bc by Sam Roberts

changed

1 parent 5aa0383a
Showing 1 changed file with 22 additions and 0 deletions
1 2002-04-10 Sam Roberts
2
3 * mail.local/main.c: split mailutils capabilities
4 * frm/frm.c: mailutils capabilities were split, and it now reports
5 failure, rather than calling failure seccess.
6 * comsat/comsat.c, guimb/main.c, imap4d/imap4d.c: mailutils
7 capbilities were split up
8 * mail.remote/: Makefile.am, mail.remote.c: A stub mail.remote. It
9 is waiting on completion of the smtp mailer_t.
10 * lib/mu_argp.c: Default per-utility config files are ~/.programrc.
11 If you want to segregate you mailutils configuration, make
12 ~/.mailutils a directory, and put your config files in it (same
13 name, minus the leading "."). Also organized all common options
14 under the heading "Common options", moved the daemon and auth
15 options before the common options, and implemented a --lock-flags
16 option.
17 * include/mailutils/locker.h, mailbox/locker.c:
18 (locker_set_default_flags) new function to set the default locking
19 flags Fixed bug wherein lock count wasn't incremented for external
20 locking. Fixed bug wherein the right flags wasn't checked during
21 union init.
22
1 2002-04-10 Sergey Poznyakoff 23 2002-04-10 Sergey Poznyakoff
2 24
3 * imap4d/list.c: Removed imap_match(). 25 * imap4d/list.c: Removed imap_match().
......