Commit 6d71e8ea 6d71e8ea7ff11e5b9fb478101b75194e15f435ce by Sergey Poznyakoff

Changes to mail/

1 parent f21a393e
Showing 1 changed file with 15 additions and 1 deletions
1 2001-07-01 Sergey Poznyakoff
2 * mailbox/attribute.c: set MU_ATTRIBUTE_MODIFIED bit in the underlying
3 structure when setting the flags.
4 * mail/mail.c: Initialize readline and set user name before
5 determining working mode.
6 For an empty mailbox output diagnostics and quit.
7 Read system-wide mail.rc file.
8 Implemented "set ignoreeof".
9 * mail/send.c: Implemented "set ignore", "set ignoreeof", "set nosave".
10 Use doubled escape character to insert a single escape to the
11 message body.
12 * mail/delete.c: Implemented "set autoprint"
13 * mail/dp.c: removed util_do_command("next"): delete does this anyway.
14
1 2001-06-30 Sergey Poznyakoff 15 2001-06-30 Sergey Poznyakoff
2 * configure.in: 16 * configure.in:
3 define READLINE_LIBS instead of linking libreadline 17 define READLINE_LIBS instead of linking libreadline
4 to every binary. 18 to every binary.
5 AC_CHECK_LIB(pthread) was missing comma before 19 AC_CHECK_LIB(pthread) was missing comma before
6 ACTION_IF_NOT_FOUND, thus have_libpthread was always no. 20 ACTION_IF_NOT_FOUND, thus have_libpthread was always no.
7 * mail/Makefile.am: User READLINE_LIBS 21 * mail/Makefile.am: Use READLINE_LIBS
8 * lib/argcv.[ch]: Treat a sequence of whitespace characters as 22 * lib/argcv.[ch]: Treat a sequence of whitespace characters as
9 a single whitespace. Break string on given delimiters. Do not 23 a single whitespace. Break string on given delimiters. Do not
10 split quoted arguments. 24 split quoted arguments.
......