(c-offsets-alist): Fix typo.
[bpt/emacs.git] / lisp / mh-e / mh-loaddefs.el
CommitLineData
c3d9274a
BW
1;;; mh-loaddefs.el --- automatically extracted autoloads
2;;
3;;; Commentary:
4;;; Code:
5\f
6;;;### (autoloads (mh-letter-complete mh-open-line mh-fully-kill-draft
7;;;;;; mh-yank-cur-msg mh-insert-letter mh-send-letter mh-check-whom
8;;;;;; mh-insert-signature mh-to-fcc mh-to-field mh-fill-paragraph-function
9;;;;;; mh-send-other-window mh-send mh-reply mh-redistribute mh-forward
10;;;;;; mh-extract-rejected-mail mh-edit-again) "mh-comp" "mh-comp.el"
11;;;;;; (15899 19356))
12;;; Generated autoloads from mh-comp.el
13
14(autoload (quote mh-edit-again) "mh-comp" "\
15Clean up a draft or a message MSG previously sent and make it resendable.
16Default is the current message.
17The variable `mh-new-draft-cleaned-headers' specifies the headers to remove.
18See also documentation for `\\[mh-send]' function." t nil)
19
20(autoload (quote mh-extract-rejected-mail) "mh-comp" "\
21Extract message MSG returned by the mail system and make it resendable.
22Default is the current message. The variable `mh-new-draft-cleaned-headers'
23gives the headers to clean out of the original message.
24See also documentation for `\\[mh-send]' function." t nil)
25
26(autoload (quote mh-forward) "mh-comp" "\
27Forward one or more messages to the recipients TO and CC.
28
29Use the optional MSG-OR-SEQ to specify a message or sequence to forward.
30
31Default is the displayed message. If optional prefix argument is given then
32prompt for the message sequence. If variable `transient-mark-mode' is non-nil
33and the mark is active, then the selected region is forwarded.
34See also documentation for `\\[mh-send]' function." t nil)
35
36(autoload (quote mh-redistribute) "mh-comp" "\
37Redistribute displayed message to recipients TO and CC.
38Use optional argument MSG to redistribute another message.
39Depending on how your copy of MH was compiled, you may need to change the
40setting of the variable `mh-redist-full-contents'. See its documentation." t nil)
41
42(autoload (quote mh-reply) "mh-comp" "\
43Reply to MESSAGE (default: current message).
44If the optional argument REPLY-TO is not given, prompts for type of addresses
45to reply to:
46 from sender only,
47 to sender and primary recipients,
48 cc/all sender and all recipients.
49If optional prefix argument INCLUDEP provided, then include the message
50in the reply using filter `mhl.reply' in your MH directory.
51If the file named by `mh-repl-formfile' exists, it is used as a skeleton
52for the reply. See also documentation for `\\[mh-send]' function." t nil)
53
54(autoload (quote mh-send) "mh-comp" "\
55Compose and send a letter.
56
57Do not call this function from outside MH-E; use \\[mh-smail] instead.
58
59The file named by `mh-comp-formfile' will be used as the form.
60The letter is composed in `mh-letter-mode'; see its documentation for more
61details.
62If `mh-compose-letter-function' is defined, it is called on the draft and
63passed three arguments: TO, CC, and SUBJECT." t nil)
64
65(autoload (quote mh-send-other-window) "mh-comp" "\
66Compose and send a letter in another window.
67
68Do not call this function from outside MH-E; use \\[mh-smail-other-window]
69instead.
70
71The file named by `mh-comp-formfile' will be used as the form.
72The letter is composed in `mh-letter-mode'; see its documentation for more
73details.
74If `mh-compose-letter-function' is defined, it is called on the draft and
75passed three arguments: TO, CC, and SUBJECT." t nil)
76
77(autoload (quote mh-fill-paragraph-function) "mh-comp" "\
78Fill paragraph at or after point.
79Prefix ARG means justify as well. This function enables `fill-paragraph' to
80work better in MH-Letter mode." t nil)
81
82(autoload (quote mh-to-field) "mh-comp" "\
83Move point to the end of a specified header field.
84The field is indicated by the previous keystroke (the last keystroke
85of the command) according to the list in the variable `mh-to-field-choices'.
86Create the field if it does not exist. Set the mark to point before moving." t nil)
87
88(autoload (quote mh-to-fcc) "mh-comp" "\
89Insert an Fcc: FOLDER field in the current message.
90Prompt for the field name with a completion list of the current folders." t nil)
91
92(autoload (quote mh-insert-signature) "mh-comp" "\
93Insert the file named by `mh-signature-file-name' at point.
94The value of `mh-letter-insert-signature-hook' is a list of functions to be
95called, with no arguments, before the signature is actually inserted." t nil)
96
97(autoload (quote mh-check-whom) "mh-comp" "\
98Verify recipients of the current letter, showing expansion of any aliases." t nil)
99
100(autoload (quote mh-send-letter) "mh-comp" "\
101Send the draft letter in the current buffer.
102If optional prefix argument ARG is provided, monitor delivery.
103The value of `mh-before-send-letter-hook' is a list of functions to be called,
104with no arguments, before doing anything.
105Run `\\[mh-edit-mhn]' if variable `mh-mhn-compose-insert-flag' is set.
106Run `\\[mh-mml-to-mime]' if variable `mh-mml-compose-insert-flag' is set.
107Insert X-Mailer field if variable `mh-insert-x-mailer-flag' is set.
108Insert X-Face field if the file specified by `mh-x-face-file' exists." t nil)
109
110(autoload (quote mh-insert-letter) "mh-comp" "\
111Insert a message into the current letter.
112Removes the header fields according to the variable `mh-invisible-headers'.
113Prefixes each non-blank line with `mh-ins-buf-prefix', unless
114`mh-yank-from-start-of-msg' is set for supercite in which case supercite is
115used to format the message.
116Prompts for FOLDER and MESSAGE. If prefix argument VERBATIM provided, do
117not indent and do not delete headers. Leaves the mark before the letter
118and point after it." t nil)
119
120(autoload (quote mh-yank-cur-msg) "mh-comp" "\
121Insert the current message into the draft buffer.
122Prefix each non-blank line in the message with the string in
123`mh-ins-buf-prefix'. If a region is set in the message's buffer, then
124only the region will be inserted. Otherwise, the entire message will
125be inserted if `mh-yank-from-start-of-msg' is non-nil. If this variable
126is nil, the portion of the message following the point will be yanked.
127If `mh-delete-yanked-msg-window-flag' is non-nil, any window displaying the
128yanked message will be deleted." t nil)
129
130(autoload (quote mh-fully-kill-draft) "mh-comp" "\
131Kill the draft message file and the draft message buffer.
132Use \\[kill-buffer] if you don't want to delete the draft message file." t nil)
133
134(autoload (quote mh-open-line) "mh-comp" "\
135Insert a newline and leave point after it.
136In addition, insert newline and quoting characters before text after point.
137This is useful in breaking up paragraphs in replies." t nil)
138
139(autoload (quote mh-letter-complete) "mh-comp" "\
140Perform completion on header field or word preceding point.
141Alias completion is done within the mail header on selected fields and
142by the function designated by `mh-letter-complete-function' elsewhere,
143passing the prefix ARG if any." t nil)
144
145;;;***
146\f
147;;;### (autoloads (mh-tool-bar-folder-set mh-tool-bar-letter-set
148;;;;;; mh-customize) "mh-customize" "mh-customize.el" (15899 29873))
149;;; Generated autoloads from mh-customize.el
150
151(autoload (quote mh-customize) "mh-customize" "\
152Customize MH-E variables." t nil)
153
154(autoload (quote mh-tool-bar-letter-set) "mh-customize" "\
155Construct toolbar for `mh-letter-mode'." nil nil)
156
157(autoload (quote mh-tool-bar-folder-set) "mh-customize" "\
158Construct toolbar for `mh-folder-mode'." nil nil)
159
160;;;***
161\f
162;;;### (autoloads (mh-goto-cur-msg mh-update-sequences mh-folder-line-matches-show-buffer-p)
163;;;;;; "mh-e" "mh-e.el" (15899 29921))
164;;; Generated autoloads from mh-e.el
165
166(autoload (quote mh-folder-line-matches-show-buffer-p) "mh-e" "\
167Return t if the message under point in folder-mode is in the show buffer.
168Return nil in any other circumstance (no message under point, no show buffer,
169the message in the show buffer doesn't match." nil nil)
170
171(autoload (quote mh-update-sequences) "mh-e" "\
172Update MH's Unseen-Sequence and current folder and message.
173Flush MH-E's state out to MH. The message at the cursor becomes current." t nil)
174
175(autoload (quote mh-goto-cur-msg) "mh-e" "\
176Position the cursor at the current message.
177When optional argument MINIMAL-CHANGES-FLAG is non-nil, the function doesn't
178recenter the folder buffer." nil nil)
179
180;;;***
181\f
182;;;### (autoloads (mh-prefix-help mh-help mh-store-buffer mh-store-msg
183;;;;;; mh-undo-folder mh-sort-folder mh-print-msg mh-page-digest-backwards
184;;;;;; mh-page-digest mh-pipe-msg mh-pack-folder mh-list-folders
185;;;;;; mh-kill-folder mh-copy-msg mh-burst-digest) "mh-funcs" "mh-funcs.el"
186;;;;;; (15886 19303))
187;;; Generated autoloads from mh-funcs.el
188
189(autoload (quote mh-burst-digest) "mh-funcs" "\
190Burst apart the current message, which should be a digest.
191The message is replaced by its table of contents and the messages from the
192digest are inserted into the folder after that message." t nil)
193
194(autoload (quote mh-copy-msg) "mh-funcs" "\
195Copy the specified MSG-OR-SEQ to another FOLDER without deleting them.
196Default is the displayed message. If optional prefix argument is provided,
197then prompt for the message sequence." t nil)
198
199(autoload (quote mh-kill-folder) "mh-funcs" "\
200Remove the current folder and all included messages.
201Removes all of the messages (files) within the specified current folder,
202and then removes the folder (directory) itself.
203The value of `mh-folder-list-change-hook' is a list of functions to be called,
204with no arguments, after the folders has been removed." t nil)
205
206(autoload (quote mh-list-folders) "mh-funcs" "\
207List mail folders." t nil)
208
209(autoload (quote mh-pack-folder) "mh-funcs" "\
210Renumber the messages of a folder to be 1..n.
211First, offer to execute any outstanding commands for the current folder. If
212optional prefix argument provided, prompt for the RANGE of messages to display
213after packing. Otherwise, show the entire folder." t nil)
214
215(autoload (quote mh-pipe-msg) "mh-funcs" "\
216Pipe the current message through the given shell COMMAND.
217If INCLUDE-HEADERS (prefix argument) is provided, send the entire message.
218Otherwise just send the message's body without the headers." t nil)
219
220(autoload (quote mh-page-digest) "mh-funcs" "\
221Advance displayed message to next digested message." t nil)
222
223(autoload (quote mh-page-digest-backwards) "mh-funcs" "\
224Back up displayed message to previous digested message." t nil)
225
226(autoload (quote mh-print-msg) "mh-funcs" "\
227Print MSG-OR-SEQ (default: displayed message) on printer.
228If optional prefix argument provided, then prompt for the message sequence.
229The variable `mh-lpr-command-format' is used to generate the print command.
230The messages are formatted by mhl. See the variable `mhl-formfile'." t nil)
231
232(autoload (quote mh-sort-folder) "mh-funcs" "\
233Sort the messages in the current folder by date.
234Calls the MH program sortm to do the work.
235The arguments in the list `mh-sortm-args' are passed to sortm if the optional
236argument EXTRA-ARGS is given." t nil)
237
238(autoload (quote mh-undo-folder) "mh-funcs" "\
239Undo all pending deletes and refiles in current folder.
240Argument IGNORE is deprecated." t nil)
241
242(autoload (quote mh-store-msg) "mh-funcs" "\
243Store the file(s) contained in the current message into DIRECTORY.
244The message can contain a shar file or uuencoded file.
245Default directory is the last directory used, or initially the value of
246`mh-store-default-directory' or the current directory." t nil)
247
248(autoload (quote mh-store-buffer) "mh-funcs" "\
249Store the file(s) contained in the current buffer into DIRECTORY.
250The buffer can contain a shar file or uuencoded file.
251Default directory is the last directory used, or initially the value of
252`mh-store-default-directory' or the current directory." t nil)
253
254(autoload (quote mh-help) "mh-funcs" "\
255Display cheat sheet for the MH-Folder commands in minibuffer." t nil)
256
257(autoload (quote mh-prefix-help) "mh-funcs" "\
258Display cheat sheet for the commands of the current prefix in minibuffer." t nil)
259
260;;;***
261\f
262;;;### (autoloads (mh-insert-identity mh-identity-list-set mh-identity-make-menu)
263;;;;;; "mh-identity" "mh-identity.el" (15852 60439))
264;;; Generated autoloads from mh-identity.el
265
266(autoload (quote mh-identity-make-menu) "mh-identity" "\
267Build (or rebuild) the Identity menu (e.g. after the list is modified)." nil nil)
268
269(autoload (quote mh-identity-list-set) "mh-identity" "\
270Update the `mh-identity-list' variable, and rebuild the menu.
271Sets the default for SYMBOL (e.g. `mh-identity-list') to VALUE (as set in
272customization). This is called after 'customize is used to alter
273`mh-identity-list'." nil nil)
274
275(autoload (quote mh-insert-identity) "mh-identity" "\
276Insert proper fields for given IDENTITY.
277Edit the `mh-identity-list' variable to define identity." t nil)
278
279;;;***
280\f
281;;;### (autoloads (mh-namazu-execute-search mh-swish++-execute-search
282;;;;;; mh-swish-execute-search mh-glimpse-execute-search mh-index-execute-commands
283;;;;;; mh-index-visit-folder mh-index-delete-folder-headers mh-index-insert-folder-headers
284;;;;;; mh-index-previous-folder mh-index-next-folder mh-index-search
285;;;;;; mh-index-update-maps) "mh-index" "mh-index.el" (15899 19358))
286;;; Generated autoloads from mh-index.el
287
288(autoload (quote mh-index-update-maps) "mh-index" "\
289Annotate all as yet unannotated messages in FOLDER with their MD5 hash.
290As a side effect msg -> checksum map is updated. Optional argument ORIGIN-MAP
291is a hashtable which maps each message in the index folder to the original
292folder and message from whence it was copied. If present the
293checksum -> (origin-folder, origin-index) map is updated too." nil nil)
294
295(autoload (quote mh-index-search) "mh-index" "\
296Perform an indexed search in an MH mail folder.
297
298If REDO-SEARCH-FLAG is non-nil and the current folder buffer was generated by a
299index search, then the search is repeated. Otherwise, FOLDER is searched with
300SEARCH-REGEXP and the results are presented in an MH-E folder. If FOLDER is
301\"+\" then mail in all folders are searched.
302
303Four indexing programs are supported; if none of these are present, then grep
304is used. This function picks the first program that is available on your
305system. If you would prefer to use a different program, set the customization
306variable `mh-index-program' accordingly.
307
308The documentation for the following functions describes how to generate the
309index for each program:
310
311 - `mh-swish++-execute-search'
312 - `mh-swish-execute-search'
313 - `mh-namazu-execute-search'
314 - `mh-glimpse-execute-search'
315
316This and related functions use an X-MHE-Checksum header to cache the MD5
317checksum of a message. This means that already present X-MHE-Checksum headers
318in the incoming email could result in messages not being found. The following
319procmail recipe should avoid this:
320
321 :0 wf
322 | formail -R \"X-MHE-Checksum\" \"Old-X-MHE-Checksum\"
323
324This has the effect of renaming already present X-MHE-Checksum headers." t nil)
325
326(autoload (quote mh-index-next-folder) "mh-index" "\
327Jump to the next folder marker.
328The function is only applicable to folders displaying index search results.
329With non-nil optional argument BACKWARD-FLAG, jump to the previous group of
330results." t nil)
331
332(autoload (quote mh-index-previous-folder) "mh-index" "\
333Jump to the previous folder marker." t nil)
334
335(autoload (quote mh-index-insert-folder-headers) "mh-index" "\
336Annotate the search results with original folder names." nil nil)
337
338(autoload (quote mh-index-delete-folder-headers) "mh-index" "\
339Delete the folder headers." nil nil)
340
341(autoload (quote mh-index-visit-folder) "mh-index" "\
342Visit original folder from where the message at point was found." t nil)
343
344(autoload (quote mh-index-execute-commands) "mh-index" "\
345Delete/refile the actual messages.
346The copies in the searched folder are then deleted/refiled to get the desired
347result. Before deleting the messages we make sure that the message being
348deleted is identical to the one that the user has marked in the index buffer." nil nil)
349
350(autoload (quote mh-glimpse-execute-search) "mh-index" "\
351Execute glimpse and read the results.
352
353In the examples below, replace /home/user/Mail with the path to your MH
354directory.
355
356First create the directory /home/user/Mail/.glimpse. Then create the file
357/home/user/Mail/.glimpse/.glimpse_exclude with the following contents:
358
359 */.*
360 */#*
361 */,*
362 */*~
363 ^/home/user/Mail/.glimpse
364 ^/home/user/Mail/mhe-index
365
366If there are any directories you would like to ignore, append lines like the
367following to .glimpse_exclude:
368
369 ^/home/user/Mail/scripts
370
371You do not want to index the folders that hold the results of your searches
372since they tend to be ephemeral and the original messages are indexed anyway.
373The configuration file above assumes that the results are found in sub-folders
374of `mh-index-folder' which is +mhe-index by default.
375
376Use the following command line to generate the glimpse index. Run this
377daily from cron:
378
379 glimpseindex -H /home/user/Mail/.glimpse /home/user/Mail
380
381FOLDER-PATH is the directory in which SEARCH-REGEXP is used to search." nil nil)
382
383(autoload (quote mh-swish-execute-search) "mh-index" "\
384Execute swish-e and read the results.
385
386In the examples below, replace /home/user/Mail with the path to your MH
387directory.
388
389First create the directory /home/user/Mail/.swish. Then create the file
390/home/user/Mail/.swish/config with the following contents:
391
392 IndexDir /home/user/Mail
393 IndexFile /home/user/Mail/.swish/index
394 IndexName \"Mail Index\"
395 IndexDescription \"Mail Index\"
396 IndexPointer \"http://nowhere\"
397 IndexAdmin \"nobody\"
398 #MetaNames automatic
399 IndexReport 3
400 FollowSymLinks no
401 UseStemming no
402 IgnoreTotalWordCountWhenRanking yes
403 WordCharacters abcdefghijklmnopqrstuvwxyz0123456789-
404 BeginCharacters abcdefghijklmnopqrstuvwxyz
405 EndCharacters abcdefghijklmnopqrstuvwxyz0123456789
406 IgnoreLimit 50 1000
407 IndexComments 0
408 FileRules pathname contains /home/user/Mail/.swish
409 FileRules pathname contains /home/user/Mail/mhe-index
410 FileRules filename is index
411 FileRules filename is ..*
412 FileRules filename is #.*
413 FileRules filename is ,.*
414 FileRules filename is .*~
415
416If there are any directories you would like to ignore, append lines like the
417following to config:
418
419 FileRules pathname contains /home/user/Mail/scripts
420
421You do not want to index the folders that hold the results of your searches
422since they tend to be ephemeral and the original messages are indexed anyway.
423The configuration file above assumes that the results are found in sub-folders
424of `mh-index-folder' which is +mhe-index by default.
425
426Use the following command line to generate the swish index. Run this
427daily from cron:
428
429 swish-e -c /home/user/Mail/.swish/config
430
431FOLDER-PATH is the directory in which SEARCH-REGEXP is used to search." nil nil)
432
433(autoload (quote mh-swish++-execute-search) "mh-index" "\
434Execute swish++ and read the results.
435
436In the examples below, replace /home/user/Mail with the path to your MH
437directory.
438
439First create the directory /home/user/Mail/.swish++. Then create the file
440/home/user/Mail/.swish++/swish++.conf with the following contents:
441
442 IncludeMeta Bcc Cc Comments Content-Description From Keywords
443 IncludeMeta Newsgroups Resent-To Subject To
444 IncludeMeta Message-Id References In-Reply-To
445 IncludeFile Mail *
446 IndexFile /home/user/Mail/.swish++/swish++.index
447
448Use the following command line to generate the swish index. Run this
449daily from cron:
450
451 find /home/user/Mail -path /home/user/Mail/mhe-index -prune \\
452 -o -path /home/user/Mail/.swish++ -prune \\
453 -o -name \"[0-9]*\" -print \\
454 | index -c /home/user/Mail/.swish++/swish++.conf /home/user/Mail
455
456You do not want to index the folders that hold the results of your searches
457since they tend to be ephemeral and the original messages are indexed anyway.
458The command above assumes that the results are found in sub-folders of
459`mh-index-folder' which is +mhe-index by default.
460
461On some systems (Debian GNU/Linux, for example), use index++ instead of index.
462
463FOLDER-PATH is the directory in which SEARCH-REGEXP is used to search." nil nil)
464
465(autoload (quote mh-namazu-execute-search) "mh-index" "\
466Execute namazu and read the results.
467
468In the examples below, replace /home/user/Mail with the path to your MH
469directory.
470
471First create the directory /home/user/Mail/.namazu. Then create the file
472/home/user/Mail/.namazu/mknmzrc with the following contents:
473
474 package conf; # Don't remove this line!
475 $ADDRESS = 'user@localhost';
476 $ALLOW_FILE = \"[0-9]*\";
477 $EXCLUDE_PATH = \"^/home/user/Mail/(mhe-index|spam)\";
478
479In the above example configuration, none of the mail files contained in the
480directories /home/user/Mail/mhe-index and /home/user/Mail/spam are indexed.
481
482You do not want to index the folders that hold the results of your searches
483since they tend to be ephemeral and the original messages are indexed anyway.
484The configuration file above assumes that the results are found in sub-folders
485of `mh-index-folder' which is +mhe-index by default.
486
487Use the following command line to generate the namazu index. Run this
488daily from cron:
489
490 mknmz -f /home/user/Mail/.namazu/mknmzrc -O /home/user/Mail/.namazu \\
491 /home/user/Mail
492
493FOLDER-PATH is the directory in which SEARCH-REGEXP is used to search." nil nil)
494
495;;;***
496\f
497;;;### (autoloads (mh-mime-inline-part mh-mime-save-part mh-push-button
498;;;;;; mh-press-button mh-mime-display mh-mime-save-parts mh-display-emphasis
499;;;;;; mh-display-smileys mh-add-missing-mime-version-header mh-destroy-postponed-handles
500;;;;;; mh-mime-cleanup mh-mml-secure-message-encrypt-pgpmime mh-mml-secure-message-sign-pgpmime
501;;;;;; mh-mml-attach-file mh-mml-forward-message mh-mml-to-mime
502;;;;;; mh-revert-mhn-edit mh-edit-mhn mh-mhn-compose-forw mh-mhn-compose-external-compressed-tar
503;;;;;; mh-mhn-compose-anon-ftp mh-mhn-compose-insertion mh-compose-forward
504;;;;;; mh-compose-insertion) "mh-mime" "mh-mime.el" (15858 6046))
505;;; Generated autoloads from mh-mime.el
506
507(autoload (quote mh-compose-insertion) "mh-mime" "\
508Add a directive to insert a MIME part from a file, using mhn or gnus.
509If the variable `mh-compose-insertion' is set to 'mhn, then that will be used.
510If it is set to 'gnus, then that will be used instead.
511Optional argument INLINE means make it an inline attachment." t nil)
512
513(autoload (quote mh-compose-forward) "mh-mime" "\
514Add a MIME directive to forward a message, using mhn or gnus.
515If the variable `mh-compose-insertion' is set to 'mhn, then that will be used.
516If it is set to 'gnus, then that will be used instead.
517Optional argument DESCRIPTION is a description of the attachment.
518Optional argument FOLDER is the folder from which the forwarded message should
519come.
520Optional argument MESSAGE is the message to forward.
521If any of the optional arguments are absent, they are prompted for." t nil)
522
523(autoload (quote mh-mhn-compose-insertion) "mh-mime" "\
524Add a directive to insert a MIME message part from a file.
525This is the typical way to insert non-text parts in a message.
526
527Arguments are FILENAME, which tells where to find the file, TYPE, the MIME
528content type, DESCRIPTION, a line of text for the Content-Description field.
529ATTRIBUTES is a comma separated list of name=value pairs that is appended to
530the Content-Type field of the attachment.
531
532See also \\[mh-edit-mhn]." t nil)
533
534(autoload (quote mh-mhn-compose-anon-ftp) "mh-mime" "\
535Add a directive for a MIME anonymous ftp external body part.
536This directive tells MH to include a reference to a message/external-body part
537retrievable by anonymous FTP.
538
539Arguments are HOST and FILENAME, which tell where to find the file, TYPE, the
540MIME content type, and DESCRIPTION, a line of text for the Content-description
541header.
542
543See also \\[mh-edit-mhn]." t nil)
544
545(autoload (quote mh-mhn-compose-external-compressed-tar) "mh-mime" "\
546Add a directive to include a MIME reference to a compressed tar file.
547The file should be available via anonymous ftp. This directive tells MH to
548include a reference to a message/external-body part.
549
550Arguments are HOST and FILENAME, which tell where to find the file, and
551DESCRIPTION, a line of text for the Content-description header.
552
553See also \\[mh-edit-mhn]." t nil)
554
555(autoload (quote mh-mhn-compose-forw) "mh-mime" "\
556Add a forw directive to this message, to forward a message with MIME.
557This directive tells MH to include the named messages in this one.
558
559Arguments are DESCRIPTION, a line of text for the Content-description header,
560and FOLDER and MESSAGES, which name the message(s) to be forwarded.
561
562See also \\[mh-edit-mhn]." t nil)
563
564(autoload (quote mh-edit-mhn) "mh-mime" "\
565Format the current draft for MIME, expanding any mhn directives.
566
567Process the current draft with the mhn program, which, using directives
568already inserted in the draft, fills in all the MIME components and header
569fields.
570
571This step should be done last just before sending the message.
572
573The `\\[mh-revert-mhn-edit]' command undoes this command. The arguments in the
574list `mh-mhn-args' are passed to mhn if this function is passed an optional
575prefix argument EXTRA-ARGS.
576
577For assistance with creating mhn directives to insert various types of
578components in a message, see \\[mh-mhn-compose-insertion] (generic insertion
579from a file), \\[mh-mhn-compose-anon-ftp] (external reference to file via
580anonymous ftp), \\[mh-mhn-compose-external-compressed-tar] (reference to
581compressed tar file via anonymous ftp), and \\[mh-mhn-compose-forw] (forward
582message). If these helper functions are used, `mh-edit-mhn' is run
583automatically when the draft is sent.
584
585The value of `mh-edit-mhn-hook' is a list of functions to be called, with no
586arguments, after performing the conversion.
587
588The mhn program is part of MH version 6.8 or later." t nil)
589
590(autoload (quote mh-revert-mhn-edit) "mh-mime" "\
591Undo the effect of \\[mh-edit-mhn] by reverting to the backup file.
592Optional non-nil argument NOCONFIRM means don't ask for confirmation." t nil)
593
594(autoload (quote mh-mml-to-mime) "mh-mime" "\
595Compose MIME message from mml directives." t nil)
596
597(autoload (quote mh-mml-forward-message) "mh-mime" "\
598Forward a message as attachment.
599The function will prompt the user for a DESCRIPTION, a FOLDER and MESSAGE
600number." nil nil)
601
602(autoload (quote mh-mml-attach-file) "mh-mime" "\
603Attach a file to the outgoing MIME message.
604The file is not inserted or encoded until you send the message with
605`\\[mh-send-letter]'.
606Message disposition is \"inline\" or \"attachment\" and is prompted for if
607DISPOSITION is nil.
608
609This is basically `mml-attach-file' from gnus, modified such that a prefix
610argument yields an `inline' disposition and Content-Type is determined
611automatically." nil nil)
612
613(autoload (quote mh-mml-secure-message-sign-pgpmime) "mh-mime" "\
614Add directive to encrypt/sign the entire message." t nil)
615
616(autoload (quote mh-mml-secure-message-encrypt-pgpmime) "mh-mime" "\
617Add directive to encrypt and sign the entire message.
618If called with a prefix argument DONTSIGN, only encrypt (do NOT sign)." t nil)
619
620(autoload (quote mh-mime-cleanup) "mh-mime" "\
621Free the decoded MIME parts." nil nil)
622
623(autoload (quote mh-destroy-postponed-handles) "mh-mime" "\
624Free MIME data for externally displayed mime parts." nil nil)
625
626(autoload (quote mh-add-missing-mime-version-header) "mh-mime" "\
627Some mail programs don't put a MIME-Version header.
628I have seen this only in spam, so maybe we shouldn't fix this ;-)" nil nil)
629
630(autoload (quote mh-display-smileys) "mh-mime" "\
631Function to display smileys." nil nil)
632
633(autoload (quote mh-display-emphasis) "mh-mime" "\
634Function to display graphical emphasis." nil nil)
635
636(autoload (quote mh-mime-save-parts) "mh-mime" "\
637Store the MIME parts of the current message.
638If ARG, prompt for directory, else use that specified by the variable
639`mh-mime-save-parts-default-directory'. These directories may be superseded by
640mh_profile directives, since this function calls on mhstore or mhn to do the
641actual storing." t nil)
642
643(autoload (quote mh-mime-display) "mh-mime" "\
644Display (and possibly decode) MIME handles.
645Optional argument, PRE-DISSECTED-HANDLES is a list of MIME handles. If
646present they are displayed otherwise the buffer is parsed and then
647displayed." nil nil)
648
649(autoload (quote mh-press-button) "mh-mime" "\
650Press MIME button.
651If the MIME part is visible then it is removed. Otherwise the part is
652displayed." t nil)
653
654(autoload (quote mh-push-button) "mh-mime" "\
655Click MIME button for EVENT.
656If the MIME part is visible then it is removed. Otherwise the part is
657displayed. This function is called when the mouse is used to click the MIME
658button." t nil)
659
660(autoload (quote mh-mime-save-part) "mh-mime" "\
661Save MIME part at point." t nil)
662
663(autoload (quote mh-mime-inline-part) "mh-mime" "\
664Toggle display of the raw MIME part." t nil)
665
666;;;***
667\f
668;;;### (autoloads (mh-do-pick-search mh-search-folder) "mh-pick"
669;;;;;; "mh-pick.el" (15854 20166))
670;;; Generated autoloads from mh-pick.el
671
672(autoload (quote mh-search-folder) "mh-pick" "\
673Search FOLDER for messages matching a pattern.
674This function uses the MH command `pick' to do the work.
675Add the messages found to the sequence named `search'." t nil)
676
677(autoload (quote mh-do-pick-search) "mh-pick" "\
678Find messages that match the qualifications in the current pattern buffer.
679Messages are searched for in the folder named in `mh-searching-folder'.
680Add the messages found to the sequence named `search'." t nil)
681
682;;;***
683\f
684;;;### (autoloads (mh-thread-refile mh-thread-delete mh-thread-ancestor
685;;;;;; mh-thread-previous-sibling mh-thread-next-sibling mh-thread-forget-message
686;;;;;; mh-toggle-threads mh-thread-add-spaces mh-thread-inc mh-delete-subject-or-thread
687;;;;;; mh-delete-subject mh-narrow-to-subject mh-region-to-msg-list
688;;;;;; mh-add-to-sequence mh-notate-seq mh-map-to-seq-msgs mh-rename-seq
689;;;;;; mh-widen mh-put-msg-in-seq mh-narrow-to-seq mh-msg-is-in-seq
690;;;;;; mh-list-sequences mh-delete-seq) "mh-seq" "mh-seq.el" (15899
691;;;;;; 19358))
692;;; Generated autoloads from mh-seq.el
693
694(autoload (quote mh-delete-seq) "mh-seq" "\
695Delete the SEQUENCE." t nil)
696
697(autoload (quote mh-list-sequences) "mh-seq" "\
698List the sequences defined in the folder being visited." t nil)
699
700(autoload (quote mh-msg-is-in-seq) "mh-seq" "\
701Display the sequences that contain MESSAGE (default: current message)." t nil)
702
703(autoload (quote mh-narrow-to-seq) "mh-seq" "\
704Restrict display of this folder to just messages in SEQUENCE.
705Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
706
707(autoload (quote mh-put-msg-in-seq) "mh-seq" "\
708Add MSG-OR-SEQ (default: displayed message) to SEQUENCE.
709If optional prefix argument provided, then prompt for the message sequence.
710If variable `transient-mark-mode' is non-nil and the mark is active, then
711the selected region is added to the sequence." t nil)
712
713(autoload (quote mh-widen) "mh-seq" "\
714Remove restrictions from current folder, thereby showing all messages." t nil)
715
716(autoload (quote mh-rename-seq) "mh-seq" "\
717Rename SEQUENCE to have NEW-NAME." t nil)
718
719(autoload (quote mh-map-to-seq-msgs) "mh-seq" "\
720Invoke the FUNC at each message in the SEQ.
721SEQ can either be a list of messages or a MH sequence. The remaining ARGS are
722passed as arguments to FUNC." nil nil)
723
724(autoload (quote mh-notate-seq) "mh-seq" "\
725Mark the scan listing.
726All messages in SEQ are marked with NOTATION at OFFSET from the beginning of
727the line." nil nil)
728
729(autoload (quote mh-add-to-sequence) "mh-seq" "\
730The sequence SEQ is augmented with the messages in MSGS." nil nil)
731
732(autoload (quote mh-region-to-msg-list) "mh-seq" "\
733Return a list of messages within the region between BEGIN and END." nil nil)
734
735(autoload (quote mh-narrow-to-subject) "mh-seq" "\
736Narrow to a sequence containing all following messages with same subject." t nil)
737
738(autoload (quote mh-delete-subject) "mh-seq" "\
739Mark all following messages with same subject to be deleted.
740This puts the messages in a sequence named subject. You can undo the last
741deletion marks using `mh-undo' with a prefix argument and then specifying the
742subject sequence." t nil)
743
744(autoload (quote mh-delete-subject-or-thread) "mh-seq" "\
745Mark messages for deletion intelligently.
746If the folder is threaded then `mh-thread-delete' is used to mark the current
747message and all its descendants for deletion. Otherwise `mh-delete-subject' is
748used to mark the current message and all messages following it with the same
749subject for deletion." t nil)
750
751(autoload (quote mh-thread-inc) "mh-seq" "\
752Update thread tree for FOLDER.
753All messages after START-POINT are added to the thread tree." nil nil)
754
755(autoload (quote mh-thread-add-spaces) "mh-seq" "\
756Add COUNT spaces to each scan line in `mh-thread-scan-line-map'." nil nil)
757
758(autoload (quote mh-toggle-threads) "mh-seq" "\
759Toggle threaded view of folder.
760The conversion of normal view to threaded view is exact, that is the same
761messages are displayed in the folder buffer before and after threading. However
762the conversion from threaded view to normal view is inexact. So more messages
763than were originally present may be shown as a result." t nil)
764
765(autoload (quote mh-thread-forget-message) "mh-seq" "\
766Forget the message INDEX from the threading tables." nil nil)
767
768(autoload (quote mh-thread-next-sibling) "mh-seq" "\
769Jump to next sibling.
770With non-nil optional argument PREVIOUS-FLAG jump to the previous sibling." t nil)
771
772(autoload (quote mh-thread-previous-sibling) "mh-seq" "\
773Jump to previous sibling." t nil)
774
775(autoload (quote mh-thread-ancestor) "mh-seq" "\
776Jump to the ancestor of current message.
777If optional argument THREAD-ROOT-FLAG is non-nil then jump to the root of the
778thread tree the message belongs to." t nil)
779
780(autoload (quote mh-thread-delete) "mh-seq" "\
781Mark current message and all its children for subsequent deletion." t nil)
782
783(autoload (quote mh-thread-refile) "mh-seq" "\
784Mark current message and all its children for refiling to FOLDER." t nil)
785
786;;;***
787\f
788;;;### (autoloads (mh-speed-add-folder mh-speed-invalidate-map mh-speed-flists
789;;;;;; mh-speed-view mh-speed-toggle mh-folder-speedbar-buttons)
790;;;;;; "mh-speed" "mh-speed.el" (15899 19358))
791;;; Generated autoloads from mh-speed.el
792
793(autoload (quote mh-folder-speedbar-buttons) "mh-speed" "\
794Interface function to create MH-E speedbar buffer.
795BUFFER is the MH-E buffer for which the speedbar buffer is to be created." nil nil)
796
797(defalias (quote mh-show-speedbar-buttons) (quote mh-folder-speedbar-buttons))
798
799(defalias (quote mh-letter-speedbar-buttons) (quote mh-folder-speedbar-buttons))
800
801(autoload (quote mh-speed-toggle) "mh-speed" "\
802Toggle the display of child folders.
803The otional ARGS are ignored and there for compatibilty with speedbar." t nil)
804
805(autoload (quote mh-speed-view) "mh-speed" "\
806View folder on current line.
807Optional ARGS are ignored." t nil)
808
809(autoload (quote mh-speed-flists) "mh-speed" "\
810Execute flists -recurse and update message counts.
811If FORCE is non-nil the timer is reset." t nil)
812
813(autoload (quote mh-speed-invalidate-map) "mh-speed" "\
814Remove FOLDER from various optimization caches." t nil)
815
816(autoload (quote mh-speed-add-folder) "mh-speed" "\
817Add FOLDER since it is being created.
818The function invalidates the latest ancestor that is present." nil nil)
819
820;;;***
821\f
822;;;### (autoloads (mh-get-msg-num mh-goto-address-find-address-at-point)
823;;;;;; "mh-utils" "mh-utils.el" (15899 28827))
824;;; Generated autoloads from mh-utils.el
825
826(autoload (quote mh-goto-address-find-address-at-point) "mh-utils" "\
827Find e-mail address around or before point.
828Then search backwards to beginning of line for the start of an e-mail
829address. If no e-mail address found, return nil." nil nil)
830
831(autoload (quote mh-get-msg-num) "mh-utils" "\
832Return the message number of the displayed message.
833If the argument ERROR-IF-NO-MESSAGE is non-nil, then complain if the cursor is
834not pointing to a message." nil nil)
835
836;;;***
837\f
838;;;### (autoloads (mh-alias-add-address-under-point mh-alias-grab-from-field
839;;;;;; mh-alias-add-alias mh-alias-from-has-no-alias-p mh-alias-letter-expand-alias
840;;;;;; mh-alias-minibuffer-confirm-address mh-read-address mh-alias-reload)
841;;;;;; "mh-alias" "mh-alias.el" (15899 29102))
842;;; Generated autoloads from mh-alias.el
843
844(autoload (quote mh-alias-reload) "mh-alias" "\
845Load MH aliases into `mh-alias-alist'." t nil)
846
847(autoload (quote mh-read-address) "mh-alias" "\
848Read an address from the minibuffer with PROMPT." nil nil)
849
850(autoload (quote mh-alias-minibuffer-confirm-address) "mh-alias" "\
851Display the alias expansion if `mh-alias-flash-on-comma' is non-nil." t nil)
852
853(autoload (quote mh-alias-letter-expand-alias) "mh-alias" "\
854Expand mail alias before point." nil nil)
855
856(autoload (quote mh-alias-from-has-no-alias-p) "mh-alias" "\
857Return t is From has no current alias set." nil nil)
858
859(autoload (quote mh-alias-add-alias) "mh-alias" "\
860*Add ALIAS for ADDRESS in personal alias file.
861Prompts for confirmation if the address already has an alias.
862If the alias is already is use, `mh-alias-add-alias-to-file' will prompt." t nil)
863
864(autoload (quote mh-alias-grab-from-field) "mh-alias" "\
865*Add ALIAS for ADDRESS in personal alias file.
866Prompts for confirmation if the alias is already in use or if the address
867already has an alias." t nil)
868
869(autoload (quote mh-alias-add-address-under-point) "mh-alias" "\
870Insert an alias for email address under point." t nil)
871
872;;;***
873\f
874(provide 'mh-loaddefs)
875;;; Local Variables:
876;;; version-control: never
877;;; no-byte-compile: t
878;;; no-update-autoloads: t
879;;; End:
880;;; mh-loaddefs.el ends here