updated
Showing
1 changed file
with
31 additions
and
0 deletions
1 | 2002-02-20 20:25 Sam Roberts <sroberts@uniserve.com> | ||
2 | |||
3 | * comsat/action.c, comsat/cfg.c, lib/argcv.c, lib/argcv.h, | ||
4 | lib/mu_argp.c, mail/send.c, mail/util.c, mh/mh_argp.c, | ||
5 | pop3d/popauth.c: argcv_get() now (optionally) strips comments while | ||
6 | parsing. Its the right place because it tokenizes, and whether a | ||
7 | char is a comment or not depends on whether its in the middle of a | ||
8 | token or not: "hi # there" # comment. | ||
9 | * sieve/sieve.c: Now supports a ~/.sieverc file. Mine looks like: | ||
10 | # ~/.sieverc | ||
11 | # Just moves my mail into my local spool. | ||
12 | -dTt --ticket=~/.tickets | ||
13 | -f pop://pop.uniserve.com | ||
14 | ~/.filter.sv | ||
15 | * include/mailutils/debug.h: The debug levels are a bitmask, and | ||
16 | I'd started to enumerate them. Oops. | ||
17 | * mailbox/muerrno.c: Began the task of returning more informative | ||
18 | error numbers. If this looks useful, we should all spread it | ||
19 | through the files we touch! | ||
20 | * doc/texinfo/: mailutils.texi, programs.texi: The info docs were | ||
21 | getting installed in the "Miscellaneous" section of the info | ||
22 | directory, now they go in GNU Libraries, with links to the programs | ||
23 | under GNU Utilities, as seemed to be suggested by the texinfo docs. | ||
24 | Maybe there's a better convention? | ||
25 | * include/mailutils/errno.h, mailbox/address.c, mailbox/mailbox.c, | ||
26 | mailbox/parse822.c: Began the task of returning more informative | ||
27 | error numbers. If this looks useful, we should all spread it | ||
28 | through the files we touch! | ||
29 | * sieve/svcb.c: Was using the POSIX (1003.1b) ENOTSUP, changed to | ||
30 | ENOSYS, which will exist most places, as Jeff pointed out. | ||
31 | |||
1 | 2002-02-20 Sergey Poznyakoff | 32 | 2002-02-20 Sergey Poznyakoff |
2 | 33 | ||
3 | * imap4d/status.c (imap4d_status): Bugfix: was using improperly | 34 | * imap4d/status.c (imap4d_status): Bugfix: was using improperly | ... | ... |
-
Please register or sign in to post a comment