Commit 681f85c7 681f85c7baa8e618864718251e16d844034e9ad4 by Sergey Poznyakoff

Updated

1 parent 9765f4d9
Showing 1 changed file with 17 additions and 0 deletions
1 2003-01-13 Sergey Poznyakoff
2
3 * m4/gssapi.m4: Fixed typo.
4 * mh/mh.h (RCPT_NONE,RCPT_TO,RCPT_ME,RCPT_ALL): New defines.
5 (rcpt_mask): New global declaration.
6 (mh_get_message): Added missing __P().
7 (mh_decode_rcpt_flag): New function.
8 * mh/mh_format.c (mh_decode_rcpt_flag,builtin_rcpt): New
9 functions.
10 * mh/mh_global.c (rcpt_mask): New global. Keeps cumulative
11 value of all --cc/--nocc command line options.
12 * mh/repl.c: Changed default format to use (rcpt) to decide
13 whether or not to include an address to the cc: header.
14 Implemented --cc/--nocc.
15 * mh/README: New file. A list of differences from standard
16 MH implementation.
17
1 2003-01-12 Wojciech Polak 18 2003-01-12 Wojciech Polak
2 19
3 * auth/sql.c: Added missing NLS markers. 20 * auth/sql.c: Added missing NLS markers.
......