Mercurial > noffle
diff src/configfile.h @ 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 | 01755687c565 |
children | 6cb66f5a0479 |
line wrap: on
line diff
--- a/src/configfile.h Sun Mar 23 15:19:24 2003 +0000 +++ b/src/configfile.h Mon Mar 24 23:32:48 2003 +0000 @@ -3,7 +3,7 @@ Common declarations and handling of the configuration file. - $Id: configfile.h 419 2003-01-10 23:11:43Z bears $ + $Id: configfile.h 495 2003-03-24 23:32:48Z bears $ */ #ifndef CONFIGFILE_H @@ -28,6 +28,7 @@ Bool Cfg_autoUnsubscribe( void ); Bool Cfg_autoSubscribe( void ); Bool Cfg_infoAlways( void ); +Bool Cfg_appendReplyTo ( void ); Bool Cfg_replaceMsgId( void ); const char * Cfg_hostnameMsgId( void );