/[emacs]/emacs/lisp/mh-e/mh-loaddefs.el
ViewVC logotype

Diff of /emacs/lisp/mh-e/mh-loaddefs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.4.3 by miles, Sat Jul 17 02:51:49 2004 UTC revision 1.2.4.4 by miles, Sat Sep 4 09:22:56 2004 UTC
# Line 11  Line 11 
11  ;;;;;;  mh-beginning-of-word mh-complete-word mh-open-line mh-fully-kill-draft  ;;;;;;  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  ;;;;;;  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  ;;;;;;  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  ;;;;;;  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"  ;;;;;;  mh-redistribute mh-forward mh-extract-rejected-mail mh-edit-again)
16  ;;;;;;  (16625 53169))  ;;;;;;  "mh-comp" "mh-comp.el" (16665 55172))
17  ;;; Generated autoloads from mh-comp.el  ;;; Generated autoloads from mh-comp.el
18    
19  (autoload (quote mh-edit-again) "mh-comp" "\  (autoload (quote mh-edit-again) "mh-comp" "\
20  Clean up a draft or a message MSG previously sent and make it resendable.  Clean up a draft or a message MSG previously sent and make it resendable.
21  Default is the current message.  Default is the current message.
22  The variable `mh-new-draft-cleaned-headers' specifies the headers to remove.  The variable `mh-new-draft-cleaned-headers' specifies the headers to remove.
23  See also documentation for `\\[mh-send]' function." t nil)  
24    See also `mh-send'." t nil)
25    
26  (autoload (quote mh-extract-rejected-mail) "mh-comp" "\  (autoload (quote mh-extract-rejected-mail) "mh-comp" "\
27  Extract message MSG returned by the mail system and make it resendable.  Extract message MSG returned by the mail system and make it resendable.
28  Default is the current message.  The variable `mh-new-draft-cleaned-headers'  Default is the current message.  The variable `mh-new-draft-cleaned-headers'
29  gives the headers to clean out of the original message.  gives the headers to clean out of the original message.
30  See also documentation for `\\[mh-send]' function." t nil)  
31    See also `mh-send'." t nil)
32    
33  (autoload (quote mh-forward) "mh-comp" "\  (autoload (quote mh-forward) "mh-comp" "\
34  Forward messages to the recipients TO and CC.  Forward messages to the recipients TO and CC.
# Line 36  Default is the displayed message. Line 38  Default is the displayed message.
38  Check the documentation of `mh-interactive-range' to see how RANGE is read in  Check the documentation of `mh-interactive-range' to see how RANGE is read in
39  interactive use.  interactive use.
40    
41  See also documentation for `\\[mh-send]' function." t nil)  See also `mh-send'." t nil)
42    
43  (autoload (quote mh-redistribute) "mh-comp" "\  (autoload (quote mh-redistribute) "mh-comp" "\
44  Redistribute displayed message to recipients TO and CC.  Redistribute displayed message to recipients TO and CC.
# Line 55  to reply to: Line 57  to reply to:
57  If optional prefix argument INCLUDEP provided, then include the message  If optional prefix argument INCLUDEP provided, then include the message
58  in the reply using filter `mhl.reply' in your MH directory.  in the reply using filter `mhl.reply' in your MH directory.
59  If the file named by `mh-repl-formfile' exists, it is used as a skeleton  If the file named by `mh-repl-formfile' exists, it is used as a skeleton
60  for the reply.  See also documentation for `\\[mh-send]' function." t nil)  for the reply.
61    
62    See also `mh-send'." t nil)
63    
64  (autoload (quote mh-send) "mh-comp" "\  (autoload (quote mh-send) "mh-comp" "\
65  Compose and send a letter.  Compose and send a letter.
   
66  Do not call this function from outside MH-E; use \\[mh-smail] instead.  Do not call this function from outside MH-E; use \\[mh-smail] instead.
67    
68  The file named by `mh-comp-formfile' will be used as the form.  The file named by `mh-comp-formfile' will be used as the form.
# Line 70  passed three arguments: TO, CC, and SUBJ Line 73  passed three arguments: TO, CC, and SUBJ
73    
74  (autoload (quote mh-send-other-window) "mh-comp" "\  (autoload (quote mh-send-other-window) "mh-comp" "\
75  Compose and send a letter in another window.  Compose and send a letter in another window.
   
76  Do not call this function from outside MH-E; use \\[mh-smail-other-window]  Do not call this function from outside MH-E; use \\[mh-smail-other-window]
77  instead.  instead.
78    
# Line 80  details. Line 82  details.
82  If `mh-compose-letter-function' is defined, it is called on the draft and  If `mh-compose-letter-function' is defined, it is called on the draft and
83  passed three arguments: TO, CC, and SUBJECT." t nil)  passed three arguments: TO, CC, and SUBJECT." t nil)
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    
90  (autoload (quote mh-fill-paragraph-function) "mh-comp" "\  (autoload (quote mh-fill-paragraph-function) "mh-comp" "\
91  Fill paragraph at or after point.  Fill paragraph at or after point.
92  Prefix ARG means justify as well. This function enables `fill-paragraph' to  Prefix ARG means justify as well. This function enables `fill-paragraph' to
# Line 96  Insert an Fcc: FOLDER field in the curre Line 103  Insert an Fcc: FOLDER field in the curre
103  Prompt for the field name with a completion list of the current folders." t nil)  Prompt for the field name with a completion list of the current folders." t nil)
104    
105  (autoload (quote mh-insert-signature) "mh-comp" "\  (autoload (quote mh-insert-signature) "mh-comp" "\
106  Insert the file named by `mh-signature-file-name' at point.  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.
109  The value of `mh-letter-insert-signature-hook' is a list of functions to be  The value of `mh-letter-insert-signature-hook' is a list of functions to be
110  called, with no arguments, before the signature is actually inserted." t nil)  called, with no arguments, after the signature is inserted.
111    The signature can also be inserted with `mh-identity-list'." t nil)
112    
113  (autoload (quote mh-check-whom) "mh-comp" "\  (autoload (quote mh-check-whom) "mh-comp" "\
114  Verify recipients of the current letter, showing expansion of any aliases." t nil)  Verify recipients of the current letter, showing expansion of any aliases." t nil)
# Line 109  Sets buffer-local `mh-insert-auto-fields Line 119  Sets buffer-local `mh-insert-auto-fields
119  something.  If NON-INTERACTIVE is non-nil, do not be verbose and only  something.  If NON-INTERACTIVE is non-nil, do not be verbose and only
120  attempt matches if `mh-insert-auto-fields-done-local' is nil.  attempt matches if `mh-insert-auto-fields-done-local' is nil.
121    
122  An `identity' entry is skipped if one was already entered manually." t nil)  An `identity' entry is skipped if one was already entered manually.
123    
124    Return t if fields added; otherwise return nil." t nil)
125    
126  (autoload (quote mh-send-letter) "mh-comp" "\  (autoload (quote mh-send-letter) "mh-comp" "\
127  Send the draft letter in the current buffer.  Send the draft letter in the current buffer.
# Line 117  If optional prefix argument ARG is provi Line 129  If optional prefix argument ARG is provi
129  The value of `mh-before-send-letter-hook' is a list of functions to be called,  The value of `mh-before-send-letter-hook' is a list of functions to be called,
130  with no arguments, before doing anything.  with no arguments, before doing anything.
131  Run `\\[mh-edit-mhn]' if mhn directives are present; otherwise  Run `\\[mh-edit-mhn]' if mhn directives are present; otherwise
132  run `\\[mh-mml-to-mime]' if mml directives are present.  run `\\[mh-mml-to-mime]' if mml directives are present." t nil)
 Insert X-Mailer field if variable `mh-insert-x-mailer-flag' is set.  
 Insert X-Face field if the file specified by `mh-x-face-file' exists." t nil)  
133    
134  (autoload (quote mh-insert-letter) "mh-comp" "\  (autoload (quote mh-insert-letter) "mh-comp" "\
135  Insert a message into the current letter.  Insert a message into the current letter.
136  Removes the header fields according to the variable `mh-invisible-headers'.  Removes the header fields according to the variable
137    `mh-invisible-header-fields-compiled'.
138  Prefixes each non-blank line with `mh-ins-buf-prefix', unless  Prefixes each non-blank line with `mh-ins-buf-prefix', unless
139  `mh-yank-from-start-of-msg' is set for supercite in which case supercite is  `mh-yank-from-start-of-msg' is set for supercite in which case supercite is
140  used to format the message.  used to format the message.
# Line 168  If we are at the first header field go t Line 179  If we are at the first header field go t
179    
180  ;;;***  ;;;***
181    
 ;;;### (autoloads (mh-customize) "mh-customize" "mh-customize.el"  
 ;;;;;;  (16625 53481))  
 ;;; Generated autoloads from mh-customize.el  
   
 (autoload (quote mh-customize) "mh-customize" "\  
 Customize MH-E variables.  
 With optional argument DELETE-OTHER-WINDOWS-FLAG, other windows in the frame  
 are removed." t nil)  
   
 ;;;***  
   
 ;;;### (autoloads (mh-goto-cur-msg mh-update-sequences mh-folder-line-matches-show-buffer-p)  
 ;;;;;;  "mh-e" "mh-e.el" (16627 22341))  
 ;;; Generated autoloads from mh-e.el  
   
 (autoload (quote mh-folder-line-matches-show-buffer-p) "mh-e" "\  
 Return t if the message under point in folder-mode is in the show buffer.  
 Return nil in any other circumstance (no message under point, no show buffer,  
 the message in the show buffer doesn't match." nil nil)  
   
 (autoload (quote mh-update-sequences) "mh-e" "\  
 Update MH's Unseen-Sequence and current folder and message.  
 Flush MH-E's state out to MH. The message at the cursor becomes current." t nil)  
   
 (autoload (quote mh-goto-cur-msg) "mh-e" "\  
 Position the cursor at the current message.  
 When optional argument MINIMAL-CHANGES-FLAG is non-nil, the function doesn't  
 recenter the folder buffer." nil nil)  
   
 ;;;***  
   
182  ;;;### (autoloads (mh-prefix-help mh-help mh-ephem-message mh-store-buffer  ;;;### (autoloads (mh-prefix-help mh-help mh-ephem-message mh-store-buffer
183  ;;;;;;  mh-store-msg mh-undo-folder mh-sort-folder mh-print-msg mh-page-digest-backwards  ;;;;;;  mh-store-msg mh-undo-folder mh-sort-folder mh-page-digest-backwards
184  ;;;;;;  mh-page-digest mh-pipe-msg mh-pack-folder mh-list-folders  ;;;;;;  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"  ;;;;;;  mh-kill-folder mh-copy-msg mh-burst-digest) "mh-funcs" "mh-funcs.el"
186  ;;;;;;  (16625 54011))  ;;;;;;  (16671 49652))
187  ;;; Generated autoloads from mh-funcs.el  ;;; Generated autoloads from mh-funcs.el
188    
189  (autoload (quote mh-burst-digest) "mh-funcs" "\  (autoload (quote mh-burst-digest) "mh-funcs" "\
# Line 245  Advance displayed message to next digest Line 225  Advance displayed message to next digest
225  (autoload (quote mh-page-digest-backwards) "mh-funcs" "\  (autoload (quote mh-page-digest-backwards) "mh-funcs" "\
226  Back up displayed message to previous digested message." t nil)  Back up displayed message to previous digested message." t nil)
227    
 (autoload (quote mh-print-msg) "mh-funcs" "\  
 Print RANGE on printer.  
   
 Check the documentation of `mh-interactive-range' to see how RANGE is read in  
 interactive use.  
   
 The variable `mh-lpr-command-format' is used to generate the print command.  
 The messages are formatted by mhl. See the variable `mhl-formfile'." t nil)  
   
228  (autoload (quote mh-sort-folder) "mh-funcs" "\  (autoload (quote mh-sort-folder) "mh-funcs" "\
229  Sort the messages in the current folder by date.  Sort the messages in the current folder by date.
230  Calls the MH program sortm to do the work.  Calls the MH program sortm to do the work.
# Line 261  The arguments in the list `mh-sortm-args Line 232  The arguments in the list `mh-sortm-args
232  argument EXTRA-ARGS is given." t nil)  argument EXTRA-ARGS is given." t nil)
233    
234  (autoload (quote mh-undo-folder) "mh-funcs" "\  (autoload (quote mh-undo-folder) "mh-funcs" "\
235  Undo all pending deletes and refiles in current folder.  Undo all pending deletes and refiles in current folder." t nil)
 Argument IGNORE is deprecated." t nil)  
236    
237  (autoload (quote mh-store-msg) "mh-funcs" "\  (autoload (quote mh-store-msg) "mh-funcs" "\
238  Store the file(s) contained in the current message into DIRECTORY.  Store the file(s) contained in the current message into DIRECTORY.
# Line 280  Default directory is the last directory Line 250  Default directory is the last directory
250  Display STRING in the minibuffer momentarily." nil nil)  Display STRING in the minibuffer momentarily." nil nil)
251    
252  (autoload (quote mh-help) "mh-funcs" "\  (autoload (quote mh-help) "mh-funcs" "\
253  Display cheat sheet for the MH-Folder commands in minibuffer." t nil)  Display cheat sheet for the MH-E commands." t nil)
254    
255  (autoload (quote mh-prefix-help) "mh-funcs" "\  (autoload (quote mh-prefix-help) "mh-funcs" "\
256  Display cheat sheet for the commands of the current prefix in minibuffer." t nil)  Display cheat sheet for the commands of the current prefix in minibuffer." t nil)
257    
258  ;;;***  ;;;***
259    
260  ;;;### (autoloads (mh-insert-identity mh-identity-list-set mh-identity-make-menu)  ;;;### (autoloads (mh-identity-handler-bottom mh-identity-handler-top
261  ;;;;;;  "mh-identity" "mh-identity.el" (16625 54171))  ;;;;;;  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))
265  ;;; Generated autoloads from mh-identity.el  ;;; Generated autoloads from mh-identity.el
266    
267  (autoload (quote mh-identity-make-menu) "mh-identity" "\  (autoload (quote mh-identity-make-menu) "mh-identity" "\
268  Build (or rebuild) the Identity menu (e.g. after the list is modified)." nil nil)  Build the Identity menu.
269    This should be called any time `mh-identity-list' or `mh-auto-fields-list'
270    change." nil nil)
271    
272  (autoload (quote mh-identity-list-set) "mh-identity" "\  (autoload (quote mh-identity-list-set) "mh-identity" "\
273  Update the `mh-identity-list' variable, and rebuild the menu.  Update the `mh-identity-list' variable, and rebuild the menu.
# Line 304  customization).  This is called after 'c Line 279  customization).  This is called after 'c
279  Insert proper fields for given IDENTITY.  Insert proper fields for given IDENTITY.
280  Edit the `mh-identity-list' variable to define identity." t nil)  Edit the `mh-identity-list' variable to define identity." t nil)
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  ;;;***  ;;;***
308    
309  ;;;### (autoloads (mh-inc-spool-list-set) "mh-inc" "mh-inc.el" (16625  ;;;### (autoloads (mh-inc-spool-list-set) "mh-inc" "mh-inc.el" (16671
310  ;;;;;;  54212))  ;;;;;;  49652))
311  ;;; Generated autoloads from mh-inc.el  ;;; Generated autoloads from mh-inc.el
312    
313  (autoload (quote mh-inc-spool-list-set) "mh-inc" "\  (autoload (quote mh-inc-spool-list-set) "mh-inc" "\
# Line 319  This is called after 'customize is used Line 319  This is called after 'customize is used
319    
320  ;;;### (autoloads (mh-index-choose mh-namazu-execute-search mh-swish++-execute-search  ;;;### (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  ;;;;;;  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  ;;;;;;  mh-index-sequenced-messages mh-index-delete-from-sequence
323  ;;;;;;  mh-index-add-to-sequence mh-index-execute-commands mh-index-update-unseen  ;;;;;;  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  ;;;;;;  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  ;;;;;;  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  ;;;;;;  mh-index-parse-search-regexp mh-index-do-search mh-index-p
327  ;;;;;;  mh-index-read-data mh-index-search mh-index-create-sequences  ;;;;;;  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"  ;;;;;;  mh-create-sequence-map mh-index-update-maps) "mh-index" "mh-index.el"
329  ;;;;;;  (16625 54348))  ;;;;;;  (16665 55172))
330  ;;; Generated autoloads from mh-index.el  ;;; Generated autoloads from mh-index.el
331    
332  (autoload (quote mh-index-update-maps) "mh-index" "\  (autoload (quote mh-index-update-maps) "mh-index" "\
# Line 367  index for each program: Line 367  index for each program:
367      - `mh-swish-execute-search'      - `mh-swish-execute-search'
368      - `mh-mairix-execute-search'      - `mh-mairix-execute-search'
369      - `mh-namazu-execute-search'      - `mh-namazu-execute-search'
     - `mh-glimpse-execute-search'  
370    
371  If none of these programs are present then we use pick. If desired grep can be  If none of these programs are present then we use pick. If desired grep can be
372  used instead. Details about these methods can be found in:  used instead. Details about these methods can be found in:
# Line 411  Jump to the previous folder marker." t n Line 410  Jump to the previous folder marker." t n
410  (autoload (quote mh-index-insert-folder-headers) "mh-index" "\  (autoload (quote mh-index-insert-folder-headers) "mh-index" "\
411  Annotate the search results with original folder names." nil nil)  Annotate the search results with original folder names." nil nil)
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    
416  (autoload (quote mh-index-group-by-folder) "mh-index" "\  (autoload (quote mh-index-group-by-folder) "mh-index" "\
417  Partition the messages based on source folder.  Partition the messages based on source folder.
418  Returns an alist with the the folder names in the car and the cdr being the  Returns an alist with the the folder names in the car and the cdr being the
# Line 422  Delete the folder headers." nil nil) Line 424  Delete the folder headers." nil nil)
424  (autoload (quote mh-index-visit-folder) "mh-index" "\  (autoload (quote mh-index-visit-folder) "mh-index" "\
425  Visit original folder from where the message at point was found." t nil)  Visit original folder from where the message at point was found." t nil)
426    
 (autoload (quote mh-index-update-unseen) "mh-index" "\  
 Remove counterpart of MSG in source folder from `mh-unseen-seq'.  
 Also `mh-update-unseen' is called in the original folder, if we have it open." nil nil)  
   
427  (autoload (quote mh-index-execute-commands) "mh-index" "\  (autoload (quote mh-index-execute-commands) "mh-index" "\
428  Delete/refile the actual messages.  Delete/refile the actual messages.
429  The copies in the searched folder are then deleted/refiled to get the desired  The copies in the searched folder are then deleted/refiled to get the desired
# Line 442  Delete from SEQ the messages in MSGS. Line 440  Delete from SEQ the messages in MSGS.
440  This function updates the source folder sequences. Also makes an attempt to  This function updates the source folder sequences. Also makes an attempt to
441  update the source folder buffer if present." nil nil)  update the source folder buffer if present." nil nil)
442    
 (autoload (quote mh-glimpse-execute-search) "mh-index" "\  
 Execute glimpse and read the results.  
   
 In the examples below, replace /home/user/Mail with the path to your MH  
 directory.  
   
 First create the directory /home/user/Mail/.glimpse. Then create the file  
 /home/user/Mail/.glimpse/.glimpse_exclude with the following contents:  
   
     */.*  
     */#*  
     */,*  
     */*~  
     ^/home/user/Mail/.glimpse  
     ^/home/user/Mail/mhe-index  
   
 If there are any directories you would like to ignore, append lines like the  
 following to .glimpse_exclude:  
   
     ^/home/user/Mail/scripts  
   
 You do not want to index the folders that hold the results of your searches  
 since they tend to be ephemeral and the original messages are indexed anyway.  
 The configuration file above assumes that the results are found in sub-folders  
 of `mh-index-folder' which is +mhe-index by default.  
   
 Use the following command line to generate the glimpse index. Run this  
 daily from cron:  
   
     glimpseindex -H /home/user/Mail/.glimpse /home/user/Mail  
   
 FOLDER-PATH is the directory in which SEARCH-REGEXP is used to search." nil nil)  
   
443  (autoload (quote mh-index-sequenced-messages) "mh-index" "\  (autoload (quote mh-index-sequenced-messages) "mh-index" "\
444  Display messages from FOLDERS in SEQUENCE.  Display messages from FOLDERS in SEQUENCE.
445  By default the folders specified by `mh-index-new-messages-folders' are  All messages in the sequence you provide from the folders in
446  searched. With a prefix argument, enter a space-separated list of folders, or  `mh-index-new-messages-folders' are listed. With a prefix argument, enter a
447  nothing to search all folders.  space-separated list of folders, or nothing to search all folders." t nil)
   
 Argument SEQUENCE defaults to `mh-unseen-seq' and is the sequence that the  
 function searches for in each of the FOLDERS. With a prefix argument, enter a  
 sequence to use." t nil)  
448    
449  (autoload (quote mh-index-new-messages) "mh-index" "\  (autoload (quote mh-index-new-messages) "mh-index" "\
450  Display unseen messages.  Display unseen messages.
451  All messages in the `unseen' sequence from FOLDERS are displayed.  If you use a program such as `procmail' to use `rcvstore' to file your
452  By default the folders specified by `mh-index-new-messages-folders'  incoming mail automatically, you can display new, unseen, messages using this
453  are searched. With a prefix argument, enter a space-separated list of  command. All messages in the `unseen' sequence from the folders in
454  folders, or nothing to search all folders." t nil)  `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)
456    
457  (autoload (quote mh-index-ticked-messages) "mh-index" "\  (autoload (quote mh-index-ticked-messages) "mh-index" "\
458  Display ticked messages.  Display ticked messages.
459  All messages in the `tick' sequence from FOLDERS are displayed.  All messages in `mh-tick-seq' from the folders in
460  By default the folders specified by `mh-index-ticked-messages-folders'  `mh-index-ticked-messages-folders' are listed. With a prefix argument, enter a
461  are searched. With a prefix argument, enter a space-separated list of  space-separated list of FOLDERS, or nothing to search all folders." t nil)
 folders, or nothing to search all folders." t nil)  
462    
463  (autoload (quote mh-swish-execute-search) "mh-index" "\  (autoload (quote mh-swish-execute-search) "mh-index" "\
464  Execute swish-e and read the results.  Execute swish-e and read the results.
# Line 620  system." nil nil) Line 581  system." nil nil)
581    
582  ;;;***  ;;;***
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    
606  ;;;### (autoloads (mh-junk-whitelist mh-junk-blacklist) "mh-junk"  ;;;### (autoloads (mh-junk-whitelist mh-junk-blacklist) "mh-junk"
607  ;;;;;;  "mh-junk.el" (16625 54386))  ;;;;;;  "mh-junk.el" (16671 49652))
608  ;;; Generated autoloads from mh-junk.el  ;;; Generated autoloads from mh-junk.el
609    
610  (autoload (quote mh-junk-blacklist) "mh-junk" "\  (autoload (quote mh-junk-blacklist) "mh-junk" "\
611  Blacklist RANGE as spam.  Blacklist RANGE as spam.
612    
613  Check the documentation of `mh-interactive-range' to see how RANGE is read in  This command trains the spam program in use (see the `mh-junk-program' option)
614  interactive use.  with the content of the range (see `mh-interactive-range') and then handles
615    the message(s) as specified by the `mh-junk-disposition' option.
 First the appropriate function is called depending on the value of  
 `mh-junk-choice'. Then if `mh-junk-mail-folder' is a string then the message is  
 refiled to that folder. If nil, the message is deleted.  
   
 To change the spam program being used, customize `mh-junk-program'. Directly  
 setting `mh-junk-choice' is not recommended.  
616    
617  The documentation for the following functions describes what setup is needed  For more information about using your particular spam fighting program, see:
 for the different spam fighting programs:  
618    
619      - `mh-spamassassin-blacklist'
620    - `mh-bogofilter-blacklist'    - `mh-bogofilter-blacklist'
621    - `mh-spamprobe-blacklist'    - `mh-spamprobe-blacklist'" t nil)
   - `mh-spamassassin-blacklist'" t nil)  
622    
623  (autoload (quote mh-junk-whitelist) "mh-junk" "\  (autoload (quote mh-junk-whitelist) "mh-junk" "\
624  Whitelist RANGE incorrectly classified as spam.  Whitelist RANGE as ham.
625    
626  Check the documentation of `mh-interactive-range' to see how RANGE is read in  This command reclassifies a range of messages (see `mh-interactive-range') as
627  interactive use.  ham if it were incorrectly classified as spam. It then refiles the message
628    into the `+inbox' folder.
629    
630  First the appropriate function is called depending on the value of  The `mh-junk-program' option specifies the spam program in use." t nil)
 `mh-junk-choice'. Then the message is refiled to `mh-inbox'.  
   
 To change the spam program being used, customize `mh-junk-program'. Directly  
 setting `mh-junk-choice' is not recommended." t nil)  
631    
632  ;;;***  ;;;***
633    
634  ;;;### (autoloads (mh-mime-inline-part mh-mime-save-part mh-push-button  ;;;### (autoloads (mh-display-with-external-viewer mh-mime-inline-part
635  ;;;;;;  mh-press-button mh-mime-display mh-decode-message-header  ;;;;;;  mh-mime-save-part mh-push-button mh-press-button mh-mime-display
636  ;;;;;;  mh-mime-save-parts mh-display-emphasis mh-display-smileys  ;;;;;;  mh-decode-message-header mh-mime-save-parts mh-display-emphasis
637  ;;;;;;  mh-add-missing-mime-version-header mh-destroy-postponed-handles  ;;;;;;  mh-display-smileys mh-add-missing-mime-version-header mh-destroy-postponed-handles
638  ;;;;;;  mh-mime-cleanup mh-mml-directive-present-p mh-mml-secure-message-encrypt-pgpmime  ;;;;;;  mh-mime-cleanup mh-mml-directive-present-p mh-mml-secure-message-signencrypt
639  ;;;;;;  mh-mml-secure-message-sign-pgpmime mh-mml-attach-file mh-mml-forward-message  ;;;;;;  mh-mml-secure-message-encrypt mh-mml-secure-message-sign
640  ;;;;;;  mh-mml-to-mime mh-mhn-directive-present-p mh-revert-mhn-edit  ;;;;;;  mh-mml-unsecure-message mh-mml-attach-file mh-mml-query-cryptographic-method
641  ;;;;;;  mh-edit-mhn mh-mhn-compose-forw mh-mhn-compose-external-compressed-tar  ;;;;;;  mh-mml-forward-message mh-mml-to-mime mh-mhn-directive-present-p
642  ;;;;;;  mh-mhn-compose-anon-ftp mh-mhn-compose-insertion mh-compose-forward  ;;;;;;  mh-revert-mhn-edit mh-edit-mhn mh-mhn-compose-forw mh-mhn-compose-external-type
643  ;;;;;;  mh-compose-insertion) "mh-mime" "mh-mime.el" (16625 54523))  ;;;;;;  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))
647  ;;; Generated autoloads from mh-mime.el  ;;; Generated autoloads from mh-mime.el
648    
649  (autoload (quote mh-compose-insertion) "mh-mime" "\  (autoload (quote mh-compose-insertion) "mh-mime" "\
# Line 686  come. Line 662  come.
662  Optional argument MESSAGE is the message to forward.  Optional argument MESSAGE is the message to forward.
663  If any of the optional arguments are absent, they are prompted for." t nil)  If any of the optional arguments are absent, they are prompted for." t nil)
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    
673  (autoload (quote mh-mhn-compose-insertion) "mh-mime" "\  (autoload (quote mh-mhn-compose-insertion) "mh-mime" "\
674  Add a directive to insert a MIME message part from a file.  Add a directive to insert a MIME message part from a file.
675  This is the typical way to insert non-text parts in a message.  This is the typical way to insert non-text parts in a message.
# Line 718  DESCRIPTION, a line of text for the Cont Line 702  DESCRIPTION, a line of text for the Cont
702    
703  See also \\[mh-edit-mhn]." t nil)  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.
714    
715    See also \\[mh-edit-mhn]." t nil)
716    
717  (autoload (quote mh-mhn-compose-forw) "mh-mime" "\  (autoload (quote mh-mhn-compose-forw) "mh-mime" "\
718  Add a forw directive to this message, to forward a message with MIME.  Add a forw directive to this message, to forward a message with MIME.
719  This directive tells MH to include the named messages in this one.  This directive tells MH to include the named messages in this one.
# Line 758  Undo the effect of \\[mh-edit-mhn] by re Line 754  Undo the effect of \\[mh-edit-mhn] by re
754  Optional non-nil argument NOCONFIRM means don't ask for confirmation." t nil)  Optional non-nil argument NOCONFIRM means don't ask for confirmation." t nil)
755    
756  (autoload (quote mh-mhn-directive-present-p) "mh-mime" "\  (autoload (quote mh-mhn-directive-present-p) "mh-mime" "\
757  Check if the current buffer has text which might be a MHN directive." nil nil)  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)
760    
761  (autoload (quote mh-mml-to-mime) "mh-mime" "\  (autoload (quote mh-mml-to-mime) "mh-mime" "\
762  Compose MIME message from mml directives.  Compose MIME message from mml directives.
# Line 770  Forward a message as attachment. Line 768  Forward a message as attachment.
768  The function will prompt the user for a DESCRIPTION, a FOLDER and MESSAGE  The function will prompt the user for a DESCRIPTION, a FOLDER and MESSAGE
769  number." nil nil)  number." nil nil)
770    
771    (autoload (quote mh-mml-query-cryptographic-method) "mh-mime" "\
772    Read the cryptographic method to use." nil nil)
773    
774  (autoload (quote mh-mml-attach-file) "mh-mime" "\  (autoload (quote mh-mml-attach-file) "mh-mime" "\
775  Attach a file to the outgoing MIME message.  Attach a file to the outgoing MIME message.
776  The file is not inserted or encoded until you send the message with  The file is not inserted or encoded until you send the message with
# Line 781  This is basically `mml-attach-file' from Line 782  This is basically `mml-attach-file' from
782  argument yields an `inline' disposition and Content-Type is determined  argument yields an `inline' disposition and Content-Type is determined
783  automatically." nil nil)  automatically." nil nil)
784    
785  (autoload (quote mh-mml-secure-message-sign-pgpmime) "mh-mime" "\  (autoload (quote mh-mml-unsecure-message) "mh-mime" "\
786  Add directive to encrypt/sign the entire message." t nil)  Remove any secure message directives.
787    The IGNORE argument is not used." t nil)
788    
789  (autoload (quote mh-mml-secure-message-encrypt-pgpmime) "mh-mime" "\  (autoload (quote mh-mml-secure-message-sign) "mh-mime" "\
790  Add directive to encrypt and sign the entire message.  Add security directive to sign the entire message using METHOD." t nil)
791  If called with a prefix argument DONTSIGN, only encrypt (do NOT sign)." t nil)  
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)
797    
798  (autoload (quote mh-mml-directive-present-p) "mh-mime" "\  (autoload (quote mh-mml-directive-present-p) "mh-mime" "\
799  Check if the current buffer has text which may be an MML directive." nil nil)  Check if the current buffer has text which may be an MML directive." nil nil)
# Line 840  Save MIME part at point." t nil) Line 847  Save MIME part at point." t nil)
847  (autoload (quote mh-mime-inline-part) "mh-mime" "\  (autoload (quote mh-mime-inline-part) "mh-mime" "\
848  Toggle display of the raw MIME part." t nil)  Toggle display of the raw MIME part." t nil)
849    
850    (autoload (quote mh-display-with-external-viewer) "mh-mime" "\
851    View MIME PART-INDEX externally." t nil)
852    
853  ;;;***  ;;;***
854    
855  ;;;### (autoloads (mh-do-search mh-pick-do-search mh-do-pick-search  ;;;### (autoloads (mh-do-search mh-pick-do-search mh-search-folder)
856  ;;;;;;  mh-search-folder) "mh-pick" "mh-pick.el" (16625 54571))  ;;;;;;  "mh-pick" "mh-pick.el" (16671 49652))
857  ;;; Generated autoloads from mh-pick.el  ;;; Generated autoloads from mh-pick.el
858    
859  (autoload (quote mh-search-folder) "mh-pick" "\  (autoload (quote mh-search-folder) "mh-pick" "\
# Line 853  Add the messages found to the sequence n Line 863  Add the messages found to the sequence n
863  Argument WINDOW-CONFIG is the current window configuration and is used when  Argument WINDOW-CONFIG is the current window configuration and is used when
864  the search folder is dismissed." t nil)  the search folder is dismissed." t nil)
865    
 (autoload (quote mh-do-pick-search) "mh-pick" "\  
 Find messages that match the qualifications in the current pattern buffer.  
 Messages are searched for in the folder named in `mh-searching-folder'.  
 Add the messages found to the sequence named `search'.  
   
 This is a deprecated function and `mh-pick-do-search' should be used instead." t nil)  
   
866  (autoload (quote mh-pick-do-search) "mh-pick" "\  (autoload (quote mh-pick-do-search) "mh-pick" "\
867  Find messages that match the qualifications in the current pattern buffer.  Find messages that match the qualifications in the current pattern buffer.
868  Messages are searched for in the folder named in `mh-searching-folder'.  Messages are searched for in the folder named in `mh-searching-folder'.
# Line 873  indexing program specified in `mh-index- Line 876  indexing program specified in `mh-index-
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)
920    
921    ;;;***
922    
923  ;;;### (autoloads (mh-narrow-to-tick mh-toggle-tick mh-thread-refile  ;;;### (autoloads (mh-narrow-to-tick mh-toggle-tick mh-thread-refile
924  ;;;;;;  mh-thread-delete mh-thread-ancestor mh-thread-previous-sibling  ;;;;;;  mh-thread-delete mh-thread-ancestor mh-thread-previous-sibling
925  ;;;;;;  mh-thread-next-sibling mh-thread-forget-message mh-toggle-threads  ;;;;;;  mh-thread-next-sibling mh-thread-forget-message mh-toggle-threads
926  ;;;;;;  mh-thread-add-spaces mh-thread-update-scan-line-map mh-thread-inc  ;;;;;;  mh-thread-add-spaces mh-thread-update-scan-line-map mh-thread-inc
927  ;;;;;;  mh-delete-subject-or-thread mh-delete-subject mh-narrow-to-range  ;;;;;;  mh-delete-subject-or-thread mh-delete-subject mh-narrow-to-range
928  ;;;;;;  mh-narrow-to-to mh-narrow-to-cc mh-narrow-to-from mh-narrow-to-subject  ;;;;;;  mh-narrow-to-to mh-narrow-to-cc mh-narrow-to-from mh-narrow-to-subject
929  ;;;;;;  mh-region-to-msg-list mh-interactive-range mh-range-to-msg-list  ;;;;;;  mh-interactive-range mh-range-to-msg-list mh-iterate-on-range
930  ;;;;;;  mh-iterate-on-range mh-iterate-on-messages-in-region mh-add-to-sequence  ;;;;;;  mh-iterate-on-messages-in-region mh-add-to-sequence mh-notate-cur
931  ;;;;;;  mh-notate-cur mh-notate-seq mh-map-to-seq-msgs mh-rename-seq  ;;;;;;  mh-rename-seq mh-translate-range mh-read-range mh-read-seq-default
932  ;;;;;;  mh-translate-range mh-read-range mh-read-seq-default mh-notate-deleted-and-refiled  ;;;;;;  mh-notate-deleted-and-refiled mh-widen mh-put-msg-in-seq
933  ;;;;;;  mh-widen mh-put-msg-in-seq mh-narrow-to-seq mh-msg-is-in-seq  ;;;;;;  mh-narrow-to-seq mh-msg-is-in-seq mh-list-sequences mh-delete-seq)
934  ;;;;;;  mh-list-sequences mh-delete-seq) "mh-seq" "mh-seq.el" (16625  ;;;;;;  "mh-seq" "mh-seq.el" (16668 22297))
 ;;;;;;  54690))  
935  ;;; Generated autoloads from mh-seq.el  ;;; Generated autoloads from mh-seq.el
936    
937  (autoload (quote mh-delete-seq) "mh-seq" "\  (autoload (quote mh-delete-seq) "mh-seq" "\
# Line 895  Delete the SEQUENCE." t nil) Line 941  Delete the SEQUENCE." t nil)
941  List the sequences defined in the folder being visited." t nil)  List the sequences defined in the folder being visited." t nil)
942    
943  (autoload (quote mh-msg-is-in-seq) "mh-seq" "\  (autoload (quote mh-msg-is-in-seq) "mh-seq" "\
944  Display the sequences that contain MESSAGE.  Display the sequences in which the current message appears.
945  Default is the displayed message." t nil)  Use a prefix argument to display the sequences in which another MESSAGE
946    appears." t nil)
947    
948  (autoload (quote mh-narrow-to-seq) "mh-seq" "\  (autoload (quote mh-narrow-to-seq) "mh-seq" "\
949  Restrict display of this folder to just messages in SEQUENCE.  Restrict display of this folder to just messages in SEQUENCE.
# Line 909  Check the documentation of `mh-interacti Line 956  Check the documentation of `mh-interacti
956  interactive use." t nil)  interactive use." t nil)
957    
958  (autoload (quote mh-widen) "mh-seq" "\  (autoload (quote mh-widen) "mh-seq" "\
959  Remove last restriction from current folder.  Restore the previous limit.
960  If optional prefix argument ALL-FLAG is non-nil, then unwind to the beginning  If optional prefix argument ALL-FLAG is non-nil, remove all limits." t nil)
 of the view stack thereby showing all messages that the buffer originally  
 contained." t nil)  
961    
962  (autoload (quote mh-notate-deleted-and-refiled) "mh-seq" "\  (autoload (quote mh-notate-deleted-and-refiled) "mh-seq" "\
963  Notate messages marked for deletion or refiling.  Notate messages marked for deletion or refiling.
# Line 965  In FOLDER, translate the string EXPR to Line 1010  In FOLDER, translate the string EXPR to
1010  (autoload (quote mh-rename-seq) "mh-seq" "\  (autoload (quote mh-rename-seq) "mh-seq" "\
1011  Rename SEQUENCE to have NEW-NAME." t nil)  Rename SEQUENCE to have NEW-NAME." t nil)
1012    
 (autoload (quote mh-map-to-seq-msgs) "mh-seq" "\  
 Invoke the FUNC at each message in the SEQ.  
 SEQ can either be a list of messages or a MH sequence. The remaining ARGS are  
 passed as arguments to FUNC." nil nil)  
   
 (autoload (quote mh-notate-seq) "mh-seq" "\  
 Mark the scan listing.  
 All messages in SEQ are marked with NOTATION at OFFSET from the beginning of  
 the line." nil nil)  
   
1013  (autoload (quote mh-notate-cur) "mh-seq" "\  (autoload (quote mh-notate-cur) "mh-seq" "\
1014  Mark the MH sequence cur.  Mark the MH sequence cur.
1015  In addition to notating the current message with `mh-note-cur' the function  In addition to notating the current message with `mh-note-cur' the function
# Line 1019  RANGE-PROMPT. A list of messages in that Line 1054  RANGE-PROMPT. A list of messages in that
1054  If a MH range is given, say something like last:20, then a list containing  If a MH range is given, say something like last:20, then a list containing
1055  the messages in that range is returned.  the messages in that range is returned.
1056    
1057    If DEFAULT non-nil then it is returned.
1058    
1059  Otherwise, the message number at point is returned.  Otherwise, the message number at point is returned.
1060    
1061  This function is usually used with `mh-iterate-on-range' in order to provide  This function is usually used with `mh-iterate-on-range' in order to provide
1062  a uniform interface to MH-E functions." nil nil)  a uniform interface to MH-E functions." nil nil)
1063    
 (autoload (quote mh-region-to-msg-list) "mh-seq" "\  
 Return a list of messages within the region between BEGIN and END." nil nil)  
   
1064  (autoload (quote mh-narrow-to-subject) "mh-seq" "\  (autoload (quote mh-narrow-to-subject) "mh-seq" "\
1065  Narrow to a sequence containing all following messages with same subject." t nil)  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)
1069    
1070  (autoload (quote mh-narrow-to-from) "mh-seq" "\  (autoload (quote mh-narrow-to-from) "mh-seq" "\
1071  Limit to messages with the same From header field as the message at point.  Limit to messages with the same `From:' field.
1072  With a prefix argument, prompt for the regular expression, REGEXP given to  With a prefix argument, edit PICK-EXPR.
1073  pick." t nil)  
1074    Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1075    
1076  (autoload (quote mh-narrow-to-cc) "mh-seq" "\  (autoload (quote mh-narrow-to-cc) "mh-seq" "\
1077  Limit to messages with the same Cc header field as the message at point.  Limit to messages with the same `Cc:' field.
1078  With a prefix argument, prompt for the regular expression, REGEXP given to  With a prefix argument, edit PICK-EXPR.
1079  pick." t nil)  
1080    Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1081    
1082  (autoload (quote mh-narrow-to-to) "mh-seq" "\  (autoload (quote mh-narrow-to-to) "mh-seq" "\
1083  Limit to messages with the same To header field as the message at point.  Limit to messages with the same `To:' field.
1084  With a prefix argument, prompt for the regular expression, REGEXP given to  With a prefix argument, edit PICK-EXPR.
1085  pick." t nil)  
1086    Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1087    
1088  (autoload (quote mh-narrow-to-range) "mh-seq" "\  (autoload (quote mh-narrow-to-range) "mh-seq" "\
1089  Limit to messages in RANGE.  Limit to messages in RANGE.
1090    
1091  Check the documentation of `mh-interactive-range' to see how RANGE is read in  Check the documentation of `mh-interactive-range' to see how RANGE is read in
1092  interactive use." t nil)  interactive use.
1093    
1094    Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1095    
1096  (autoload (quote mh-delete-subject) "mh-seq" "\  (autoload (quote mh-delete-subject) "mh-seq" "\
1097  Mark all following messages with same subject to be deleted.  Mark all following messages with same subject to be deleted.
# Line 1103  Mark current message and all its childre Line 1145  Mark current message and all its childre
1145  Toggle tick mark of all messages in RANGE." t nil)  Toggle tick mark of all messages in RANGE." t nil)
1146    
1147  (autoload (quote mh-narrow-to-tick) "mh-seq" "\  (autoload (quote mh-narrow-to-tick) "mh-seq" "\
1148  Restrict display of this folder to just messages in `mh-tick-seq'.  Limit to messages in `mh-tick-seq'.
1149    
1150  Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)  Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1151    
1152  ;;;***  ;;;***
1153    
1154  ;;;### (autoloads (mh-speed-add-folder mh-speed-invalidate-map mh-speed-flists  ;;;### (autoloads (mh-speed-add-folder mh-speed-invalidate-map mh-speed-flists
1155  ;;;;;;  mh-speed-view mh-speed-toggle mh-folder-speedbar-buttons)  ;;;;;;  mh-speed-view mh-speed-toggle mh-folder-speedbar-buttons)
1156  ;;;;;;  "mh-speed" "mh-speed.el" (16625 54721))  ;;;;;;  "mh-speed" "mh-speed.el" (16665 55171))
1157  ;;; Generated autoloads from mh-speed.el  ;;; Generated autoloads from mh-speed.el
1158    
1159  (autoload (quote mh-folder-speedbar-buttons) "mh-speed" "\  (autoload (quote mh-folder-speedbar-buttons) "mh-speed" "\
# Line 1145  The function invalidates the latest ance Line 1188  The function invalidates the latest ance
1188    
1189  ;;;***  ;;;***
1190    
 ;;;### (autoloads (mh-get-msg-num mh-goto-address-find-address-at-point)  
 ;;;;;;  "mh-utils" "mh-utils.el" (16625 54979))  
 ;;; Generated autoloads from mh-utils.el  
   
 (autoload (quote mh-goto-address-find-address-at-point) "mh-utils" "\  
 Find e-mail address around or before point.  
 Then search backwards to beginning of line for the start of an e-mail  
 address.  If no e-mail address found, return nil." nil nil)  
   
 (autoload (quote mh-get-msg-num) "mh-utils" "\  
 Return the message number of the displayed message.  
 If the argument ERROR-IF-NO-MESSAGE is non-nil, then complain if the cursor is  
 not pointing to a message." nil nil)  
   
 ;;;***  
   
1191  ;;;### (autoloads (mh-alias-apropos mh-alias-add-address-under-point  ;;;### (autoloads (mh-alias-apropos mh-alias-add-address-under-point
1192  ;;;;;;  mh-alias-grab-from-field mh-alias-add-alias mh-alias-from-has-no-alias-p  ;;;;;;  mh-alias-grab-from-field mh-alias-add-alias mh-alias-for-from-p
1193  ;;;;;;  mh-alias-address-to-alias mh-alias-letter-expand-alias mh-alias-minibuffer-confirm-address  ;;;;;;  mh-alias-address-to-alias mh-alias-letter-expand-alias mh-alias-minibuffer-confirm-address
1194  ;;;;;;  mh-read-address mh-alias-reload-maybe mh-alias-reload) "mh-alias"  ;;;;;;  mh-read-address mh-alias-reload-maybe mh-alias-reload) "mh-alias"
1195  ;;;;;;  "mh-alias.el" (16625 53006))  ;;;;;;  "mh-alias.el" (16671 49553))
1196  ;;; Generated autoloads from mh-alias.el  ;;; Generated autoloads from mh-alias.el
1197    
1198  (autoload (quote mh-alias-reload) "mh-alias" "\  (autoload (quote mh-alias-reload) "mh-alias" "\
1199  Load MH aliases into `mh-alias-alist'." t nil)  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)
1209    
1210  (autoload (quote mh-alias-reload-maybe) "mh-alias" "\  (autoload (quote mh-alias-reload-maybe) "mh-alias" "\
1211  Load new MH aliases." nil nil)  Load new MH aliases." nil nil)
# Line 1186  Expand mail alias before point." nil nil Line 1222  Expand mail alias before point." nil nil
1222  (autoload (quote mh-alias-address-to-alias) "mh-alias" "\  (autoload (quote mh-alias-address-to-alias) "mh-alias" "\
1223  Return the ADDRESS alias if defined, or nil." nil nil)  Return the ADDRESS alias if defined, or nil." nil nil)
1224    
1225  (autoload (quote mh-alias-from-has-no-alias-p) "mh-alias" "\  (autoload (quote mh-alias-for-from-p) "mh-alias" "\
1226  Return t is From has no current alias set.  Return t if sender's address has a corresponding alias." nil nil)
 In the exceptional situation where there isn't a From header in the message the  
 function returns nil." nil nil)  
1227    
1228  (autoload (quote mh-alias-add-alias) "mh-alias" "\  (autoload (quote mh-alias-add-alias) "mh-alias" "\
1229  *Add ALIAS for ADDRESS in personal alias file.  *Add ALIAS for ADDRESS in personal alias file.
1230  Prompts for confirmation if the address already has an alias.  This function prompts you for an alias and address. If the alias exists
1231  If the alias is already is use, `mh-alias-add-alias-to-file' will prompt." t nil)  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)
1235    
1236  (autoload (quote mh-alias-grab-from-field) "mh-alias" "\  (autoload (quote mh-alias-grab-from-field) "mh-alias" "\
1237  *Add ALIAS for ADDRESS in personal alias file.  *Add alias for the sender of the current message." t nil)
 Prompts for confirmation if the alias is already in use or if the address  
 already has an alias." t nil)  
1238    
1239  (autoload (quote mh-alias-add-address-under-point) "mh-alias" "\  (autoload (quote mh-alias-add-address-under-point) "mh-alias" "\
1240  Insert an alias for email address under point." t nil)  Insert an alias for address under point." t nil)
1241    
1242  (autoload (quote mh-alias-apropos) "mh-alias" "\  (autoload (quote mh-alias-apropos) "mh-alias" "\
1243  Show all aliases that match REGEXP either in name or content." t nil)  Show all aliases or addresses that match REGEXP." t nil)
1244    
1245  ;;;***  ;;;***
1246    

Legend:
Removed from v.1.2.4.3  
changed lines
  Added in v.1.2.4.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26