comparison lisp/mh-e/mh-loaddefs.el @ 56673:e9a6cbc8ca5e

Upgraded to MH-E version 7.4.80. See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
author Bill Wohler <wohler@newt.com>
date Sun, 15 Aug 2004 22:00:06 +0000
parents 80c108035a10
children 72a02133177e b15f799f66b5
comparison
equal deleted inserted replaced
56672:83ab2b01744a 56673:e9a6cbc8ca5e
9 9
10 ;;;### (autoloads (mh-letter-previous-header-field mh-letter-next-header-field-or-indent 10 ;;;### (autoloads (mh-letter-previous-header-field mh-letter-next-header-field-or-indent
11 ;;;;;; mh-beginning-of-word mh-complete-word mh-open-line mh-fully-kill-draft 11 ;;;;;; mh-beginning-of-word mh-complete-word mh-open-line mh-fully-kill-draft
12 ;;;;;; mh-yank-cur-msg mh-insert-letter mh-send-letter mh-insert-auto-fields 12 ;;;;;; mh-yank-cur-msg mh-insert-letter mh-send-letter mh-insert-auto-fields
13 ;;;;;; mh-check-whom mh-insert-signature mh-to-fcc mh-to-field mh-fill-paragraph-function 13 ;;;;;; mh-check-whom mh-insert-signature mh-to-fcc mh-to-field mh-fill-paragraph-function
14 ;;;;;; mh-send-other-window mh-send mh-reply mh-redistribute mh-forward 14 ;;;;;; mh-get-header-field mh-send-other-window mh-send mh-reply
15 ;;;;;; mh-extract-rejected-mail mh-edit-again) "mh-comp" "mh-comp.el" 15 ;;;;;; mh-redistribute mh-forward mh-extract-rejected-mail mh-edit-again)
16 ;;;;;; (16625 53169)) 16 ;;;;;; "mh-comp" "mh-comp.el" (16665 55172))
17 ;;; Generated autoloads from mh-comp.el 17 ;;; Generated autoloads from mh-comp.el
18 18
19 (autoload (quote mh-edit-again) "mh-comp" "\ 19 (autoload (quote mh-edit-again) "mh-comp" "\
20 Clean up a draft or a message MSG previously sent and make it resendable. 20 Clean up a draft or a message MSG previously sent and make it resendable.
21 Default is the current message. 21 Default is the current message.
22 The variable `mh-new-draft-cleaned-headers' specifies the headers to remove. 22 The variable `mh-new-draft-cleaned-headers' specifies the headers to remove.
23 See also documentation for `\\[mh-send]' function." t nil) 23
24 See also `mh-send'." t nil)
24 25
25 (autoload (quote mh-extract-rejected-mail) "mh-comp" "\ 26 (autoload (quote mh-extract-rejected-mail) "mh-comp" "\
26 Extract message MSG returned by the mail system and make it resendable. 27 Extract message MSG returned by the mail system and make it resendable.
27 Default is the current message. The variable `mh-new-draft-cleaned-headers' 28 Default is the current message. The variable `mh-new-draft-cleaned-headers'
28 gives the headers to clean out of the original message. 29 gives the headers to clean out of the original message.
29 See also documentation for `\\[mh-send]' function." t nil) 30
31 See also `mh-send'." t nil)
30 32
31 (autoload (quote mh-forward) "mh-comp" "\ 33 (autoload (quote mh-forward) "mh-comp" "\
32 Forward messages to the recipients TO and CC. 34 Forward messages to the recipients TO and CC.
33 Use optional RANGE argument to specify a message or sequence to forward. 35 Use optional RANGE argument to specify a message or sequence to forward.
34 Default is the displayed message. 36 Default is the displayed message.
35 37
36 Check the documentation of `mh-interactive-range' to see how RANGE is read in 38 Check the documentation of `mh-interactive-range' to see how RANGE is read in
37 interactive use. 39 interactive use.
38 40
39 See also documentation for `\\[mh-send]' function." t nil) 41 See also `mh-send'." t nil)
40 42
41 (autoload (quote mh-redistribute) "mh-comp" "\ 43 (autoload (quote mh-redistribute) "mh-comp" "\
42 Redistribute displayed message to recipients TO and CC. 44 Redistribute displayed message to recipients TO and CC.
43 Use optional argument MSG to redistribute another message. 45 Use optional argument MSG to redistribute another message.
44 Depending on how your copy of MH was compiled, you may need to change the 46 Depending on how your copy of MH was compiled, you may need to change the
53 to sender and primary recipients, 55 to sender and primary recipients,
54 cc/all sender and all recipients. 56 cc/all sender and all recipients.
55 If optional prefix argument INCLUDEP provided, then include the message 57 If optional prefix argument INCLUDEP provided, then include the message
56 in the reply using filter `mhl.reply' in your MH directory. 58 in the reply using filter `mhl.reply' in your MH directory.
57 If the file named by `mh-repl-formfile' exists, it is used as a skeleton 59 If the file named by `mh-repl-formfile' exists, it is used as a skeleton
58 for the reply. See also documentation for `\\[mh-send]' function." t nil) 60 for the reply.
61
62 See also `mh-send'." t nil)
59 63
60 (autoload (quote mh-send) "mh-comp" "\ 64 (autoload (quote mh-send) "mh-comp" "\
61 Compose and send a letter. 65 Compose and send a letter.
62
63 Do not call this function from outside MH-E; use \\[mh-smail] instead. 66 Do not call this function from outside MH-E; use \\[mh-smail] instead.
64 67
65 The file named by `mh-comp-formfile' will be used as the form. 68 The file named by `mh-comp-formfile' will be used as the form.
66 The letter is composed in `mh-letter-mode'; see its documentation for more 69 The letter is composed in `mh-letter-mode'; see its documentation for more
67 details. 70 details.
68 If `mh-compose-letter-function' is defined, it is called on the draft and 71 If `mh-compose-letter-function' is defined, it is called on the draft and
69 passed three arguments: TO, CC, and SUBJECT." t nil) 72 passed three arguments: TO, CC, and SUBJECT." t nil)
70 73
71 (autoload (quote mh-send-other-window) "mh-comp" "\ 74 (autoload (quote mh-send-other-window) "mh-comp" "\
72 Compose and send a letter in another window. 75 Compose and send a letter in another window.
73
74 Do not call this function from outside MH-E; use \\[mh-smail-other-window] 76 Do not call this function from outside MH-E; use \\[mh-smail-other-window]
75 instead. 77 instead.
76 78
77 The file named by `mh-comp-formfile' will be used as the form. 79 The file named by `mh-comp-formfile' will be used as the form.
78 The letter is composed in `mh-letter-mode'; see its documentation for more 80 The letter is composed in `mh-letter-mode'; see its documentation for more
79 details. 81 details.
80 If `mh-compose-letter-function' is defined, it is called on the draft and 82 If `mh-compose-letter-function' is defined, it is called on the draft and
81 passed three arguments: TO, CC, and SUBJECT." t nil) 83 passed three arguments: TO, CC, and SUBJECT." t nil)
82 84
85 (autoload (quote mh-get-header-field) "mh-comp" "\
86 Find and return the body of FIELD in the mail header.
87 Returns the empty string if the field is not in the header of the
88 current buffer." nil nil)
89
83 (autoload (quote mh-fill-paragraph-function) "mh-comp" "\ 90 (autoload (quote mh-fill-paragraph-function) "mh-comp" "\
84 Fill paragraph at or after point. 91 Fill paragraph at or after point.
85 Prefix ARG means justify as well. This function enables `fill-paragraph' to 92 Prefix ARG means justify as well. This function enables `fill-paragraph' to
86 work better in MH-Letter mode." t nil) 93 work better in MH-Letter mode." t nil)
87 94
94 (autoload (quote mh-to-fcc) "mh-comp" "\ 101 (autoload (quote mh-to-fcc) "mh-comp" "\
95 Insert an Fcc: FOLDER field in the current message. 102 Insert an Fcc: FOLDER field in the current message.
96 Prompt for the field name with a completion list of the current folders." t nil) 103 Prompt for the field name with a completion list of the current folders." t nil)
97 104
98 (autoload (quote mh-insert-signature) "mh-comp" "\ 105 (autoload (quote mh-insert-signature) "mh-comp" "\
99 Insert the file named by `mh-signature-file-name' at point. 106 Insert the signature specified by `mh-signature-file-name' or FILE at point.
107 A signature separator (`-- ') will be added if the signature block does not
108 contain one and `mh-signature-separator-flag' is on.
100 The value of `mh-letter-insert-signature-hook' is a list of functions to be 109 The value of `mh-letter-insert-signature-hook' is a list of functions to be
101 called, with no arguments, before the signature is actually inserted." t nil) 110 called, with no arguments, after the signature is inserted.
111 The signature can also be inserted with `mh-identity-list'." t nil)
102 112
103 (autoload (quote mh-check-whom) "mh-comp" "\ 113 (autoload (quote mh-check-whom) "mh-comp" "\
104 Verify recipients of the current letter, showing expansion of any aliases." t nil) 114 Verify recipients of the current letter, showing expansion of any aliases." t nil)
105 115
106 (autoload (quote mh-insert-auto-fields) "mh-comp" "\ 116 (autoload (quote mh-insert-auto-fields) "mh-comp" "\
107 Insert custom fields if To or Cc match `mh-auto-fields-list'. 117 Insert custom fields if To or Cc match `mh-auto-fields-list'.
108 Sets buffer-local `mh-insert-auto-fields-done-local' when done and inserted 118 Sets buffer-local `mh-insert-auto-fields-done-local' when done and inserted
109 something. If NON-INTERACTIVE is non-nil, do not be verbose and only 119 something. If NON-INTERACTIVE is non-nil, do not be verbose and only
110 attempt matches if `mh-insert-auto-fields-done-local' is nil. 120 attempt matches if `mh-insert-auto-fields-done-local' is nil.
111 121
112 An `identity' entry is skipped if one was already entered manually." t nil) 122 An `identity' entry is skipped if one was already entered manually.
123
124 Return t if fields added; otherwise return nil." t nil)
113 125
114 (autoload (quote mh-send-letter) "mh-comp" "\ 126 (autoload (quote mh-send-letter) "mh-comp" "\
115 Send the draft letter in the current buffer. 127 Send the draft letter in the current buffer.
116 If optional prefix argument ARG is provided, monitor delivery. 128 If optional prefix argument ARG is provided, monitor delivery.
117 The value of `mh-before-send-letter-hook' is a list of functions to be called, 129 The value of `mh-before-send-letter-hook' is a list of functions to be called,
118 with no arguments, before doing anything. 130 with no arguments, before doing anything.
119 Run `\\[mh-edit-mhn]' if mhn directives are present; otherwise 131 Run `\\[mh-edit-mhn]' if mhn directives are present; otherwise
120 run `\\[mh-mml-to-mime]' if mml directives are present. 132 run `\\[mh-mml-to-mime]' if mml directives are present." t nil)
121 Insert X-Mailer field if variable `mh-insert-x-mailer-flag' is set.
122 Insert X-Face field if the file specified by `mh-x-face-file' exists." t nil)
123 133
124 (autoload (quote mh-insert-letter) "mh-comp" "\ 134 (autoload (quote mh-insert-letter) "mh-comp" "\
125 Insert a message into the current letter. 135 Insert a message into the current letter.
126 Removes the header fields according to the variable `mh-invisible-headers'. 136 Removes the header fields according to the variable
137 `mh-invisible-header-fields-compiled'.
127 Prefixes each non-blank line with `mh-ins-buf-prefix', unless 138 Prefixes each non-blank line with `mh-ins-buf-prefix', unless
128 `mh-yank-from-start-of-msg' is set for supercite in which case supercite is 139 `mh-yank-from-start-of-msg' is set for supercite in which case supercite is
129 used to format the message. 140 used to format the message.
130 Prompts for FOLDER and MESSAGE. If prefix argument VERBATIM provided, do 141 Prompts for FOLDER and MESSAGE. If prefix argument VERBATIM provided, do
131 not indent and do not delete headers. Leaves the mark before the letter 142 not indent and do not delete headers. Leaves the mark before the letter
166 Cycle to the previous header field. 177 Cycle to the previous header field.
167 If we are at the first header field go to the start of the message body." t nil) 178 If we are at the first header field go to the start of the message body." t nil)
168 179
169 ;;;*** 180 ;;;***
170 181
171 ;;;### (autoloads (mh-customize) "mh-customize" "mh-customize.el"
172 ;;;;;; (16625 53481))
173 ;;; Generated autoloads from mh-customize.el
174
175 (autoload (quote mh-customize) "mh-customize" "\
176 Customize MH-E variables.
177 With optional argument DELETE-OTHER-WINDOWS-FLAG, other windows in the frame
178 are removed." t nil)
179
180 ;;;***
181
182 ;;;### (autoloads (mh-goto-cur-msg mh-update-sequences mh-folder-line-matches-show-buffer-p)
183 ;;;;;; "mh-e" "mh-e.el" (16627 22341))
184 ;;; Generated autoloads from mh-e.el
185
186 (autoload (quote mh-folder-line-matches-show-buffer-p) "mh-e" "\
187 Return t if the message under point in folder-mode is in the show buffer.
188 Return nil in any other circumstance (no message under point, no show buffer,
189 the message in the show buffer doesn't match." nil nil)
190
191 (autoload (quote mh-update-sequences) "mh-e" "\
192 Update MH's Unseen-Sequence and current folder and message.
193 Flush MH-E's state out to MH. The message at the cursor becomes current." t nil)
194
195 (autoload (quote mh-goto-cur-msg) "mh-e" "\
196 Position the cursor at the current message.
197 When optional argument MINIMAL-CHANGES-FLAG is non-nil, the function doesn't
198 recenter the folder buffer." nil nil)
199
200 ;;;***
201
202 ;;;### (autoloads (mh-prefix-help mh-help mh-ephem-message mh-store-buffer 182 ;;;### (autoloads (mh-prefix-help mh-help mh-ephem-message mh-store-buffer
203 ;;;;;; mh-store-msg mh-undo-folder mh-sort-folder mh-print-msg mh-page-digest-backwards 183 ;;;;;; mh-store-msg mh-undo-folder mh-sort-folder mh-page-digest-backwards
204 ;;;;;; mh-page-digest mh-pipe-msg mh-pack-folder mh-list-folders 184 ;;;;;; mh-page-digest mh-pipe-msg mh-pack-folder mh-list-folders
205 ;;;;;; mh-kill-folder mh-copy-msg mh-burst-digest) "mh-funcs" "mh-funcs.el" 185 ;;;;;; mh-kill-folder mh-copy-msg mh-burst-digest) "mh-funcs" "mh-funcs.el"
206 ;;;;;; (16625 54011)) 186 ;;;;;; (16671 49652))
207 ;;; Generated autoloads from mh-funcs.el 187 ;;; Generated autoloads from mh-funcs.el
208 188
209 (autoload (quote mh-burst-digest) "mh-funcs" "\ 189 (autoload (quote mh-burst-digest) "mh-funcs" "\
210 Burst apart the current message, which should be a digest. 190 Burst apart the current message, which should be a digest.
211 The message is replaced by its table of contents and the messages from the 191 The message is replaced by its table of contents and the messages from the
243 Advance displayed message to next digested message." t nil) 223 Advance displayed message to next digested message." t nil)
244 224
245 (autoload (quote mh-page-digest-backwards) "mh-funcs" "\ 225 (autoload (quote mh-page-digest-backwards) "mh-funcs" "\
246 Back up displayed message to previous digested message." t nil) 226 Back up displayed message to previous digested message." t nil)
247 227
248 (autoload (quote mh-print-msg) "mh-funcs" "\
249 Print RANGE on printer.
250
251 Check the documentation of `mh-interactive-range' to see how RANGE is read in
252 interactive use.
253
254 The variable `mh-lpr-command-format' is used to generate the print command.
255 The messages are formatted by mhl. See the variable `mhl-formfile'." t nil)
256
257 (autoload (quote mh-sort-folder) "mh-funcs" "\ 228 (autoload (quote mh-sort-folder) "mh-funcs" "\
258 Sort the messages in the current folder by date. 229 Sort the messages in the current folder by date.
259 Calls the MH program sortm to do the work. 230 Calls the MH program sortm to do the work.
260 The arguments in the list `mh-sortm-args' are passed to sortm if the optional 231 The arguments in the list `mh-sortm-args' are passed to sortm if the optional
261 argument EXTRA-ARGS is given." t nil) 232 argument EXTRA-ARGS is given." t nil)
262 233
263 (autoload (quote mh-undo-folder) "mh-funcs" "\ 234 (autoload (quote mh-undo-folder) "mh-funcs" "\
264 Undo all pending deletes and refiles in current folder. 235 Undo all pending deletes and refiles in current folder." t nil)
265 Argument IGNORE is deprecated." t nil)
266 236
267 (autoload (quote mh-store-msg) "mh-funcs" "\ 237 (autoload (quote mh-store-msg) "mh-funcs" "\
268 Store the file(s) contained in the current message into DIRECTORY. 238 Store the file(s) contained in the current message into DIRECTORY.
269 The message can contain a shar file or uuencoded file. 239 The message can contain a shar file or uuencoded file.
270 Default directory is the last directory used, or initially the value of 240 Default directory is the last directory used, or initially the value of
278 248
279 (autoload (quote mh-ephem-message) "mh-funcs" "\ 249 (autoload (quote mh-ephem-message) "mh-funcs" "\
280 Display STRING in the minibuffer momentarily." nil nil) 250 Display STRING in the minibuffer momentarily." nil nil)
281 251
282 (autoload (quote mh-help) "mh-funcs" "\ 252 (autoload (quote mh-help) "mh-funcs" "\
283 Display cheat sheet for the MH-Folder commands in minibuffer." t nil) 253 Display cheat sheet for the MH-E commands." t nil)
284 254
285 (autoload (quote mh-prefix-help) "mh-funcs" "\ 255 (autoload (quote mh-prefix-help) "mh-funcs" "\
286 Display cheat sheet for the commands of the current prefix in minibuffer." t nil) 256 Display cheat sheet for the commands of the current prefix in minibuffer." t nil)
287 257
288 ;;;*** 258 ;;;***
289 259
290 ;;;### (autoloads (mh-insert-identity mh-identity-list-set mh-identity-make-menu) 260 ;;;### (autoloads (mh-identity-handler-bottom mh-identity-handler-top
291 ;;;;;; "mh-identity" "mh-identity.el" (16625 54171)) 261 ;;;;;; mh-identity-insert-attribution-verb mh-identity-handler-attribution-verb
262 ;;;;;; mh-identity-handler-signature mh-identity-handler-gpg-identity
263 ;;;;;; mh-insert-identity mh-identity-list-set mh-identity-make-menu)
264 ;;;;;; "mh-identity" "mh-identity.el" (16665 55172))
292 ;;; Generated autoloads from mh-identity.el 265 ;;; Generated autoloads from mh-identity.el
293 266
294 (autoload (quote mh-identity-make-menu) "mh-identity" "\ 267 (autoload (quote mh-identity-make-menu) "mh-identity" "\
295 Build (or rebuild) the Identity menu (e.g. after the list is modified)." nil nil) 268 Build the Identity menu.
269 This should be called any time `mh-identity-list' or `mh-auto-fields-list'
270 change." nil nil)
296 271
297 (autoload (quote mh-identity-list-set) "mh-identity" "\ 272 (autoload (quote mh-identity-list-set) "mh-identity" "\
298 Update the `mh-identity-list' variable, and rebuild the menu. 273 Update the `mh-identity-list' variable, and rebuild the menu.
299 Sets the default for SYMBOL (e.g. `mh-identity-list') to VALUE (as set in 274 Sets the default for SYMBOL (e.g. `mh-identity-list') to VALUE (as set in
300 customization). This is called after 'customize is used to alter 275 customization). This is called after 'customize is used to alter
302 277
303 (autoload (quote mh-insert-identity) "mh-identity" "\ 278 (autoload (quote mh-insert-identity) "mh-identity" "\
304 Insert proper fields for given IDENTITY. 279 Insert proper fields for given IDENTITY.
305 Edit the `mh-identity-list' variable to define identity." t nil) 280 Edit the `mh-identity-list' variable to define identity." t nil)
306 281
282 (autoload (quote mh-identity-handler-gpg-identity) "mh-identity" "\
283 For FIELD \"pgg-default-user-id\", process for ACTION 'remove or 'add.
284 The buffer-local variable `mh-identity-pgg-default-user-id' is set to VALUE
285 when action 'add is selected." nil nil)
286
287 (autoload (quote mh-identity-handler-signature) "mh-identity" "\
288 For FIELD \"signature\", process headers for ACTION 'remove or 'add.
289 The VALUE is added." nil nil)
290
291 (autoload (quote mh-identity-handler-attribution-verb) "mh-identity" "\
292 For FIELD \"attribution_verb\", process headers for ACTION 'remove or 'add.
293 The VALUE is added." nil nil)
294
295 (autoload (quote mh-identity-insert-attribution-verb) "mh-identity" "\
296 Insert VALUE as attribution verb, setting up delimiting markers.
297 If VALUE is nil, use `mh-extract-from-attribution-verb'." nil nil)
298
299 (autoload (quote mh-identity-handler-top) "mh-identity" "\
300 For FIELD, process mh-identity headers for ACTION 'remove or 'add.
301 If the field wasn't present, the VALUE is added at the top of the header." nil nil)
302
303 (autoload (quote mh-identity-handler-bottom) "mh-identity" "\
304 For FIELD, process mh-identity headers for ACTION 'remove or 'add.
305 If the field wasn't present, the VALUE is added at the bottom of the header." nil nil)
306
307 ;;;*** 307 ;;;***
308 308
309 ;;;### (autoloads (mh-inc-spool-list-set) "mh-inc" "mh-inc.el" (16625 309 ;;;### (autoloads (mh-inc-spool-list-set) "mh-inc" "mh-inc.el" (16671
310 ;;;;;; 54212)) 310 ;;;;;; 49652))
311 ;;; Generated autoloads from mh-inc.el 311 ;;; Generated autoloads from mh-inc.el
312 312
313 (autoload (quote mh-inc-spool-list-set) "mh-inc" "\ 313 (autoload (quote mh-inc-spool-list-set) "mh-inc" "\
314 Set-default SYMBOL to VALUE to update the `mh-inc-spool-list' variable. 314 Set-default SYMBOL to VALUE to update the `mh-inc-spool-list' variable.
315 Also rebuilds the user commands. 315 Also rebuilds the user commands.
317 317
318 ;;;*** 318 ;;;***
319 319
320 ;;;### (autoloads (mh-index-choose mh-namazu-execute-search mh-swish++-execute-search 320 ;;;### (autoloads (mh-index-choose mh-namazu-execute-search mh-swish++-execute-search
321 ;;;;;; mh-swish-execute-search mh-index-ticked-messages mh-index-new-messages 321 ;;;;;; mh-swish-execute-search mh-index-ticked-messages mh-index-new-messages
322 ;;;;;; mh-index-sequenced-messages mh-glimpse-execute-search mh-index-delete-from-sequence 322 ;;;;;; mh-index-sequenced-messages mh-index-delete-from-sequence
323 ;;;;;; mh-index-add-to-sequence mh-index-execute-commands mh-index-update-unseen 323 ;;;;;; mh-index-add-to-sequence mh-index-execute-commands mh-index-visit-folder
324 ;;;;;; mh-index-visit-folder mh-index-delete-folder-headers mh-index-group-by-folder 324 ;;;;;; mh-index-delete-folder-headers mh-index-group-by-folder mh-index-create-imenu-index
325 ;;;;;; mh-index-insert-folder-headers mh-index-previous-folder mh-index-next-folder 325 ;;;;;; mh-index-insert-folder-headers mh-index-previous-folder mh-index-next-folder
326 ;;;;;; mh-index-parse-search-regexp mh-index-do-search mh-index-p 326 ;;;;;; mh-index-parse-search-regexp mh-index-do-search mh-index-p
327 ;;;;;; mh-index-read-data mh-index-search mh-index-create-sequences 327 ;;;;;; mh-index-read-data mh-index-search mh-index-create-sequences
328 ;;;;;; mh-create-sequence-map mh-index-update-maps) "mh-index" "mh-index.el" 328 ;;;;;; mh-create-sequence-map mh-index-update-maps) "mh-index" "mh-index.el"
329 ;;;;;; (16625 54348)) 329 ;;;;;; (16665 55172))
330 ;;; Generated autoloads from mh-index.el 330 ;;; Generated autoloads from mh-index.el
331 331
332 (autoload (quote mh-index-update-maps) "mh-index" "\ 332 (autoload (quote mh-index-update-maps) "mh-index" "\
333 Annotate all as yet unannotated messages in FOLDER with their MD5 hash. 333 Annotate all as yet unannotated messages in FOLDER with their MD5 hash.
334 As a side effect msg -> checksum map is updated. Optional argument ORIGIN-MAP 334 As a side effect msg -> checksum map is updated. Optional argument ORIGIN-MAP
365 365
366 - `mh-swish++-execute-search' 366 - `mh-swish++-execute-search'
367 - `mh-swish-execute-search' 367 - `mh-swish-execute-search'
368 - `mh-mairix-execute-search' 368 - `mh-mairix-execute-search'
369 - `mh-namazu-execute-search' 369 - `mh-namazu-execute-search'
370 - `mh-glimpse-execute-search'
371 370
372 If none of these programs are present then we use pick. If desired grep can be 371 If none of these programs are present then we use pick. If desired grep can be
373 used instead. Details about these methods can be found in: 372 used instead. Details about these methods can be found in:
374 373
375 - `mh-pick-execute-search' 374 - `mh-pick-execute-search'
409 Jump to the previous folder marker." t nil) 408 Jump to the previous folder marker." t nil)
410 409
411 (autoload (quote mh-index-insert-folder-headers) "mh-index" "\ 410 (autoload (quote mh-index-insert-folder-headers) "mh-index" "\
412 Annotate the search results with original folder names." nil nil) 411 Annotate the search results with original folder names." nil nil)
413 412
413 (autoload (quote mh-index-create-imenu-index) "mh-index" "\
414 Create alist of folder names and positions in index folder buffers." nil nil)
415
414 (autoload (quote mh-index-group-by-folder) "mh-index" "\ 416 (autoload (quote mh-index-group-by-folder) "mh-index" "\
415 Partition the messages based on source folder. 417 Partition the messages based on source folder.
416 Returns an alist with the the folder names in the car and the cdr being the 418 Returns an alist with the the folder names in the car and the cdr being the
417 list of messages originally from that folder." nil nil) 419 list of messages originally from that folder." nil nil)
418 420
419 (autoload (quote mh-index-delete-folder-headers) "mh-index" "\ 421 (autoload (quote mh-index-delete-folder-headers) "mh-index" "\
420 Delete the folder headers." nil nil) 422 Delete the folder headers." nil nil)
421 423
422 (autoload (quote mh-index-visit-folder) "mh-index" "\ 424 (autoload (quote mh-index-visit-folder) "mh-index" "\
423 Visit original folder from where the message at point was found." t nil) 425 Visit original folder from where the message at point was found." t nil)
424
425 (autoload (quote mh-index-update-unseen) "mh-index" "\
426 Remove counterpart of MSG in source folder from `mh-unseen-seq'.
427 Also `mh-update-unseen' is called in the original folder, if we have it open." nil nil)
428 426
429 (autoload (quote mh-index-execute-commands) "mh-index" "\ 427 (autoload (quote mh-index-execute-commands) "mh-index" "\
430 Delete/refile the actual messages. 428 Delete/refile the actual messages.
431 The copies in the searched folder are then deleted/refiled to get the desired 429 The copies in the searched folder are then deleted/refiled to get the desired
432 result. Before deleting the messages we make sure that the message being 430 result. Before deleting the messages we make sure that the message being
440 (autoload (quote mh-index-delete-from-sequence) "mh-index" "\ 438 (autoload (quote mh-index-delete-from-sequence) "mh-index" "\
441 Delete from SEQ the messages in MSGS. 439 Delete from SEQ the messages in MSGS.
442 This function updates the source folder sequences. Also makes an attempt to 440 This function updates the source folder sequences. Also makes an attempt to
443 update the source folder buffer if present." nil nil) 441 update the source folder buffer if present." nil nil)
444 442
445 (autoload (quote mh-glimpse-execute-search) "mh-index" "\
446 Execute glimpse and read the results.
447
448 In the examples below, replace /home/user/Mail with the path to your MH
449 directory.
450
451 First create the directory /home/user/Mail/.glimpse. Then create the file
452 /home/user/Mail/.glimpse/.glimpse_exclude with the following contents:
453
454 */.*
455 */#*
456 */,*
457 */*~
458 ^/home/user/Mail/.glimpse
459 ^/home/user/Mail/mhe-index
460
461 If there are any directories you would like to ignore, append lines like the
462 following to .glimpse_exclude:
463
464 ^/home/user/Mail/scripts
465
466 You do not want to index the folders that hold the results of your searches
467 since they tend to be ephemeral and the original messages are indexed anyway.
468 The configuration file above assumes that the results are found in sub-folders
469 of `mh-index-folder' which is +mhe-index by default.
470
471 Use the following command line to generate the glimpse index. Run this
472 daily from cron:
473
474 glimpseindex -H /home/user/Mail/.glimpse /home/user/Mail
475
476 FOLDER-PATH is the directory in which SEARCH-REGEXP is used to search." nil nil)
477
478 (autoload (quote mh-index-sequenced-messages) "mh-index" "\ 443 (autoload (quote mh-index-sequenced-messages) "mh-index" "\
479 Display messages from FOLDERS in SEQUENCE. 444 Display messages from FOLDERS in SEQUENCE.
480 By default the folders specified by `mh-index-new-messages-folders' are 445 All messages in the sequence you provide from the folders in
481 searched. With a prefix argument, enter a space-separated list of folders, or 446 `mh-index-new-messages-folders' are listed. With a prefix argument, enter a
482 nothing to search all folders. 447 space-separated list of folders, or nothing to search all folders." t nil)
483
484 Argument SEQUENCE defaults to `mh-unseen-seq' and is the sequence that the
485 function searches for in each of the FOLDERS. With a prefix argument, enter a
486 sequence to use." t nil)
487 448
488 (autoload (quote mh-index-new-messages) "mh-index" "\ 449 (autoload (quote mh-index-new-messages) "mh-index" "\
489 Display unseen messages. 450 Display unseen messages.
490 All messages in the `unseen' sequence from FOLDERS are displayed. 451 If you use a program such as `procmail' to use `rcvstore' to file your
491 By default the folders specified by `mh-index-new-messages-folders' 452 incoming mail automatically, you can display new, unseen, messages using this
492 are searched. With a prefix argument, enter a space-separated list of 453 command. All messages in the `unseen' sequence from the folders in
493 folders, or nothing to search all folders." t nil) 454 `mh-index-new-messages-folders' are listed. With a prefix argument, enter a
455 space-separated list of FOLDERS, or nothing to search all folders." t nil)
494 456
495 (autoload (quote mh-index-ticked-messages) "mh-index" "\ 457 (autoload (quote mh-index-ticked-messages) "mh-index" "\
496 Display ticked messages. 458 Display ticked messages.
497 All messages in the `tick' sequence from FOLDERS are displayed. 459 All messages in `mh-tick-seq' from the folders in
498 By default the folders specified by `mh-index-ticked-messages-folders' 460 `mh-index-ticked-messages-folders' are listed. With a prefix argument, enter a
499 are searched. With a prefix argument, enter a space-separated list of 461 space-separated list of FOLDERS, or nothing to search all folders." t nil)
500 folders, or nothing to search all folders." t nil)
501 462
502 (autoload (quote mh-swish-execute-search) "mh-index" "\ 463 (autoload (quote mh-swish-execute-search) "mh-index" "\
503 Execute swish-e and read the results. 464 Execute swish-e and read the results.
504 465
505 In the examples below, replace /home/user/Mail with the path to your MH 466 In the examples below, replace /home/user/Mail with the path to your MH
618 set according to the first indexer in `mh-indexer-choices' present on the 579 set according to the first indexer in `mh-indexer-choices' present on the
619 system." nil nil) 580 system." nil nil)
620 581
621 ;;;*** 582 ;;;***
622 583
584 ;;;### (autoloads (mh-variants mh-variant-p mh-variant-set) "mh-init"
585 ;;;;;; "mh-init.el" (16671 49652))
586 ;;; Generated autoloads from mh-init.el
587
588 (autoload (quote mh-variant-set) "mh-init" "\
589 Set the MH variant to VARIANT.
590 Sets `mh-progs', `mh-lib', `mh-lib-progs' and `mh-flists-present-flag'.
591 If the VARIANT is `autodetect', then first try nmh, then MH and finally
592 GNU mailutils." t nil)
593
594 (autoload (quote mh-variant-p) "mh-init" "\
595 Return t if variant is any of VARIANTS.
596 Currently known variants are 'mh and 'nmh." nil nil)
597
598 (autoload (quote mh-variants) "mh-init" "\
599 Return a list of installed variants of MH on the system.
600 This function looks for MH in `mh-sys-path', `mh-path' and
601 `exec-path'. The format of the list of variants that is returned is described
602 by the variable `mh-variants'." nil nil)
603
604 ;;;***
605
623 ;;;### (autoloads (mh-junk-whitelist mh-junk-blacklist) "mh-junk" 606 ;;;### (autoloads (mh-junk-whitelist mh-junk-blacklist) "mh-junk"
624 ;;;;;; "mh-junk.el" (16625 54386)) 607 ;;;;;; "mh-junk.el" (16671 49652))
625 ;;; Generated autoloads from mh-junk.el 608 ;;; Generated autoloads from mh-junk.el
626 609
627 (autoload (quote mh-junk-blacklist) "mh-junk" "\ 610 (autoload (quote mh-junk-blacklist) "mh-junk" "\
628 Blacklist RANGE as spam. 611 Blacklist RANGE as spam.
629 612
630 Check the documentation of `mh-interactive-range' to see how RANGE is read in 613 This command trains the spam program in use (see the `mh-junk-program' option)
631 interactive use. 614 with the content of the range (see `mh-interactive-range') and then handles
632 615 the message(s) as specified by the `mh-junk-disposition' option.
633 First the appropriate function is called depending on the value of 616
634 `mh-junk-choice'. Then if `mh-junk-mail-folder' is a string then the message is 617 For more information about using your particular spam fighting program, see:
635 refiled to that folder. If nil, the message is deleted. 618
636 619 - `mh-spamassassin-blacklist'
637 To change the spam program being used, customize `mh-junk-program'. Directly
638 setting `mh-junk-choice' is not recommended.
639
640 The documentation for the following functions describes what setup is needed
641 for the different spam fighting programs:
642
643 - `mh-bogofilter-blacklist' 620 - `mh-bogofilter-blacklist'
644 - `mh-spamprobe-blacklist' 621 - `mh-spamprobe-blacklist'" t nil)
645 - `mh-spamassassin-blacklist'" t nil)
646 622
647 (autoload (quote mh-junk-whitelist) "mh-junk" "\ 623 (autoload (quote mh-junk-whitelist) "mh-junk" "\
648 Whitelist RANGE incorrectly classified as spam. 624 Whitelist RANGE as ham.
649 625
650 Check the documentation of `mh-interactive-range' to see how RANGE is read in 626 This command reclassifies a range of messages (see `mh-interactive-range') as
651 interactive use. 627 ham if it were incorrectly classified as spam. It then refiles the message
652 628 into the `+inbox' folder.
653 First the appropriate function is called depending on the value of 629
654 `mh-junk-choice'. Then the message is refiled to `mh-inbox'. 630 The `mh-junk-program' option specifies the spam program in use." t nil)
655
656 To change the spam program being used, customize `mh-junk-program'. Directly
657 setting `mh-junk-choice' is not recommended." t nil)
658 631
659 ;;;*** 632 ;;;***
660 633
661 ;;;### (autoloads (mh-mime-inline-part mh-mime-save-part mh-push-button 634 ;;;### (autoloads (mh-display-with-external-viewer mh-mime-inline-part
662 ;;;;;; mh-press-button mh-mime-display mh-decode-message-header 635 ;;;;;; mh-mime-save-part mh-push-button mh-press-button mh-mime-display
663 ;;;;;; mh-mime-save-parts mh-display-emphasis mh-display-smileys 636 ;;;;;; mh-decode-message-header mh-mime-save-parts mh-display-emphasis
664 ;;;;;; mh-add-missing-mime-version-header mh-destroy-postponed-handles 637 ;;;;;; mh-display-smileys mh-add-missing-mime-version-header mh-destroy-postponed-handles
665 ;;;;;; mh-mime-cleanup mh-mml-directive-present-p mh-mml-secure-message-encrypt-pgpmime 638 ;;;;;; mh-mime-cleanup mh-mml-directive-present-p mh-mml-secure-message-signencrypt
666 ;;;;;; mh-mml-secure-message-sign-pgpmime mh-mml-attach-file mh-mml-forward-message 639 ;;;;;; mh-mml-secure-message-encrypt mh-mml-secure-message-sign
667 ;;;;;; mh-mml-to-mime mh-mhn-directive-present-p mh-revert-mhn-edit 640 ;;;;;; mh-mml-unsecure-message mh-mml-attach-file mh-mml-query-cryptographic-method
668 ;;;;;; mh-edit-mhn mh-mhn-compose-forw mh-mhn-compose-external-compressed-tar 641 ;;;;;; mh-mml-forward-message mh-mml-to-mime mh-mhn-directive-present-p
669 ;;;;;; mh-mhn-compose-anon-ftp mh-mhn-compose-insertion mh-compose-forward 642 ;;;;;; mh-revert-mhn-edit mh-edit-mhn mh-mhn-compose-forw mh-mhn-compose-external-type
670 ;;;;;; mh-compose-insertion) "mh-mime" "mh-mime.el" (16625 54523)) 643 ;;;;;; mh-mhn-compose-external-compressed-tar mh-mhn-compose-anon-ftp
644 ;;;;;; mh-mhn-compose-insertion mh-file-mime-type mh-have-file-command
645 ;;;;;; mh-compose-forward mh-compose-insertion) "mh-mime" "mh-mime.el"
646 ;;;;;; (16665 55171))
671 ;;; Generated autoloads from mh-mime.el 647 ;;; Generated autoloads from mh-mime.el
672 648
673 (autoload (quote mh-compose-insertion) "mh-mime" "\ 649 (autoload (quote mh-compose-insertion) "mh-mime" "\
674 Add a directive to insert a MIME part from a file, using mhn or gnus. 650 Add a directive to insert a MIME part from a file, using mhn or gnus.
675 If the variable `mh-compose-insertion' is set to 'mhn, then that will be used. 651 If the variable `mh-compose-insertion' is set to 'mhn, then that will be used.
684 Optional argument FOLDER is the folder from which the forwarded message should 660 Optional argument FOLDER is the folder from which the forwarded message should
685 come. 661 come.
686 Optional argument MESSAGE is the message to forward. 662 Optional argument MESSAGE is the message to forward.
687 If any of the optional arguments are absent, they are prompted for." t nil) 663 If any of the optional arguments are absent, they are prompted for." t nil)
688 664
665 (autoload (quote mh-have-file-command) "mh-mime" "\
666 Return t if 'file' command is on the system.
667 'file -i' is used to get MIME type of composition insertion." nil nil)
668
669 (autoload (quote mh-file-mime-type) "mh-mime" "\
670 Return MIME type of FILENAME from file command.
671 Returns nil if file command not on system." nil nil)
672
689 (autoload (quote mh-mhn-compose-insertion) "mh-mime" "\ 673 (autoload (quote mh-mhn-compose-insertion) "mh-mime" "\
690 Add a directive to insert a MIME message part from a file. 674 Add a directive to insert a MIME message part from a file.
691 This is the typical way to insert non-text parts in a message. 675 This is the typical way to insert non-text parts in a message.
692 676
693 Arguments are FILENAME, which tells where to find the file, TYPE, the MIME 677 Arguments are FILENAME, which tells where to find the file, TYPE, the MIME
713 The file should be available via anonymous ftp. This directive tells MH to 697 The file should be available via anonymous ftp. This directive tells MH to
714 include a reference to a message/external-body part. 698 include a reference to a message/external-body part.
715 699
716 Arguments are HOST and FILENAME, which tell where to find the file, and 700 Arguments are HOST and FILENAME, which tell where to find the file, and
717 DESCRIPTION, a line of text for the Content-description header. 701 DESCRIPTION, a line of text for the Content-description header.
702
703 See also \\[mh-edit-mhn]." t nil)
704
705 (autoload (quote mh-mhn-compose-external-type) "mh-mime" "\
706 Add a directive to include a MIME reference to a remote file.
707 The file should be available via anonymous ftp. This directive tells MH to
708 include a reference to a message/external-body part.
709
710 Arguments are ACCESS-TYPE, HOST and FILENAME, which tell where to find the
711 file and TYPE which is the MIME Content-Type. Optional arguments include
712 DESCRIPTION, a line of text for the Content-description header, ATTRIBUTES,
713 EXTRA-PARAMS, and COMMENT.
718 714
719 See also \\[mh-edit-mhn]." t nil) 715 See also \\[mh-edit-mhn]." t nil)
720 716
721 (autoload (quote mh-mhn-compose-forw) "mh-mime" "\ 717 (autoload (quote mh-mhn-compose-forw) "mh-mime" "\
722 Add a forw directive to this message, to forward a message with MIME. 718 Add a forw directive to this message, to forward a message with MIME.
756 (autoload (quote mh-revert-mhn-edit) "mh-mime" "\ 752 (autoload (quote mh-revert-mhn-edit) "mh-mime" "\
757 Undo the effect of \\[mh-edit-mhn] by reverting to the backup file. 753 Undo the effect of \\[mh-edit-mhn] by reverting to the backup file.
758 Optional non-nil argument NOCONFIRM means don't ask for confirmation." t nil) 754 Optional non-nil argument NOCONFIRM means don't ask for confirmation." t nil)
759 755
760 (autoload (quote mh-mhn-directive-present-p) "mh-mime" "\ 756 (autoload (quote mh-mhn-directive-present-p) "mh-mime" "\
761 Check if the current buffer has text which might be a MHN directive." nil nil) 757 Check if the text between BEGIN and END might be a MHN directive.
758 The optional argument BEGIN defaults to the beginning of the buffer, while END
759 defaults to the the end of the buffer." nil nil)
762 760
763 (autoload (quote mh-mml-to-mime) "mh-mime" "\ 761 (autoload (quote mh-mml-to-mime) "mh-mime" "\
764 Compose MIME message from mml directives. 762 Compose MIME message from mml directives.
765 This step is performed automatically when sending the message, but this 763 This step is performed automatically when sending the message, but this
766 function may be called manually before sending the draft as well." t nil) 764 function may be called manually before sending the draft as well." t nil)
767 765
768 (autoload (quote mh-mml-forward-message) "mh-mime" "\ 766 (autoload (quote mh-mml-forward-message) "mh-mime" "\
769 Forward a message as attachment. 767 Forward a message as attachment.
770 The function will prompt the user for a DESCRIPTION, a FOLDER and MESSAGE 768 The function will prompt the user for a DESCRIPTION, a FOLDER and MESSAGE
771 number." nil nil) 769 number." nil nil)
770
771 (autoload (quote mh-mml-query-cryptographic-method) "mh-mime" "\
772 Read the cryptographic method to use." nil nil)
772 773
773 (autoload (quote mh-mml-attach-file) "mh-mime" "\ 774 (autoload (quote mh-mml-attach-file) "mh-mime" "\
774 Attach a file to the outgoing MIME message. 775 Attach a file to the outgoing MIME message.
775 The file is not inserted or encoded until you send the message with 776 The file is not inserted or encoded until you send the message with
776 `\\[mh-send-letter]'. 777 `\\[mh-send-letter]'.
779 780
780 This is basically `mml-attach-file' from gnus, modified such that a prefix 781 This is basically `mml-attach-file' from gnus, modified such that a prefix
781 argument yields an `inline' disposition and Content-Type is determined 782 argument yields an `inline' disposition and Content-Type is determined
782 automatically." nil nil) 783 automatically." nil nil)
783 784
784 (autoload (quote mh-mml-secure-message-sign-pgpmime) "mh-mime" "\ 785 (autoload (quote mh-mml-unsecure-message) "mh-mime" "\
785 Add directive to encrypt/sign the entire message." t nil) 786 Remove any secure message directives.
786 787 The IGNORE argument is not used." t nil)
787 (autoload (quote mh-mml-secure-message-encrypt-pgpmime) "mh-mime" "\ 788
788 Add directive to encrypt and sign the entire message. 789 (autoload (quote mh-mml-secure-message-sign) "mh-mime" "\
789 If called with a prefix argument DONTSIGN, only encrypt (do NOT sign)." t nil) 790 Add security directive to sign the entire message using METHOD." t nil)
791
792 (autoload (quote mh-mml-secure-message-encrypt) "mh-mime" "\
793 Add security directive to encrypt the entire message using METHOD." t nil)
794
795 (autoload (quote mh-mml-secure-message-signencrypt) "mh-mime" "\
796 Add security directive to encrypt and sign the entire message using METHOD." t nil)
790 797
791 (autoload (quote mh-mml-directive-present-p) "mh-mime" "\ 798 (autoload (quote mh-mml-directive-present-p) "mh-mime" "\
792 Check if the current buffer has text which may be an MML directive." nil nil) 799 Check if the current buffer has text which may be an MML directive." nil nil)
793 800
794 (autoload (quote mh-mime-cleanup) "mh-mime" "\ 801 (autoload (quote mh-mime-cleanup) "mh-mime" "\
838 Save MIME part at point." t nil) 845 Save MIME part at point." t nil)
839 846
840 (autoload (quote mh-mime-inline-part) "mh-mime" "\ 847 (autoload (quote mh-mime-inline-part) "mh-mime" "\
841 Toggle display of the raw MIME part." t nil) 848 Toggle display of the raw MIME part." t nil)
842 849
850 (autoload (quote mh-display-with-external-viewer) "mh-mime" "\
851 View MIME PART-INDEX externally." t nil)
852
843 ;;;*** 853 ;;;***
844 854
845 ;;;### (autoloads (mh-do-search mh-pick-do-search mh-do-pick-search 855 ;;;### (autoloads (mh-do-search mh-pick-do-search mh-search-folder)
846 ;;;;;; mh-search-folder) "mh-pick" "mh-pick.el" (16625 54571)) 856 ;;;;;; "mh-pick" "mh-pick.el" (16671 49652))
847 ;;; Generated autoloads from mh-pick.el 857 ;;; Generated autoloads from mh-pick.el
848 858
849 (autoload (quote mh-search-folder) "mh-pick" "\ 859 (autoload (quote mh-search-folder) "mh-pick" "\
850 Search FOLDER for messages matching a pattern. 860 Search FOLDER for messages matching a pattern.
851 This function uses the MH command `pick' to do the work. 861 This function uses the MH command `pick' to do the work.
852 Add the messages found to the sequence named `search'. 862 Add the messages found to the sequence named `search'.
853 Argument WINDOW-CONFIG is the current window configuration and is used when 863 Argument WINDOW-CONFIG is the current window configuration and is used when
854 the search folder is dismissed." t nil) 864 the search folder is dismissed." t nil)
855 865
856 (autoload (quote mh-do-pick-search) "mh-pick" "\
857 Find messages that match the qualifications in the current pattern buffer.
858 Messages are searched for in the folder named in `mh-searching-folder'.
859 Add the messages found to the sequence named `search'.
860
861 This is a deprecated function and `mh-pick-do-search' should be used instead." t nil)
862
863 (autoload (quote mh-pick-do-search) "mh-pick" "\ 866 (autoload (quote mh-pick-do-search) "mh-pick" "\
864 Find messages that match the qualifications in the current pattern buffer. 867 Find messages that match the qualifications in the current pattern buffer.
865 Messages are searched for in the folder named in `mh-searching-folder'. 868 Messages are searched for in the folder named in `mh-searching-folder'.
866 Add the messages found to the sequence named `search'." t nil) 869 Add the messages found to the sequence named `search'." t nil)
867 870
868 (autoload (quote mh-do-search) "mh-pick" "\ 871 (autoload (quote mh-do-search) "mh-pick" "\
869 Use the default searching function. 872 Use the default searching function.
870 If \\[mh-search-folder] was used to create the search pattern then pick is used 873 If \\[mh-search-folder] was used to create the search pattern then pick is used
871 to search the folder. Otherwise if \\[mh-index-search] was used then the 874 to search the folder. Otherwise if \\[mh-index-search] was used then the
872 indexing program specified in `mh-index-program' is used." t nil) 875 indexing program specified in `mh-index-program' is used." t nil)
876
877 ;;;***
878
879 ;;;### (autoloads (mh-print-msg mh-ps-print-toggle-mime mh-ps-print-toggle-color
880 ;;;;;; mh-ps-print-toggle-faces mh-ps-print-msg-show mh-ps-print-msg-file
881 ;;;;;; mh-ps-print-msg) "mh-print" "mh-print.el" (16671 49652))
882 ;;; Generated autoloads from mh-print.el
883
884 (autoload (quote mh-ps-print-msg) "mh-print" "\
885 Print the messages in RANGE.
886
887 Check the documentation of `mh-interactive-range' to see how RANGE is read in
888 interactive use." t nil)
889
890 (autoload (quote mh-ps-print-msg-file) "mh-print" "\
891 Print to FILE the messages in RANGE.
892
893 Check the documentation of `mh-interactive-range' to see how RANGE is read in
894 interactive use." t nil)
895
896 (autoload (quote mh-ps-print-msg-show) "mh-print" "\
897 Print current show buffer to FILE." t nil)
898
899 (autoload (quote mh-ps-print-toggle-faces) "mh-print" "\
900 Toggle whether printing is done with faces or not." t nil)
901
902 (autoload (quote mh-ps-print-toggle-color) "mh-print" "\
903 Toggle whether color is used in printing messages." t nil)
904
905 (autoload (quote mh-ps-print-toggle-mime) "mh-print" "\
906 Cycle through available choices on how MIME parts should be printed.
907 The available settings are:
908 1. Print only inline MIME parts.
909 2. Print all MIME parts.
910 3. Print no MIME parts." t nil)
911
912 (autoload (quote mh-print-msg) "mh-print" "\
913 Print RANGE on printer.
914
915 Check the documentation of `mh-interactive-range' to see how RANGE is read in
916 interactive use.
917
918 The variable `mh-lpr-command-format' is used to generate the print command.
919 The messages are formatted by mhl. See the variable `mhl-formfile'." t nil)
873 920
874 ;;;*** 921 ;;;***
875 922
876 ;;;### (autoloads (mh-narrow-to-tick mh-toggle-tick mh-thread-refile 923 ;;;### (autoloads (mh-narrow-to-tick mh-toggle-tick mh-thread-refile
877 ;;;;;; mh-thread-delete mh-thread-ancestor mh-thread-previous-sibling 924 ;;;;;; mh-thread-delete mh-thread-ancestor mh-thread-previous-sibling
878 ;;;;;; mh-thread-next-sibling mh-thread-forget-message mh-toggle-threads 925 ;;;;;; mh-thread-next-sibling mh-thread-forget-message mh-toggle-threads
879 ;;;;;; mh-thread-add-spaces mh-thread-update-scan-line-map mh-thread-inc 926 ;;;;;; mh-thread-add-spaces mh-thread-update-scan-line-map mh-thread-inc
880 ;;;;;; mh-delete-subject-or-thread mh-delete-subject mh-narrow-to-range 927 ;;;;;; mh-delete-subject-or-thread mh-delete-subject mh-narrow-to-range
881 ;;;;;; mh-narrow-to-to mh-narrow-to-cc mh-narrow-to-from mh-narrow-to-subject 928 ;;;;;; mh-narrow-to-to mh-narrow-to-cc mh-narrow-to-from mh-narrow-to-subject
882 ;;;;;; mh-region-to-msg-list mh-interactive-range mh-range-to-msg-list 929 ;;;;;; mh-interactive-range mh-range-to-msg-list mh-iterate-on-range
883 ;;;;;; mh-iterate-on-range mh-iterate-on-messages-in-region mh-add-to-sequence 930 ;;;;;; mh-iterate-on-messages-in-region mh-add-to-sequence mh-notate-cur
884 ;;;;;; mh-notate-cur mh-notate-seq mh-map-to-seq-msgs mh-rename-seq 931 ;;;;;; mh-rename-seq mh-translate-range mh-read-range mh-read-seq-default
885 ;;;;;; mh-translate-range mh-read-range mh-read-seq-default mh-notate-deleted-and-refiled 932 ;;;;;; mh-notate-deleted-and-refiled mh-widen mh-put-msg-in-seq
886 ;;;;;; mh-widen mh-put-msg-in-seq mh-narrow-to-seq mh-msg-is-in-seq 933 ;;;;;; mh-narrow-to-seq mh-msg-is-in-seq mh-list-sequences mh-delete-seq)
887 ;;;;;; mh-list-sequences mh-delete-seq) "mh-seq" "mh-seq.el" (16625 934 ;;;;;; "mh-seq" "mh-seq.el" (16668 22297))
888 ;;;;;; 54690))
889 ;;; Generated autoloads from mh-seq.el 935 ;;; Generated autoloads from mh-seq.el
890 936
891 (autoload (quote mh-delete-seq) "mh-seq" "\ 937 (autoload (quote mh-delete-seq) "mh-seq" "\
892 Delete the SEQUENCE." t nil) 938 Delete the SEQUENCE." t nil)
893 939
894 (autoload (quote mh-list-sequences) "mh-seq" "\ 940 (autoload (quote mh-list-sequences) "mh-seq" "\
895 List the sequences defined in the folder being visited." t nil) 941 List the sequences defined in the folder being visited." t nil)
896 942
897 (autoload (quote mh-msg-is-in-seq) "mh-seq" "\ 943 (autoload (quote mh-msg-is-in-seq) "mh-seq" "\
898 Display the sequences that contain MESSAGE. 944 Display the sequences in which the current message appears.
899 Default is the displayed message." t nil) 945 Use a prefix argument to display the sequences in which another MESSAGE
946 appears." t nil)
900 947
901 (autoload (quote mh-narrow-to-seq) "mh-seq" "\ 948 (autoload (quote mh-narrow-to-seq) "mh-seq" "\
902 Restrict display of this folder to just messages in SEQUENCE. 949 Restrict display of this folder to just messages in SEQUENCE.
903 Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil) 950 Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
904 951
907 954
908 Check the documentation of `mh-interactive-range' to see how RANGE is read in 955 Check the documentation of `mh-interactive-range' to see how RANGE is read in
909 interactive use." t nil) 956 interactive use." t nil)
910 957
911 (autoload (quote mh-widen) "mh-seq" "\ 958 (autoload (quote mh-widen) "mh-seq" "\
912 Remove last restriction from current folder. 959 Restore the previous limit.
913 If optional prefix argument ALL-FLAG is non-nil, then unwind to the beginning 960 If optional prefix argument ALL-FLAG is non-nil, remove all limits." t nil)
914 of the view stack thereby showing all messages that the buffer originally
915 contained." t nil)
916 961
917 (autoload (quote mh-notate-deleted-and-refiled) "mh-seq" "\ 962 (autoload (quote mh-notate-deleted-and-refiled) "mh-seq" "\
918 Notate messages marked for deletion or refiling. 963 Notate messages marked for deletion or refiling.
919 Messages to be deleted are given by `mh-delete-list' while messages to be 964 Messages to be deleted are given by `mh-delete-list' while messages to be
920 refiled are present in `mh-refile-list'." nil nil) 965 refiled are present in `mh-refile-list'." nil nil)
963 In FOLDER, translate the string EXPR to a list of messages numbers." nil nil) 1008 In FOLDER, translate the string EXPR to a list of messages numbers." nil nil)
964 1009
965 (autoload (quote mh-rename-seq) "mh-seq" "\ 1010 (autoload (quote mh-rename-seq) "mh-seq" "\
966 Rename SEQUENCE to have NEW-NAME." t nil) 1011 Rename SEQUENCE to have NEW-NAME." t nil)
967 1012
968 (autoload (quote mh-map-to-seq-msgs) "mh-seq" "\
969 Invoke the FUNC at each message in the SEQ.
970 SEQ can either be a list of messages or a MH sequence. The remaining ARGS are
971 passed as arguments to FUNC." nil nil)
972
973 (autoload (quote mh-notate-seq) "mh-seq" "\
974 Mark the scan listing.
975 All messages in SEQ are marked with NOTATION at OFFSET from the beginning of
976 the line." nil nil)
977
978 (autoload (quote mh-notate-cur) "mh-seq" "\ 1013 (autoload (quote mh-notate-cur) "mh-seq" "\
979 Mark the MH sequence cur. 1014 Mark the MH sequence cur.
980 In addition to notating the current message with `mh-note-cur' the function 1015 In addition to notating the current message with `mh-note-cur' the function
981 uses `overlay-arrow-position' to put a marker in the fringe." nil nil) 1016 uses `overlay-arrow-position' to put a marker in the fringe." nil nil)
982 1017
1017 RANGE-PROMPT. A list of messages in that range is returned. 1052 RANGE-PROMPT. A list of messages in that range is returned.
1018 1053
1019 If a MH range is given, say something like last:20, then a list containing 1054 If a MH range is given, say something like last:20, then a list containing
1020 the messages in that range is returned. 1055 the messages in that range is returned.
1021 1056
1057 If DEFAULT non-nil then it is returned.
1058
1022 Otherwise, the message number at point is returned. 1059 Otherwise, the message number at point is returned.
1023 1060
1024 This function is usually used with `mh-iterate-on-range' in order to provide 1061 This function is usually used with `mh-iterate-on-range' in order to provide
1025 a uniform interface to MH-E functions." nil nil) 1062 a uniform interface to MH-E functions." nil nil)
1026 1063
1027 (autoload (quote mh-region-to-msg-list) "mh-seq" "\
1028 Return a list of messages within the region between BEGIN and END." nil nil)
1029
1030 (autoload (quote mh-narrow-to-subject) "mh-seq" "\ 1064 (autoload (quote mh-narrow-to-subject) "mh-seq" "\
1031 Narrow to a sequence containing all following messages with same subject." t nil) 1065 Limit to messages with same subject.
1066 With a prefix argument, edit PICK-EXPR.
1067
1068 Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1032 1069
1033 (autoload (quote mh-narrow-to-from) "mh-seq" "\ 1070 (autoload (quote mh-narrow-to-from) "mh-seq" "\
1034 Limit to messages with the same From header field as the message at point. 1071 Limit to messages with the same `From:' field.
1035 With a prefix argument, prompt for the regular expression, REGEXP given to 1072 With a prefix argument, edit PICK-EXPR.
1036 pick." t nil) 1073
1074 Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1037 1075
1038 (autoload (quote mh-narrow-to-cc) "mh-seq" "\ 1076 (autoload (quote mh-narrow-to-cc) "mh-seq" "\
1039 Limit to messages with the same Cc header field as the message at point. 1077 Limit to messages with the same `Cc:' field.
1040 With a prefix argument, prompt for the regular expression, REGEXP given to 1078 With a prefix argument, edit PICK-EXPR.
1041 pick." t nil) 1079
1080 Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1042 1081
1043 (autoload (quote mh-narrow-to-to) "mh-seq" "\ 1082 (autoload (quote mh-narrow-to-to) "mh-seq" "\
1044 Limit to messages with the same To header field as the message at point. 1083 Limit to messages with the same `To:' field.
1045 With a prefix argument, prompt for the regular expression, REGEXP given to 1084 With a prefix argument, edit PICK-EXPR.
1046 pick." t nil) 1085
1086 Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1047 1087
1048 (autoload (quote mh-narrow-to-range) "mh-seq" "\ 1088 (autoload (quote mh-narrow-to-range) "mh-seq" "\
1049 Limit to messages in RANGE. 1089 Limit to messages in RANGE.
1050 1090
1051 Check the documentation of `mh-interactive-range' to see how RANGE is read in 1091 Check the documentation of `mh-interactive-range' to see how RANGE is read in
1052 interactive use." t nil) 1092 interactive use.
1093
1094 Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1053 1095
1054 (autoload (quote mh-delete-subject) "mh-seq" "\ 1096 (autoload (quote mh-delete-subject) "mh-seq" "\
1055 Mark all following messages with same subject to be deleted. 1097 Mark all following messages with same subject to be deleted.
1056 This puts the messages in a sequence named subject. You can undo the last 1098 This puts the messages in a sequence named subject. You can undo the last
1057 deletion marks using `mh-undo' with a prefix argument and then specifying the 1099 deletion marks using `mh-undo' with a prefix argument and then specifying the
1101 1143
1102 (autoload (quote mh-toggle-tick) "mh-seq" "\ 1144 (autoload (quote mh-toggle-tick) "mh-seq" "\
1103 Toggle tick mark of all messages in RANGE." t nil) 1145 Toggle tick mark of all messages in RANGE." t nil)
1104 1146
1105 (autoload (quote mh-narrow-to-tick) "mh-seq" "\ 1147 (autoload (quote mh-narrow-to-tick) "mh-seq" "\
1106 Restrict display of this folder to just messages in `mh-tick-seq'. 1148 Limit to messages in `mh-tick-seq'.
1149
1107 Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil) 1150 Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1108 1151
1109 ;;;*** 1152 ;;;***
1110 1153
1111 ;;;### (autoloads (mh-speed-add-folder mh-speed-invalidate-map mh-speed-flists 1154 ;;;### (autoloads (mh-speed-add-folder mh-speed-invalidate-map mh-speed-flists
1112 ;;;;;; mh-speed-view mh-speed-toggle mh-folder-speedbar-buttons) 1155 ;;;;;; mh-speed-view mh-speed-toggle mh-folder-speedbar-buttons)
1113 ;;;;;; "mh-speed" "mh-speed.el" (16625 54721)) 1156 ;;;;;; "mh-speed" "mh-speed.el" (16665 55171))
1114 ;;; Generated autoloads from mh-speed.el 1157 ;;; Generated autoloads from mh-speed.el
1115 1158
1116 (autoload (quote mh-folder-speedbar-buttons) "mh-speed" "\ 1159 (autoload (quote mh-folder-speedbar-buttons) "mh-speed" "\
1117 Interface function to create MH-E speedbar buffer. 1160 Interface function to create MH-E speedbar buffer.
1118 BUFFER is the MH-E buffer for which the speedbar buffer is to be created." nil nil) 1161 BUFFER is the MH-E buffer for which the speedbar buffer is to be created." nil nil)
1143 Add FOLDER since it is being created. 1186 Add FOLDER since it is being created.
1144 The function invalidates the latest ancestor that is present." nil nil) 1187 The function invalidates the latest ancestor that is present." nil nil)
1145 1188
1146 ;;;*** 1189 ;;;***
1147 1190
1148 ;;;### (autoloads (mh-get-msg-num mh-goto-address-find-address-at-point)
1149 ;;;;;; "mh-utils" "mh-utils.el" (16625 54979))
1150 ;;; Generated autoloads from mh-utils.el
1151
1152 (autoload (quote mh-goto-address-find-address-at-point) "mh-utils" "\
1153 Find e-mail address around or before point.
1154 Then search backwards to beginning of line for the start of an e-mail
1155 address. If no e-mail address found, return nil." nil nil)
1156
1157 (autoload (quote mh-get-msg-num) "mh-utils" "\
1158 Return the message number of the displayed message.
1159 If the argument ERROR-IF-NO-MESSAGE is non-nil, then complain if the cursor is
1160 not pointing to a message." nil nil)
1161
1162 ;;;***
1163
1164 ;;;### (autoloads (mh-alias-apropos mh-alias-add-address-under-point 1191 ;;;### (autoloads (mh-alias-apropos mh-alias-add-address-under-point
1165 ;;;;;; mh-alias-grab-from-field mh-alias-add-alias mh-alias-from-has-no-alias-p 1192 ;;;;;; mh-alias-grab-from-field mh-alias-add-alias mh-alias-for-from-p
1166 ;;;;;; mh-alias-address-to-alias mh-alias-letter-expand-alias mh-alias-minibuffer-confirm-address 1193 ;;;;;; mh-alias-address-to-alias mh-alias-letter-expand-alias mh-alias-minibuffer-confirm-address
1167 ;;;;;; mh-read-address mh-alias-reload-maybe mh-alias-reload) "mh-alias" 1194 ;;;;;; mh-read-address mh-alias-reload-maybe mh-alias-reload) "mh-alias"
1168 ;;;;;; "mh-alias.el" (16625 53006)) 1195 ;;;;;; "mh-alias.el" (16671 49553))
1169 ;;; Generated autoloads from mh-alias.el 1196 ;;; Generated autoloads from mh-alias.el
1170 1197
1171 (autoload (quote mh-alias-reload) "mh-alias" "\ 1198 (autoload (quote mh-alias-reload) "mh-alias" "\
1172 Load MH aliases into `mh-alias-alist'." t nil) 1199 Reload MH aliases.
1200
1201 Since aliases are updated frequently, MH-E will reload aliases automatically
1202 whenever an alias lookup occurs if an alias source (a file listed in your
1203 `Aliasfile:' profile component and your password file if variable
1204 `mh-alias-local-users' is non-nil) has changed. However, you can reload your
1205 aliases manually by calling this command directly.
1206
1207 The value of `mh-alias-reloaded-hook' is a list of functions to be called,
1208 with no arguments, after the aliases have been loaded." t nil)
1173 1209
1174 (autoload (quote mh-alias-reload-maybe) "mh-alias" "\ 1210 (autoload (quote mh-alias-reload-maybe) "mh-alias" "\
1175 Load new MH aliases." nil nil) 1211 Load new MH aliases." nil nil)
1176 1212
1177 (autoload (quote mh-read-address) "mh-alias" "\ 1213 (autoload (quote mh-read-address) "mh-alias" "\
1184 Expand mail alias before point." nil nil) 1220 Expand mail alias before point." nil nil)
1185 1221
1186 (autoload (quote mh-alias-address-to-alias) "mh-alias" "\ 1222 (autoload (quote mh-alias-address-to-alias) "mh-alias" "\
1187 Return the ADDRESS alias if defined, or nil." nil nil) 1223 Return the ADDRESS alias if defined, or nil." nil nil)
1188 1224
1189 (autoload (quote mh-alias-from-has-no-alias-p) "mh-alias" "\ 1225 (autoload (quote mh-alias-for-from-p) "mh-alias" "\
1190 Return t is From has no current alias set. 1226 Return t if sender's address has a corresponding alias." nil nil)
1191 In the exceptional situation where there isn't a From header in the message the
1192 function returns nil." nil nil)
1193 1227
1194 (autoload (quote mh-alias-add-alias) "mh-alias" "\ 1228 (autoload (quote mh-alias-add-alias) "mh-alias" "\
1195 *Add ALIAS for ADDRESS in personal alias file. 1229 *Add ALIAS for ADDRESS in personal alias file.
1196 Prompts for confirmation if the address already has an alias. 1230 This function prompts you for an alias and address. If the alias exists
1197 If the alias is already is use, `mh-alias-add-alias-to-file' will prompt." t nil) 1231 already, you will have the choice of inserting the new alias before or after
1232 the old alias. In the former case, this alias will be used when sending mail
1233 to this alias. In the latter case, the alias serves as an additional folder
1234 name hint when filing messages." t nil)
1198 1235
1199 (autoload (quote mh-alias-grab-from-field) "mh-alias" "\ 1236 (autoload (quote mh-alias-grab-from-field) "mh-alias" "\
1200 *Add ALIAS for ADDRESS in personal alias file. 1237 *Add alias for the sender of the current message." t nil)
1201 Prompts for confirmation if the alias is already in use or if the address
1202 already has an alias." t nil)
1203 1238
1204 (autoload (quote mh-alias-add-address-under-point) "mh-alias" "\ 1239 (autoload (quote mh-alias-add-address-under-point) "mh-alias" "\
1205 Insert an alias for email address under point." t nil) 1240 Insert an alias for address under point." t nil)
1206 1241
1207 (autoload (quote mh-alias-apropos) "mh-alias" "\ 1242 (autoload (quote mh-alias-apropos) "mh-alias" "\
1208 Show all aliases that match REGEXP either in name or content." t nil) 1243 Show all aliases or addresses that match REGEXP." t nil)
1209 1244
1210 ;;;*** 1245 ;;;***
1211 1246
1212 (provide 'mh-loaddefs) 1247 (provide 'mh-loaddefs)
1213 ;;; Local Variables: 1248 ;;; Local Variables: