| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
gnus-home-directory
gnus-directory
SAVEDIR environment
variable, or `~/News/' if that variable isn't set.
Note that Gnus is mostly loaded when the `~/.gnus.el' file is read. This means that other directory variables that are initialized from this variable won't be set properly if you set this variable in `~/.gnus.el'. Set this variable in `.emacs' instead.
gnus-default-directory
nil (which is the
default), the default directory will be the default directory of the
buffer you were in when you started Gnus.
gnus-verbose
gnus-verbose-backends
gnus-verbose, but it applies
to the Gnus back ends instead of Gnus proper.
nnheader-max-head-length
nil, there is no upper read bound. If it is
t, the back ends won't try to read the articles piece by piece,
but read the entire articles. This makes sense with some versions of
ange-ftp or efs.
nnheader-head-chop-length
nnheader-file-name-translation-alist
(setq nnheader-file-name-translation-alist
'((?: . ?_)))
|
In fact, this is the default value for this variable on OS/2 and MS Windows (phooey) systems.
gnus-hidden-properties
(invisible t intangible t) by default on most systems, which
makes invisible text invisible and intangible.
gnus-parse-headers-hook
gnus-shell-command-separator
gnus-invalid-group-regexp
Regexp to match "invalid" group names when querying user for a group name. The default value catches some really invalid group names who could possibly mess up Gnus internally (like allowing `:' in a group name, which is normally used to delimit method and group).
IMAP users might want to allow `/' in group names though.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |