Mercurial > noffle
comparison 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 |
comparison
equal
deleted
inserted
replaced
493:4d3a1597813a | 494:372f8b55506e |
---|---|
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 533 2003-05-23 09:33:10Z bears $ | 6 $Id: configfile.h 645 2006-07-12 19:26:41Z bears $ |
7 */ | 7 */ |
8 | 8 |
9 #ifndef CONFIGFILE_H | 9 #ifndef CONFIGFILE_H |
10 #define CONFIGFILE_H | 10 #define CONFIGFILE_H |
11 | 11 |
32 | 32 |
33 Bool Cfg_replaceMsgId( void ); | 33 Bool Cfg_replaceMsgId( void ); |
34 const char * Cfg_hostnameMsgId( void ); | 34 const char * Cfg_hostnameMsgId( void ); |
35 Bool Cfg_postLocal( void ); | 35 Bool Cfg_postLocal( void ); |
36 const char * Cfg_mailTo( void ); | 36 const char * Cfg_mailTo( void ); |
37 Bool Cfg_addMsgIdIfMissing( void ); | |
37 | 38 |
38 /* Begin iteration through the server names */ | 39 /* Begin iteration through the server names */ |
39 void Cfg_beginServEnum( void ); | 40 void Cfg_beginServEnum( void ); |
40 | 41 |
41 /* Save next server name in "name". Return TRUE if name has been was saved. | 42 /* Save next server name in "name". Return TRUE if name has been was saved. |