163
|
1 ;;; DO NOT MODIFY THIS FILE
|
183
|
2 (if (featurep 'mh-e-autoloads) (error "Already loaded"))
|
163
|
3
|
|
4 ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el")
|
|
5
|
|
6 (autoload 'mh-smail "mh-comp" "\
|
|
7 Compose and send mail with the MH mail system.
|
|
8 This function is an entry point to mh-e, the Emacs front end
|
|
9 to the MH mail system.
|
|
10
|
|
11 See documentation of `\\[mh-send]' for more details on composing mail." t nil)
|
|
12
|
|
13 (autoload 'mh-smail-batch "mh-comp" "\
|
|
14 Set up a mail composition draft with the MH mail system.
|
|
15 This function is an entry point to mh-e, the Emacs front end
|
|
16 to the MH mail system. This function does not prompt the user
|
|
17 for any header fields, and thus is suitable for use by programs
|
|
18 that want to create a mail buffer.
|
|
19 Users should use `\\[mh-smail]' to compose mail." nil nil)
|
|
20
|
|
21 (autoload 'mh-smail-other-window "mh-comp" "\
|
|
22 Compose and send mail in other window with the MH mail system.
|
|
23 This function is an entry point to mh-e, the Emacs front end
|
|
24 to the MH mail system.
|
|
25
|
|
26 See documentation of `\\[mh-send]' for more details on composing mail." t nil)
|
|
27
|
|
28 (autoload 'mh-letter-mode "mh-comp" "\
|
|
29 Mode for composing letters in mh-e.\\<mh-letter-mode-map>
|
|
30 When you have finished composing, type \\[mh-send-letter] to send the message
|
|
31 using the MH mail handling system.
|
|
32 See the documentation for \\[mh-edit-mhn] for information on composing MIME
|
|
33 messages.
|
|
34
|
|
35 \\{mh-letter-mode-map}
|
|
36
|
|
37 Variables controlling this mode (defaults in parentheses):
|
|
38
|
|
39 mh-delete-yanked-msg-window (nil)
|
|
40 If non-nil, \\[mh-yank-cur-msg] will delete any windows displaying
|
|
41 the yanked message.
|
|
42
|
|
43 mh-yank-from-start-of-msg (t)
|
|
44 If non-nil, \\[mh-yank-cur-msg] will include the entire message.
|
|
45 If `body', just yank the body (no header).
|
|
46 If nil, only the portion of the message following the point will be yanked.
|
|
47 If there is a region, this variable is ignored.
|
|
48
|
|
49 mh-ins-buf-prefix (\"> \")
|
|
50 String to insert before each non-blank line of a message as it is
|
|
51 inserted in a draft letter.
|
|
52
|
|
53 mh-signature-file-name (\"~/.signature\")
|
|
54 File to be inserted into message by \\[mh-insert-signature].
|
|
55
|
|
56 Upon invoking mh-letter-mode, text-mode-hook and mh-letter-mode-hook are
|
|
57 invoked with no args, if those values are non-nil." t nil)
|
|
58
|
|
59 ;;;***
|
|
60
|
|
61 ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mh-e/mh-e.el")
|
|
62
|
|
63 (autoload 'mh-rmail "mh-e" "\
|
|
64 Inc(orporate) new mail with MH, or, with arg, scan an MH mail folder.
|
|
65 This function is an entry point to mh-e, the Emacs front end
|
|
66 to the MH mail system." t nil)
|
|
67
|
|
68 (autoload 'mh-version "mh-e" "\
|
|
69 Display version information about mh-e and the MH mail handling system." t nil)
|
|
70
|
|
71 ;;;***
|
|
72
|
|
73 ;;;### (autoloads nil "mh-mime" "mh-e/mh-mime.el")
|
|
74
|
|
75 (defvar mh-mime-content-types '(("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg")) "\
|
|
76 Legal MIME content types. See documentation for \\[mh-edit-mhn].")
|
|
77
|
|
78 ;;;***
|
|
79
|
|
80 ;;;### (autoloads nil "mh-utils" "mh-e/mh-utils.el")
|
|
81
|
|
82 (put 'mh-progs 'risky-local-variable t)
|
|
83
|
|
84 (put 'mh-lib 'risky-local-variable t)
|
|
85
|
|
86 ;;;***
|
|
87
|
|
88 (provide 'mh-e-autoloads)
|