diff src/configfile.h @ 195:76460d98b2fb noffle

[svn] * noffle.conf.example,docs/noffle.conf.5,src/configfile.h,src/configfile.c, src/protocol.c: Add new config item 'hostname' to specify the part after the @ in message IDs generated by Noffle. Patch submitted by Mirko Liss.
author bears
date Tue, 30 Oct 2001 13:16:40 +0000
parents 1c7303c71f66
children 01755687c565
line wrap: on
line diff
--- a/src/configfile.h	Tue Oct 30 12:42:13 2001 +0000
+++ b/src/configfile.h	Tue Oct 30 13:16:40 2001 +0000
@@ -3,7 +3,7 @@
 
   Common declarations and handling of the configuration file.
 
-  $Id: configfile.h 227 2000-10-26 21:21:13Z bears $
+  $Id: configfile.h 314 2001-10-30 13:16:40Z bears $
 */
 
 #ifndef CONFIGFILE_H
@@ -30,6 +30,7 @@
 Bool Cfg_infoAlways( void );
 
 Bool Cfg_replaceMsgId( void );
+const char * Cfg_hostnameMsgId( void );
 Bool Cfg_postLocal( void );
 const char * Cfg_mailTo( void );