;ELC   
;;; compiled by amu@mit.edu on Sat Sep 13 16:20:19 1997
;;; from file /afs/sipb.mit.edu/contrib/emacs/packages/gnus-5.4.67/lisp/messcompat.el
;;; emacs version 19.30.1.
;;; bytecomp version FSF 2.10
;;; optimization is on.
;;; this file uses opcodes which do not exist in Emacs 18.

(if (and (boundp 'emacs-version)
	 (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 (quote 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 (#$ . -526))
#@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 (#$ . 959))
#@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 (#$ . 1148))
#@35 Hook run in message mode buffers.
(defvar message-mode-hook mail-mode-hook (#$ . 1321))
#@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 (#$ . -1416))
#@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 (#$ . -1618))
#@63 *File containing the text inserted at end of message. buffer.
(defvar message-signature-file mail-signature-file (#$ . -1926))
#@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 (#$ . -2060))
#@35 Hook run before sending messages.
(defvar message-send-hook mail-send-hook (#$ . 2287))
(provide (quote messcompat))
