Server IP : 111.118.215.189 / Your IP : 18.117.158.174 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/gnus/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:10:14 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/gnus/messcompat.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (require 'sendmail) #@369 *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 (#$ . -579)) #@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 (#$ . 1010)) #@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 (#$ . 1200)) (byte-code "\301\300!\203\n \302!\210\301\207" [mail-mode-hook boundp (lambda (#1=#:def-tmp-var) (defvar message-mode-hook #1# "Hook run in message mode buffers."))] 2) #@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 (#$ . -1544)) #@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 (#$ . -1746)) #@66 *File containing the text inserted at end of the message buffer. (defvar message-signature-file mail-signature-file (#$ . -2054)) #@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 (#$ . -2191)) #@35 Hook run before sending messages. (defvar message-send-hook mail-send-hook (#$ . 2418)) #@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 (#$ . 2513)) (provide 'messcompat)