= {
INIT_OPT_TREE(
"protocol",
N_(
"Local files"),
N_(
"Options specific to local browsing.")),
INIT_OPT_BOOL(
"protocol.file",
N_(
"Allow reading special files"),
N_(
"Whether to allow reading from non-regular files. "
"Note this can be dangerous; reading /dev/urandom or "
"/dev/zero can ruin your day!")),
INIT_OPT_BOOL(
"protocol.file",
N_(
"Show hidden files in directory listing"),
N_(
"When set to false, files with name starting with a dot "
"will be hidden in local directory listings.")),
INIT_OPT_BOOL(
"protocol.file",
N_(
"Try encoding extensions"),
N_(
"When set, if we can't open a file named 'filename', "
"we'll try to open 'filename' with some encoding extension "
"appended (ie. 'filename.gz'); it depends on the supported "
"encodings.")),
NULL_OPTION_INFO,
}
@ OPT_ZERO
Definition options.h:23
#define N_(msg)
Definition libintl.h:25