Mercurial > noffle
diff src/configfile.h @ 85:dfcb28566d36 noffle
[svn] Merged in changes from release-1-0 up to release-1-0-merge-1.
author | enz |
---|---|
date | Wed, 17 May 2000 11:51:22 +0100 |
parents | 1eb0cdd17c76 |
children | 1fcdced0246e |
line wrap: on
line diff
--- a/src/configfile.h Wed May 17 11:42:48 2000 +0100 +++ b/src/configfile.h Wed May 17 11:51:22 2000 +0100 @@ -3,7 +3,7 @@ Common declarations and handling of the configuration file. - $Id: configfile.h 88 2000-05-14 16:15:08Z bears $ + $Id: configfile.h 96 2000-05-17 10:51:22Z enz $ */ #ifndef CONFIGFILE_H @@ -25,7 +25,10 @@ Bool Cfg_autoUnsubscribe( void ); Bool Cfg_autoSubscribe( void ); Bool Cfg_infoAlways( void ); + +/* Ignored. Should be removed in development version. */ Bool Cfg_removeMsgId( void ); + Bool Cfg_replaceMsgId( void ); const char * Cfg_autoSubscribeMode( void ); /* Can be: full, thread, over */ const char * Cfg_mailTo( void );