;ELC   
;;; Compiled by amu@quiche-lorraine.mit.edu on Thu Jan  6 19:17:59 2000
;;; from file /afs/sipb.mit.edu/contrib/emacs/packages/gnus-5.8.3/lisp/messcompat.el
;;; in Emacs version 20.4.1
;;; with bytecomp version 2.56
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`messcompat.el' was compiled for Emacs 19.29 or later"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(require 'sendmail)
#@371 *Specifies how "From" headers look.

If `nil', they contain just the return address like:
	king@grassland.com
If `parens', they look like:
	king@grassland.com (Elvis Parsley)
If `angles', they look like:
	Elvis Parsley <king@grassland.com>

Otherwise, most addresses look like `angles', but they look like
`parens' if `angles' would need quoting and `parens' would not.
(defvar message-from-style mail-from-style (#$ . -668))
#@126 Non-nil means when sending a message wait for and display errors.
nil means let mailer mail back a message to report errors.
(defvar message-interactive mail-interactive (#$ . 1101))
#@112 Normal hook, run each time a new outgoing message is initialized.
The function `message-setup' runs this hook.
(defvar message-setup-hook mail-setup-hook (#$ . 1291))
(byte-code "\303\300!\203 \303\301!\204 \301\nB\304\301\305\306#\210\303\207" [mail-mode-hook message-mode-hook current-load-list boundp put variable-documentation "Hook run in message mode buffers."] 4)
#@123 *Number of spaces to insert at the beginning of each cited line.
Used by `message-yank-original' via `message-yank-cite'.
(defvar message-indentation-spaces mail-indentation-spaces (#$ . -1674))
#@248 *String to be inserted at the end of the message buffer.
If t, the `message-signature-file' file will be inserted instead.
If a function, the result from the function will be used instead.
If a form, the result from the form will be used instead.
(defvar message-signature mail-signature (#$ . -1876))
#@66 *File containing the text inserted at end of the message buffer.
(defvar message-signature-file mail-signature-file (#$ . -2184))
#@155 *A string containing header lines to be inserted in outgoing messages.
It is inserted before you edit the message, so you can edit or delete
these lines.
(defvar message-default-headers mail-default-headers (#$ . -2321))
#@35 Hook run before sending messages.
(defvar message-send-hook mail-send-hook (#$ . 2548))
#@155 Function to call to send the current buffer as mail.
The headers should be delimited by a line whose contents match the
variable `mail-header-separator'.
(defvar message-send-mail-function send-mail-function (#$ . 2643))
(provide 'messcompat)
