Commit 42a78355 42a783559124014082923a489c63224b7a23805f by Sergey Poznyakoff

Updated

1 parent 81a456b7
Showing 1 changed file with 16 additions and 1 deletions
1 2003-03-26 Sergey Poznyakof 1 2003-03-27 Sergey Poznyakoff
2
3 * mailbox/filter_trans.c (_hexdigits): Must be zero-terminated,
4 otherwise the native Darwin loader refuses to load it.
5 (qp_decode): Bugfix: in accordance with rfc1892 a sequence
6 of whitespace is allowed in an encoded string provided that
7 it is followed by a printable character.
8 (qp_encode): Preserve trailing whitespace.
9 * include/mailutils/nls.h [!ENABLE_NLS]: Provide defines for
10 dgettext and ngettext.
11 * mailbox/argp-parse.c: Include <mailutils/nls.h>
12 * mh/mhn.c (mhn_store_command): If no message part is available
13 ignore %p and %P metacharacters.
14 (store_handler): Unlink the file if it exists.
15
16 2003-03-26 Sergey Poznyakoff
2 17
3 * mailbox/mu_auth.c (mu_auth_data_alloc): Fixed COPY macro. 18 * mailbox/mu_auth.c (mu_auth_data_alloc): Fixed COPY macro.
4 * mh/mhn.c (main): Ignore sighups. 19 * mh/mhn.c (main): Ignore sighups.
......