- 27 Jul, 2001 7 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 11 commits
-
-
- 20 Jul, 2001 1 commit
-
-