annotate lisp/mh-e/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18

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