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