/[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.7 by wohler, Tue Jul 13 03:45:02 2004 UTC revision 1.7.2.1 by miles, Sat Sep 4 12:01:04 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 53716))
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 48788))
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" (16671 57010))
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))  ;;;;;;  48848))
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 53754))
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" (16684 6777))
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, 'nmh, and 'mu-mh." 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 48929))
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.
616    
617  First the appropriate function is called depending on the value of  For more information about using your particular spam fighting program, see:
 `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.  
   
 The documentation for the following functions describes what setup is needed  
 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.
   
 Check the documentation of `mh-interactive-range' to see how RANGE is read in  
 interactive use.  
625    
626  First the appropriate function is called depending on the value of  This command reclassifies a range of messages (see `mh-interactive-range') as
627  `mh-junk-choice'. Then the message is refiled to `mh-inbox'.  ham if it were incorrectly classified as spam. It then refiles the message
628    into the `+inbox' folder.
629    
630  To change the spam program being used, customize `mh-junk-program'. Directly  The `mh-junk-program' option specifies the spam program in use." t nil)
 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-toggle-mh-decode-mime-flag mh-mime-save-parts
637  ;;;;;;  mh-add-missing-mime-version-header mh-destroy-postponed-handles  ;;;;;;  mh-display-emphasis mh-display-smileys mh-add-missing-mime-version-header
638  ;;;;;;  mh-mime-cleanup mh-mml-directive-present-p mh-mml-secure-message-encrypt-pgpmime  ;;;;;;  mh-destroy-postponed-handles mh-mime-cleanup mh-mml-directive-present-p
639  ;;;;;;  mh-mml-secure-message-sign-pgpmime mh-mml-attach-file mh-mml-forward-message  ;;;;;;  mh-mml-secure-message-signencrypt mh-mml-secure-message-encrypt
640    ;;;;;;  mh-mml-secure-message-sign mh-mml-unsecure-message mh-mml-attach-file
641    ;;;;;;  mh-mml-query-cryptographic-method mh-mml-forward-message
642  ;;;;;;  mh-mml-to-mime mh-mhn-directive-present-p mh-revert-mhn-edit  ;;;;;;  mh-mml-to-mime mh-mhn-directive-present-p mh-revert-mhn-edit
643  ;;;;;;  mh-edit-mhn mh-mhn-compose-forw mh-mhn-compose-external-compressed-tar  ;;;;;;  mh-edit-mhn mh-mhn-compose-forw mh-mhn-compose-external-type
644  ;;;;;;  mh-mhn-compose-anon-ftp mh-mhn-compose-insertion mh-compose-forward  ;;;;;;  mh-mhn-compose-external-compressed-tar mh-mhn-compose-anon-ftp
645  ;;;;;;  mh-compose-insertion) "mh-mime" "mh-mime.el" (16625 54523))  ;;;;;;  mh-mhn-compose-insertion mh-file-mime-type mh-have-file-command
646    ;;;;;;  mh-compose-forward mh-compose-insertion) "mh-mime" "mh-mime.el"
647    ;;;;;;  (16684 7323))
648  ;;; Generated autoloads from mh-mime.el  ;;; Generated autoloads from mh-mime.el
649    
650  (autoload (quote mh-compose-insertion) "mh-mime" "\  (autoload (quote mh-compose-insertion) "mh-mime" "\
# Line 686  come. Line 663  come.
663  Optional argument MESSAGE is the message to forward.  Optional argument MESSAGE is the message to forward.
664  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)
665    
666    (autoload (quote mh-have-file-command) "mh-mime" "\
667    Return t if 'file' command is on the system.
668    'file -i' is used to get MIME type of composition insertion." nil nil)
669    
670    (autoload (quote mh-file-mime-type) "mh-mime" "\
671    Return MIME type of FILENAME from file command.
672    Returns nil if file command not on system." nil nil)
673    
674  (autoload (quote mh-mhn-compose-insertion) "mh-mime" "\  (autoload (quote mh-mhn-compose-insertion) "mh-mime" "\
675  Add a directive to insert a MIME message part from a file.  Add a directive to insert a MIME message part from a file.
676  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 703  DESCRIPTION, a line of text for the Cont
703    
704  See also \\[mh-edit-mhn]." t nil)  See also \\[mh-edit-mhn]." t nil)
705    
706    (autoload (quote mh-mhn-compose-external-type) "mh-mime" "\
707    Add a directive to include a MIME reference to a remote file.
708    The file should be available via anonymous ftp. This directive tells MH to
709    include a reference to a message/external-body part.
710    
711    Arguments are ACCESS-TYPE, HOST and FILENAME, which tell where to find the
712    file and TYPE which is the MIME Content-Type. Optional arguments include
713    DESCRIPTION, a line of text for the Content-description header, ATTRIBUTES,
714    EXTRA-PARAMS, and COMMENT.
715    
716    See also \\[mh-edit-mhn]." t nil)
717    
718  (autoload (quote mh-mhn-compose-forw) "mh-mime" "\  (autoload (quote mh-mhn-compose-forw) "mh-mime" "\
719  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.
720  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 755  Undo the effect of \\[mh-edit-mhn] by re
755  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)
756    
757  (autoload (quote mh-mhn-directive-present-p) "mh-mime" "\  (autoload (quote mh-mhn-directive-present-p) "mh-mime" "\
758  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.
759    The optional argument BEGIN defaults to the beginning of the buffer, while END
760    defaults to the the end of the buffer." nil nil)
761    
762  (autoload (quote mh-mml-to-mime) "mh-mime" "\  (autoload (quote mh-mml-to-mime) "mh-mime" "\
763  Compose MIME message from mml directives.  Compose MIME message from mml directives.
# Line 770  Forward a message as attachment. Line 769  Forward a message as attachment.
769  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
770  number." nil nil)  number." nil nil)
771    
772    (autoload (quote mh-mml-query-cryptographic-method) "mh-mime" "\
773    Read the cryptographic method to use." nil nil)
774    
775  (autoload (quote mh-mml-attach-file) "mh-mime" "\  (autoload (quote mh-mml-attach-file) "mh-mime" "\
776  Attach a file to the outgoing MIME message.  Attach a file to the outgoing MIME message.
777  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 783  This is basically `mml-attach-file' from
783  argument yields an `inline' disposition and Content-Type is determined  argument yields an `inline' disposition and Content-Type is determined
784  automatically." nil nil)  automatically." nil nil)
785    
786  (autoload (quote mh-mml-secure-message-sign-pgpmime) "mh-mime" "\  (autoload (quote mh-mml-unsecure-message) "mh-mime" "\
787  Add directive to encrypt/sign the entire message." t nil)  Remove any secure message directives.
788    The IGNORE argument is not used." t nil)
789    
790    (autoload (quote mh-mml-secure-message-sign) "mh-mime" "\
791    Add security directive to sign the entire message using METHOD." t nil)
792    
793  (autoload (quote mh-mml-secure-message-encrypt-pgpmime) "mh-mime" "\  (autoload (quote mh-mml-secure-message-encrypt) "mh-mime" "\
794  Add directive to encrypt and sign the entire message.  Add security directive to encrypt the entire message using METHOD." t nil)
795  If called with a prefix argument DONTSIGN, only encrypt (do NOT sign)." t nil)  
796    (autoload (quote mh-mml-secure-message-signencrypt) "mh-mime" "\
797    Add security directive to encrypt and sign the entire message using METHOD." t nil)
798    
799  (autoload (quote mh-mml-directive-present-p) "mh-mime" "\  (autoload (quote mh-mml-directive-present-p) "mh-mime" "\
800  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 814  If ARG, prompt for directory, else use t Line 822  If ARG, prompt for directory, else use t
822  mh_profile directives, since this function calls on mhstore or mhn to do the  mh_profile directives, since this function calls on mhstore or mhn to do the
823  actual storing." t nil)  actual storing." t nil)
824    
825    (autoload (quote mh-toggle-mh-decode-mime-flag) "mh-mime" "\
826    Toggle whether MH-E should decode MIME or not." t nil)
827    
828  (autoload (quote mh-decode-message-header) "mh-mime" "\  (autoload (quote mh-decode-message-header) "mh-mime" "\
829  Decode RFC2047 encoded message header fields." nil nil)  Decode RFC2047 encoded message header fields." nil nil)
830    
# Line 840  Save MIME part at point." t nil) Line 851  Save MIME part at point." t nil)
851  (autoload (quote mh-mime-inline-part) "mh-mime" "\  (autoload (quote mh-mime-inline-part) "mh-mime" "\
852  Toggle display of the raw MIME part." t nil)  Toggle display of the raw MIME part." t nil)
853    
854    (autoload (quote mh-display-with-external-viewer) "mh-mime" "\
855    View MIME PART-INDEX externally." t nil)
856    
857  ;;;***  ;;;***
858    
859  ;;;### (autoloads (mh-do-search mh-pick-do-search mh-do-pick-search  ;;;### (autoloads (mh-do-search mh-pick-do-search mh-search-folder)
860  ;;;;;;  mh-search-folder) "mh-pick" "mh-pick.el" (16625 54571))  ;;;;;;  "mh-pick" "mh-pick.el" (16671 49140))
861  ;;; Generated autoloads from mh-pick.el  ;;; Generated autoloads from mh-pick.el
862    
863  (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 867  Add the messages found to the sequence n
867  Argument WINDOW-CONFIG is the current window configuration and is used when  Argument WINDOW-CONFIG is the current window configuration and is used when
868  the search folder is dismissed." t nil)  the search folder is dismissed." t nil)
869    
 (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)  
   
870  (autoload (quote mh-pick-do-search) "mh-pick" "\  (autoload (quote mh-pick-do-search) "mh-pick" "\
871  Find messages that match the qualifications in the current pattern buffer.  Find messages that match the qualifications in the current pattern buffer.
872  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 880  indexing program specified in `mh-index-
880    
881  ;;;***  ;;;***
882    
883    ;;;### (autoloads (mh-print-msg mh-ps-print-toggle-mime mh-ps-print-toggle-color
884    ;;;;;;  mh-ps-print-toggle-faces mh-ps-print-msg-show mh-ps-print-msg-file
885    ;;;;;;  mh-ps-print-msg) "mh-print" "mh-print.el" (16680 11171))
886    ;;; Generated autoloads from mh-print.el
887    
888    (autoload (quote mh-ps-print-msg) "mh-print" "\
889    Print the messages in RANGE.
890    
891    Check the documentation of `mh-interactive-range' to see how RANGE is read in
892    interactive use." t nil)
893    
894    (autoload (quote mh-ps-print-msg-file) "mh-print" "\
895    Print to FILE the messages in RANGE.
896    
897    Check the documentation of `mh-interactive-range' to see how RANGE is read in
898    interactive use." t nil)
899    
900    (autoload (quote mh-ps-print-msg-show) "mh-print" "\
901    Print current show buffer to FILE." t nil)
902    
903    (autoload (quote mh-ps-print-toggle-faces) "mh-print" "\
904    Toggle whether printing is done with faces or not." t nil)
905    
906    (autoload (quote mh-ps-print-toggle-color) "mh-print" "\
907    Toggle whether color is used in printing messages." t nil)
908    
909    (autoload (quote mh-ps-print-toggle-mime) "mh-print" "\
910    Cycle through available choices on how MIME parts should be printed.
911    The available settings are:
912      1. Print only inline MIME parts.
913      2. Print all MIME parts.
914      3. Print no MIME parts." t nil)
915    
916    (autoload (quote mh-print-msg) "mh-print" "\
917    Print RANGE on printer.
918    
919    Check the documentation of `mh-interactive-range' to see how RANGE is read in
920    interactive use.
921    
922    The variable `mh-lpr-command-format' is used to generate the print command.
923    The messages are formatted by mhl. See the variable `mhl-formfile'." t nil)
924    
925    ;;;***
926    
927  ;;;### (autoloads (mh-narrow-to-tick mh-toggle-tick mh-thread-refile  ;;;### (autoloads (mh-narrow-to-tick mh-toggle-tick mh-thread-refile
928  ;;;;;;  mh-thread-delete mh-thread-ancestor mh-thread-previous-sibling  ;;;;;;  mh-thread-delete mh-thread-ancestor mh-thread-previous-sibling
929  ;;;;;;  mh-thread-next-sibling mh-thread-forget-message mh-toggle-threads  ;;;;;;  mh-thread-next-sibling mh-thread-forget-message mh-toggle-threads
930  ;;;;;;  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
931  ;;;;;;  mh-delete-subject-or-thread mh-delete-subject mh-narrow-to-range  ;;;;;;  mh-delete-subject-or-thread mh-delete-subject mh-narrow-to-range
932  ;;;;;;  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
933  ;;;;;;  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
934  ;;;;;;  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
935  ;;;;;;  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
936  ;;;;;;  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
937  ;;;;;;  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)
938  ;;;;;;  mh-list-sequences mh-delete-seq) "mh-seq" "mh-seq.el" (16625  ;;;;;;  "mh-seq" "mh-seq.el" (16671 65286))
 ;;;;;;  54690))  
939  ;;; Generated autoloads from mh-seq.el  ;;; Generated autoloads from mh-seq.el
940    
941  (autoload (quote mh-delete-seq) "mh-seq" "\  (autoload (quote mh-delete-seq) "mh-seq" "\
# Line 895  Delete the SEQUENCE." t nil) Line 945  Delete the SEQUENCE." t nil)
945  List the sequences defined in the folder being visited." t nil)  List the sequences defined in the folder being visited." t nil)
946    
947  (autoload (quote mh-msg-is-in-seq) "mh-seq" "\  (autoload (quote mh-msg-is-in-seq) "mh-seq" "\
948  Display the sequences that contain MESSAGE.  Display the sequences in which the current message appears.
949  Default is the displayed message." t nil)  Use a prefix argument to display the sequences in which another MESSAGE
950    appears." t nil)
951    
952  (autoload (quote mh-narrow-to-seq) "mh-seq" "\  (autoload (quote mh-narrow-to-seq) "mh-seq" "\
953  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 960  Check the documentation of `mh-interacti
960  interactive use." t nil)  interactive use." t nil)
961    
962  (autoload (quote mh-widen) "mh-seq" "\  (autoload (quote mh-widen) "mh-seq" "\
963  Remove last restriction from current folder.  Restore the previous limit.
964  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)  
965    
966  (autoload (quote mh-notate-deleted-and-refiled) "mh-seq" "\  (autoload (quote mh-notate-deleted-and-refiled) "mh-seq" "\
967  Notate messages marked for deletion or refiling.  Notate messages marked for deletion or refiling.
# Line 965  In FOLDER, translate the string EXPR to Line 1014  In FOLDER, translate the string EXPR to
1014  (autoload (quote mh-rename-seq) "mh-seq" "\  (autoload (quote mh-rename-seq) "mh-seq" "\
1015  Rename SEQUENCE to have NEW-NAME." t nil)  Rename SEQUENCE to have NEW-NAME." t nil)
1016    
 (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)  
   
1017  (autoload (quote mh-notate-cur) "mh-seq" "\  (autoload (quote mh-notate-cur) "mh-seq" "\
1018  Mark the MH sequence cur.  Mark the MH sequence cur.
1019  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 1058  RANGE-PROMPT. A list of messages in that
1058  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
1059  the messages in that range is returned.  the messages in that range is returned.
1060    
1061    If DEFAULT non-nil then it is returned.
1062    
1063  Otherwise, the message number at point is returned.  Otherwise, the message number at point is returned.
1064    
1065  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
1066  a uniform interface to MH-E functions." nil nil)  a uniform interface to MH-E functions." nil nil)
1067    
 (autoload (quote mh-region-to-msg-list) "mh-seq" "\  
 Return a list of messages within the region between BEGIN and END." nil nil)  
   
1068  (autoload (quote mh-narrow-to-subject) "mh-seq" "\  (autoload (quote mh-narrow-to-subject) "mh-seq" "\
1069  Narrow to a sequence containing all following messages with same subject." t nil)  Limit to messages with same subject.
1070    With a prefix argument, edit PICK-EXPR.
1071    
1072    Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1073    
1074  (autoload (quote mh-narrow-to-from) "mh-seq" "\  (autoload (quote mh-narrow-to-from) "mh-seq" "\
1075  Limit to messages with the same From header field as the message at point.  Limit to messages with the same `From:' field.
1076  With a prefix argument, prompt for the regular expression, REGEXP given to  With a prefix argument, edit PICK-EXPR.
1077  pick." t nil)  
1078    Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1079    
1080  (autoload (quote mh-narrow-to-cc) "mh-seq" "\  (autoload (quote mh-narrow-to-cc) "mh-seq" "\
1081  Limit to messages with the same Cc header field as the message at point.  Limit to messages with the same `Cc:' field.
1082  With a prefix argument, prompt for the regular expression, REGEXP given to  With a prefix argument, edit PICK-EXPR.
1083  pick." t nil)  
1084    Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1085    
1086  (autoload (quote mh-narrow-to-to) "mh-seq" "\  (autoload (quote mh-narrow-to-to) "mh-seq" "\
1087  Limit to messages with the same To header field as the message at point.  Limit to messages with the same `To:' field.
1088  With a prefix argument, prompt for the regular expression, REGEXP given to  With a prefix argument, edit PICK-EXPR.
1089  pick." t nil)  
1090    Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1091    
1092  (autoload (quote mh-narrow-to-range) "mh-seq" "\  (autoload (quote mh-narrow-to-range) "mh-seq" "\
1093  Limit to messages in RANGE.  Limit to messages in RANGE.
1094    
1095  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
1096  interactive use." t nil)  interactive use.
1097    
1098    Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
1099    
1100  (autoload (quote mh-delete-subject) "mh-seq" "\  (autoload (quote mh-delete-subject) "mh-seq" "\
1101  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 1149  Mark current message and all its childre
1149  Toggle tick mark of all messages in RANGE." t nil)  Toggle tick mark of all messages in RANGE." t nil)
1150    
1151  (autoload (quote mh-narrow-to-tick) "mh-seq" "\  (autoload (quote mh-narrow-to-tick) "mh-seq" "\
1152  Restrict display of this folder to just messages in `mh-tick-seq'.  Limit to messages in `mh-tick-seq'.
1153    
1154  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)
1155    
1156  ;;;***  ;;;***
1157    
1158  ;;;### (autoloads (mh-speed-add-folder mh-speed-invalidate-map mh-speed-flists  ;;;### (autoloads (mh-speed-add-folder mh-speed-invalidate-map mh-speed-flists
1159  ;;;;;;  mh-speed-view mh-speed-toggle mh-folder-speedbar-buttons)  ;;;;;;  mh-speed-view mh-speed-toggle mh-folder-speedbar-buttons)
1160  ;;;;;;  "mh-speed" "mh-speed.el" (16625 54721))  ;;;;;;  "mh-speed" "mh-speed.el" (16665 53793))
1161  ;;; Generated autoloads from mh-speed.el  ;;; Generated autoloads from mh-speed.el
1162    
1163  (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 1192  The function invalidates the latest ance
1192    
1193  ;;;***  ;;;***
1194    
 ;;;### (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)  
   
 ;;;***  
   
1195  ;;;### (autoloads (mh-alias-apropos mh-alias-add-address-under-point  ;;;### (autoloads (mh-alias-apropos mh-alias-add-address-under-point
1196  ;;;;;;  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
1197  ;;;;;;  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
1198  ;;;;;;  mh-read-address mh-alias-reload-maybe mh-alias-reload) "mh-alias"  ;;;;;;  mh-read-address mh-alias-reload-maybe mh-alias-reload) "mh-alias"
1199  ;;;;;;  "mh-alias.el" (16625 53006))  ;;;;;;  "mh-alias.el" (16671 49382))
1200  ;;; Generated autoloads from mh-alias.el  ;;; Generated autoloads from mh-alias.el
1201    
1202  (autoload (quote mh-alias-reload) "mh-alias" "\  (autoload (quote mh-alias-reload) "mh-alias" "\
1203  Load MH aliases into `mh-alias-alist'." t nil)  Reload MH aliases.
1204    
1205    Since aliases are updated frequently, MH-E will reload aliases automatically
1206    whenever an alias lookup occurs if an alias source (a file listed in your
1207    `Aliasfile:' profile component and your password file if variable
1208    `mh-alias-local-users' is non-nil) has changed. However, you can reload your
1209    aliases manually by calling this command directly.
1210    
1211    The value of `mh-alias-reloaded-hook' is a list of functions to be called,
1212    with no arguments, after the aliases have been loaded." t nil)
1213    
1214  (autoload (quote mh-alias-reload-maybe) "mh-alias" "\  (autoload (quote mh-alias-reload-maybe) "mh-alias" "\
1215  Load new MH aliases." nil nil)  Load new MH aliases." nil nil)
# Line 1186  Expand mail alias before point." nil nil Line 1226  Expand mail alias before point." nil nil
1226  (autoload (quote mh-alias-address-to-alias) "mh-alias" "\  (autoload (quote mh-alias-address-to-alias) "mh-alias" "\
1227  Return the ADDRESS alias if defined, or nil." nil nil)  Return the ADDRESS alias if defined, or nil." nil nil)
1228    
1229  (autoload (quote mh-alias-from-has-no-alias-p) "mh-alias" "\  (autoload (quote mh-alias-for-from-p) "mh-alias" "\
1230  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)  
1231    
1232  (autoload (quote mh-alias-add-alias) "mh-alias" "\  (autoload (quote mh-alias-add-alias) "mh-alias" "\
1233  *Add ALIAS for ADDRESS in personal alias file.  *Add ALIAS for ADDRESS in personal alias file.
1234  Prompts for confirmation if the address already has an alias.  This function prompts you for an alias and address. If the alias exists
1235  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
1236    the old alias. In the former case, this alias will be used when sending mail
1237    to this alias. In the latter case, the alias serves as an additional folder
1238    name hint when filing messages." t nil)
1239    
1240  (autoload (quote mh-alias-grab-from-field) "mh-alias" "\  (autoload (quote mh-alias-grab-from-field) "mh-alias" "\
1241  *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)  
1242    
1243  (autoload (quote mh-alias-add-address-under-point) "mh-alias" "\  (autoload (quote mh-alias-add-address-under-point) "mh-alias" "\
1244  Insert an alias for email address under point." t nil)  Insert an alias for address under point." t nil)
1245    
1246  (autoload (quote mh-alias-apropos) "mh-alias" "\  (autoload (quote mh-alias-apropos) "mh-alias" "\
1247  Show all aliases that match REGEXP either in name or content." t nil)  Show all aliases or addresses that match REGEXP." t nil)
1248    
1249  ;;;***  ;;;***
1250    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.1

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