- 27 Jul, 2001 4 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 4 commits
-
-
-
-
and rename to util_cpystr(). * mailbox/include/misc.h: Removed. * mailbox/mutil.c (util_cpystr): New function, move the _cpystr() from misc.c and move here. * mailbox/Makefile.am: Removed misc.c in dependencies. * mailbox/include/Makefile.am: Removed misc.h in dependencies. * mailbox/address.c: Use util_cpystr() instead of _cpystr(). Added <mailutils/mutil.h> prototype. * mailbox/auth.c: Likewised. * mailbox/url.c: Likewised. * mailbox/folder.c: Likewised
Alain Magloire authored -
-