comparison lisp/mh-e/auto-autoloads.el @ 163:0132846995bd r20-3b8

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