| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Message will generate new buffers with unique buffer names when you request a message buffer. When you send the message, the buffer isn't normally killed off. Its name is changed and a certain number of old message buffers are kept alive.
message-generate-new-buffers
nil, generate new buffers. The default is t. If
this is a function, call that function with three parameters: The type,
the to address and the group name. (Any of these may be nil.)
The function should return the new buffer name.
message-max-buffers
nil, no old message buffers
will ever be killed.
message-send-rename-function
(setq message-send-rename-function 'ignore) |
message-kill-buffer-on-exit
nil, kill the buffer immediately on exit.