comparison TODO @ 357:b0ee77fa24d4 noffle

[svn] * src/post.c,src/configfile.c,src/configfile.h,docs/noffle.conf.5, noffle.conf.example,TODO: Added a config value to specify whether a Reply-To header should be appended to messages posted without it. Also made the new option show up in the noffle.conf manpage and the initial example configuration shipped with the package.
author bears
date Mon, 24 Mar 2003 23:32:48 +0000
parents 62cdb3113115
children
comparison
equal deleted inserted replaced
356:93e06e5ecb7a 357:b0ee77fa24d4
2 NOFFLE Todolist 2 NOFFLE Todolist
3 ------------------------------------------------------------------------------- 3 -------------------------------------------------------------------------------
4 4
5 Urgent 5 Urgent
6 ------ 6 ------
7
8 * Post: Only generate Reply-To: from From: if a configuration option set.
9 7
10 * Deal properly with headers split over several lines where the overall 8 * Deal properly with headers split over several lines where the overall
11 content of the header exceeds MAXCHAR characters (i.e. length of Str). 9 content of the header exceeds MAXCHAR characters (i.e. length of Str).
12 10
13 Later 11 Later