- 01 Aug, 2001 1 commit
-
-
* sieve/xmalloc.c: Removed, use lib/xmalloc.c instead. * sieve/xmalloc.h: Removed. * sieve/sysexists.h: Removed.
Alain Magloire authored
-
- 30 Jul, 2001 6 commits
-
-
-
-
-
-
mu_message_copy mu_message_delete mu_message_get_flag mu_message_set_flag mu_message_get_user_flag mu_message_set_user_flag
Sergey Poznyakoff authored -
-
- 27 Jul, 2001 10 commits
-
-
- 26 Jul, 2001 2 commits
-
-
-
But it is clearly not flexible enough: decode [msgno] [part] ? decode 28 2 Suppose message 28 is a mime with two part, the second part will be decoded and sent to stdout. * mail/decode.c: First implementation behind Jakobs idea.
Alain Magloire authored
-
- 24 Jul, 2001 1 commit
-
-
- 23 Jul, 2001 13 commits
-
-
-
-
-
-
-
-
-
-
-
-
-
by default using signal will make function calls restartable, at least on my default RH5.1, when read() was interrupted it did not return EINTR inside ml_getc(). * mail.c (main): Use sigaction if available to set SIGPIPE. * mailline.c (sig_handler): Reset "lines" variable. Recall signal() if we did not have sigaction. (ml_readline_init): Use sigaction to set SIGWINCH and SIGINT.
Alain Magloire authored
-
- 22 Jul, 2001 5 commits
-
-
-
-
-
Added check for -ldl before checking for -lpam: both FreeBSD and OpenBSD lack libdl, but have working libpam.
Sergey Poznyakoff authored -
-
- 21 Jul, 2001 2 commits
-
-