= {
INIT_OPT_TREE(
"protocol",
N_(
"NNTP"),
N_(
"NNTP and news specific options.")),
INIT_OPT_STRING(
"protocol.nntp",
N_(
"Default news server"),
N_(
"Used when resolving news: URIs. "
"If set to the empty string the value of the NNTPSERVER "
"environment variable will be used.")),
INIT_OPT_STRING(
"protocol.nntp",
N_(
"Message header entries"),
N_(
"Comma separated list of which entries in the article "
"header to show. E.g. 'Subject' and 'From'. "
"All header entries can be read in the header info dialog.")),
NULL_OPTION_INFO,
}
@ OPT_ZERO
Definition options.h:23
#define NNTP_HEADER_ENTRIES
Definition nntp.c:18