Mercurial > noffle
diff src/configfile.h @ 494:372f8b55506e noffle
[svn] Apply patch from Jan De Luyck. Add new option 'add-messageid-if-missing',
which optionally postpones adding a message ID to the upstream server.
If this is done, post-locally must be off.
This is to deal with an upstream server troubling Jan. It usually (but
not always) rejects posts with a Noffle message ID.
I have changed Jan's original option of 'add-message-id-if-missing'
for consistency with 'replace-messageid' and added the manual page entry.
See SourceForge feature request 1513395.
author | bears |
---|---|
date | Wed, 12 Jul 2006 20:26:41 +0100 |
parents | 6cb66f5a0479 |
children | 614a3177b15c |
line wrap: on
line diff
--- a/src/configfile.h Sun Apr 16 07:20:58 2006 +0100 +++ b/src/configfile.h Wed Jul 12 20:26:41 2006 +0100 @@ -3,7 +3,7 @@ Common declarations and handling of the configuration file. - $Id: configfile.h 533 2003-05-23 09:33:10Z bears $ + $Id: configfile.h 645 2006-07-12 19:26:41Z bears $ */ #ifndef CONFIGFILE_H @@ -34,6 +34,7 @@ const char * Cfg_hostnameMsgId( void ); Bool Cfg_postLocal( void ); const char * Cfg_mailTo( void ); +Bool Cfg_addMsgIdIfMissing( void ); /* Begin iteration through the server names */ void Cfg_beginServEnum( void );