Config used by libnntp. More...
#include "config.h"
#include <stddef.h>
#include <config/lib.h>
#include <stdbool.h>
#include "private.h"
#include "init.h"
Go to the source code of this file.
Functions | |
bool | config_init_nntp (struct ConfigSet *cs) |
Register nntp config variables - Implements module_init_config_t. More... | |
Variables | |
unsigned char | C_CatchupNewsgroup |
Config: (nntp) Mark all articles as read when leaving a newsgroup. More... | |
unsigned char | C_FollowupToPoster |
Config: (nntp) Reply to the poster if 'poster' is in the 'Followup-To' header. More... | |
char * | C_GroupIndexFormat |
Config: (nntp) printf-like format string for the browser's display of newsgroups. More... | |
char * | C_NewsCacheDir |
Config: (nntp) Directory for cached news articles. More... | |
char * | C_NewsServer |
Config: (nntp) Url of the news server. More... | |
char * | C_NewsgroupsCharset |
Config: (nntp) Character set of newsgroups' descriptions. More... | |
char * | C_Newsrc |
Config: (nntp) File containing list of subscribed newsgroups. More... | |
char * | C_NntpAuthenticators |
Config: (nntp) Allowed authentication methods. More... | |
short | C_NntpContext |
Config: (nntp) Maximum number of articles to list (0 for all articles) More... | |
bool | C_NntpListgroup |
Config: (nntp) Check all articles when opening a newsgroup. More... | |
bool | C_NntpLoadDescription |
Config: (nntp) Load descriptions for newsgroups when adding to the list. More... | |
char * | C_NntpPass |
Config: (nntp) Password for the news server. More... | |
short | C_NntpPoll |
Config: (nntp) Interval between checks for new posts. More... | |
char * | C_NntpUser |
Config: (nntp) Username for the news server. More... | |
unsigned char | C_PostModerated |
Config: (nntp) Allow posting to moderated newsgroups. More... | |
bool | C_SaveUnsubscribed |
Config: (nntp) Save a list of unsubscribed newsgroups to the 'newsrc'. More... | |
bool | C_ShowNewNews |
Config: (nntp) Check for new newsgroups when entering the browser. More... | |
bool | C_ShowOnlyUnread |
Config: (nntp) Only show subscribed newsgroups with unread articles. More... | |
bool | C_XCommentTo |
Config: (nntp) Add 'X-Comment-To' header that contains article author. More... | |
struct ConfigDef | NntpVars [] |
Config used by libnntp.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file config.c.
bool config_init_nntp | ( | struct ConfigSet * | cs | ) |
Register nntp config variables - Implements module_init_config_t.
Definition at line 124 of file config.c.
unsigned char C_CatchupNewsgroup |
unsigned char C_FollowupToPoster |
char* C_GroupIndexFormat |
char* C_NewsCacheDir |
char* C_NewsgroupsCharset |
char* C_Newsrc |
char* C_NntpAuthenticators |
short C_NntpContext |
bool C_NntpListgroup |
bool C_NntpLoadDescription |
char* C_NntpPass |
short C_NntpPoll |
char* C_NntpUser |
unsigned char C_PostModerated |
bool C_SaveUnsubscribed |
bool C_ShowNewNews |
bool C_ShowOnlyUnread |
bool C_XCommentTo |