comparison src/configfile.h @ 82:1eb0cdd17c76 noffle

[svn] info-always-unread config/doc/implementation
author bears
date Sun, 14 May 2000 17:15:08 +0100
parents 32ba1198c6fa
children dfcb28566d36
comparison
equal deleted inserted replaced
81:8b4e3f9e9e4e 82:1eb0cdd17c76
1 /* 1 /*
2 configfile.h 2 configfile.h
3 3
4 Common declarations and handling of the configuration file. 4 Common declarations and handling of the configuration file.
5 5
6 $Id: configfile.h 51 2000-05-05 23:49:38Z uh1763 $ 6 $Id: configfile.h 88 2000-05-14 16:15:08Z bears $
7 */ 7 */
8 8
9 #ifndef CONFIGFILE_H 9 #ifndef CONFIGFILE_H
10 #define CONFIGFILE_H 10 #define CONFIGFILE_H
11 11
22 int Cfg_autoUnsubscribeDays( void ); 22 int Cfg_autoUnsubscribeDays( void );
23 int Cfg_threadFollowTime( void ); 23 int Cfg_threadFollowTime( void );
24 int Cfg_connectTimeout( void ); 24 int Cfg_connectTimeout( void );
25 Bool Cfg_autoUnsubscribe( void ); 25 Bool Cfg_autoUnsubscribe( void );
26 Bool Cfg_autoSubscribe( void ); 26 Bool Cfg_autoSubscribe( void );
27 Bool Cfg_infoAlways( void );
27 Bool Cfg_removeMsgId( void ); 28 Bool Cfg_removeMsgId( void );
28 Bool Cfg_replaceMsgId( void ); 29 Bool Cfg_replaceMsgId( void );
29 const char * Cfg_autoSubscribeMode( void ); /* Can be: full, thread, over */ 30 const char * Cfg_autoSubscribeMode( void ); /* Can be: full, thread, over */
30 const char * Cfg_mailTo( void ); 31 const char * Cfg_mailTo( void );
31 32