Commit 9cdc5ce6 9cdc5ce6e82ce56ee88543b5122c7b4c2ee07674 by Sergey Poznyakoff

Changes to mail/

1 parent a5c851be
Showing 1 changed file with 37 additions and 1 deletions
1 2001-07-09 Sergey Poznyakoff
2 * configure.in: check for termios.h termio.h sgtty.h
3 Added MU_MAINTAINER_MODE.
4 * m4/maintain.m4: (new) Settings specific to maintainer-mode.
5 * m4/Makefile.am: Added maintain.m4.
6
7 * mailbox/attribute.c: Fixed flags_to_string(): MU_ATTRIBUTE_SEEN
8 and MU_ATTRIBUTE_READ were swapped: the former produced 'R',
9 and the latter 'O'.
10
11 * mail/file.c: run "summary" after opening new mailbox.
12 Issue diagnostics if mailbox cannot be opened.
13 Display summary when called without arguments.
14 * mail/from.c: Changed flags display.
15 * mail/mailline.c: Provide ml_reread() when compiled without
16 readline.
17 Check for interrupt in (both versions of) ml_reread().
18 Use util_[cm]alloc() instead of [cm]alloc().
19 * mail/{print.c,visual.c}: set READ instead of SEEN attribute on
20 read messages.
21 * mail/z.c: case D_FWD missed break; Fixed typos in the comment
22 to D_NONE.
23 * mail/version.c: display options with which the program is
24 compiled.
25 * mail/util.c: Added util_malloc(), util_calloc().
26 * mail/mail.h: Protos for the above;
27 * mail/alias.c: use util_[cm]alloc() instead of library functions
28 wherever appropriate.
29 * mail/alt.c: Likewise.
30 * mail/mail.c: Likewise.
31 * mail/shell.c: Likewise.
32 * mail/unset.c: Likewise.
33 * mail/var.c: Likewise.
34 Implemented ~A (read signature from file).
35 * mail/quit.c: Raise hold flag when not closing system mailbox (%).
36
1 2001-07-06 Alain Magloire 37 2001-07-06 Alain Magloire
2 38
3 * mail/mailline.c: "interupt" is actually a key word 39 * mail/mailline.c: "interupt" is actually a key word
4 for somce C compiler i.e. Watcomm C, rename it to "interrupted". 40 for some C compiler i.e. Watcomm C, rename it to "interrupted".
5 * mail/util.c: The macros O_CREAT etc needs <sys/fnct.h>. 41 * mail/util.c: The macros O_CREAT etc needs <sys/fnct.h>.
6 42
7 2001-07-06 Alain Magloire 43 2001-07-06 Alain Magloire
......