gnus-home-directory
|
All Gnus path variables will be initialized from this variable, which
defaults to ` |
gnus-directory
|
Most Gnus storage path variables will be initialized from this variable,
which defaults to the `
Note that Gnus is mostly loaded when the ` |
gnus-default-directory
|
Not related to the above variable at all---this variable says what the
default directory of all Gnus buffers should be. If you issue commands
like C-x C-f, the prompt you'll get starts in the current buffer's
default directory. If this variable is |
gnus-verbose
|
This variable is an integer between zero and ten. The higher the value, the more messages will be displayed. If this variable is zero, Gnus will never flash any messages, if it is seven (which is the default), most important messages will be shown, and if it is ten, Gnus won't ever shut up, but will flash so many messages it will make your head swim. |
gnus-verbose-backends
|
This variable works the same way as |
nnheader-max-head-length
|
When the backends read straight heads of articles, they all try to read
as little as possible. This variable (default 4096) specifies
the absolute max length the backends will try to read before giving up
on finding a separator line between the head and the body. If this
variable is |
nnheader-head-chop-length
|
This variable (default 2048) says how big a piece of each article to read when doing the operation described above. |
nnheader-file-name-translation-alist
|
This is an alist that says how to translate characters in file names.
For instance, if `
In fact, this is the default value for this variable on OS/2 and MS Windows (phooey) systems. |
gnus-hidden-properties
|
This is a list of properties to use to hide ``invisible'' text. It is
|
gnus-parse-headers-hook
|
A hook called before parsing headers. It can be used, for instance, to gather statistics on the headers fetched, or perhaps you'd like to prune some headers. I don't see why you'd want that, though. |
gnus-shell-command-separator
|
String used to separate two shell commands. The default is ` |