/[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.2 by miles, Tue Oct 14 23:39:26 2003 UTC revision 1.2.4.3 by miles, Sat Jul 17 02:51:49 2004 UTC
# Line 1  Line 1 
1  ;;; mh-loaddefs.el --- automatically extracted autoloads  ;;; mh-loaddefs.el --- automatically extracted autoloads
2  ;;  ;;
3  ;;; Copyright (C) 2003 Free Software Foundation, Inc.  ;;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
4  ;;; Author: Bill Wohler <wohler@newt.com>  ;;; Author: Bill Wohler <wohler@newt.com>
5  ;;; Keywords: mail  ;;; Keywords: mail
6  ;;; Commentary:  ;;; Commentary:
7  ;;; Change Log:  ;;; Change Log:
8  ;;; Code:  ;;; Code:
9    
10  ;;;### (autoloads (mh-letter-complete mh-open-line mh-fully-kill-draft  ;;;### (autoloads (mh-letter-previous-header-field mh-letter-next-header-field-or-indent
11  ;;;;;;  mh-yank-cur-msg mh-insert-letter mh-send-letter mh-check-whom  ;;;;;;  mh-beginning-of-word mh-complete-word mh-open-line mh-fully-kill-draft
12  ;;;;;;  mh-insert-signature mh-to-fcc mh-to-field mh-fill-paragraph-function  ;;;;;;  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
14  ;;;;;;  mh-send-other-window mh-send mh-reply mh-redistribute mh-forward  ;;;;;;  mh-send-other-window mh-send mh-reply mh-redistribute mh-forward
15  ;;;;;;  mh-extract-rejected-mail mh-edit-again) "mh-comp" "mh-comp.el"  ;;;;;;  mh-extract-rejected-mail mh-edit-again) "mh-comp" "mh-comp.el"
16  ;;;;;;  (16040 52697))  ;;;;;;  (16625 53169))
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" "\
# Line 29  See also documentation for `\\[mh-send]' Line 30  See also documentation for `\\[mh-send]'
30    
31  (autoload (quote mh-forward) "mh-comp" "\  (autoload (quote mh-forward) "mh-comp" "\
32  Forward messages to the recipients TO and CC.  Forward messages to the recipients TO and CC.
33  Use optional MSG-OR-SEQ argument to specify a message or sequence to forward.  Use optional RANGE argument to specify a message or sequence to forward.
34  Default is the displayed message.  Default is the displayed message.
35  If optional prefix argument is provided, then prompt for the message sequence.  
36  If variable `transient-mark-mode' is non-nil and the mark is active, then the  Check the documentation of `mh-interactive-range' to see how RANGE is read in
37  selected region is forwarded.  interactive use.
 In a program, MSG-OR-SEQ can be a message number, a list of message numbers, a  
 region in a cons cell, or a sequence.  
38    
39  See also documentation for `\\[mh-send]' function." t nil)  See also documentation for `\\[mh-send]' function." t nil)
40    
# Line 104  called, with no arguments, before the si Line 103  called, with no arguments, before the si
103  (autoload (quote mh-check-whom) "mh-comp" "\  (autoload (quote mh-check-whom) "mh-comp" "\
104  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)
105    
106    (autoload (quote mh-insert-auto-fields) "mh-comp" "\
107    Insert custom fields if To or Cc match `mh-auto-fields-list'.
108    Sets buffer-local `mh-insert-auto-fields-done-local' when done and inserted
109    something.  If NON-INTERACTIVE is non-nil, do not be verbose and only
110    attempt matches if `mh-insert-auto-fields-done-local' is nil.
111    
112    An `identity' entry is skipped if one was already entered manually." t nil)
113    
114  (autoload (quote mh-send-letter) "mh-comp" "\  (autoload (quote mh-send-letter) "mh-comp" "\
115  Send the draft letter in the current buffer.  Send the draft letter in the current buffer.
116  If optional prefix argument ARG is provided, monitor delivery.  If optional prefix argument ARG is provided, monitor delivery.
# Line 143  Insert a newline and leave point after i Line 150  Insert a newline and leave point after i
150  In addition, insert newline and quoting characters before text after point.  In addition, insert newline and quoting characters before text after point.
151  This is useful in breaking up paragraphs in replies." t nil)  This is useful in breaking up paragraphs in replies." t nil)
152    
153  (autoload (quote mh-letter-complete) "mh-comp" "\  (autoload (quote mh-complete-word) "mh-comp" "\
154  Perform completion on header field or word preceding point.  Complete WORD at from CHOICES.
155  Alias completion is done within the mail header on selected fields and  Any match found replaces the text from BEGIN to END." nil nil)
156  by the function designated by `mh-letter-complete-function' elsewhere,  
157  passing the prefix ARG if any." t nil)  (autoload (quote mh-beginning-of-word) "mh-comp" "\
158    Return position of the N th word backwards." nil nil)
159    
160    (autoload (quote mh-letter-next-header-field-or-indent) "mh-comp" "\
161    Move to next field or indent depending on point.
162    In the message header, go to the next field. Elsewhere call
163    `indent-relative' as usual with optional prefix ARG." t nil)
164    
165    (autoload (quote mh-letter-previous-header-field) "mh-comp" "\
166    Cycle to the previous header field.
167    If we are at the first header field go to the start of the message body." t nil)
168    
169  ;;;***  ;;;***
170    
171  ;;;### (autoloads (mh-customize) "mh-customize" "mh-customize.el"  ;;;### (autoloads (mh-customize) "mh-customize" "mh-customize.el"
172  ;;;;;;  (16040 52697))  ;;;;;;  (16625 53481))
173  ;;; Generated autoloads from mh-customize.el  ;;; Generated autoloads from mh-customize.el
174    
175  (autoload (quote mh-customize) "mh-customize" "\  (autoload (quote mh-customize) "mh-customize" "\
# Line 163  are removed." t nil) Line 180  are removed." t nil)
180  ;;;***  ;;;***
181    
182  ;;;### (autoloads (mh-goto-cur-msg mh-update-sequences mh-folder-line-matches-show-buffer-p)  ;;;### (autoloads (mh-goto-cur-msg mh-update-sequences mh-folder-line-matches-show-buffer-p)
183  ;;;;;;  "mh-e" "mh-e.el" (16040 52698))  ;;;;;;  "mh-e" "mh-e.el" (16627 22341))
184  ;;; Generated autoloads from mh-e.el  ;;; Generated autoloads from mh-e.el
185    
186  (autoload (quote mh-folder-line-matches-show-buffer-p) "mh-e" "\  (autoload (quote mh-folder-line-matches-show-buffer-p) "mh-e" "\
# Line 186  recenter the folder buffer." nil nil) Line 203  recenter the folder buffer." nil nil)
203  ;;;;;;  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-print-msg mh-page-digest-backwards
204  ;;;;;;  mh-page-digest mh-pipe-msg mh-pack-folder mh-list-folders  ;;;;;;  mh-page-digest mh-pipe-msg mh-pack-folder mh-list-folders
205  ;;;;;;  mh-kill-folder mh-copy-msg mh-burst-digest) "mh-funcs" "mh-funcs.el"  ;;;;;;  mh-kill-folder mh-copy-msg mh-burst-digest) "mh-funcs" "mh-funcs.el"
206  ;;;;;;  (16040 52698))  ;;;;;;  (16625 54011))
207  ;;; Generated autoloads from mh-funcs.el  ;;; Generated autoloads from mh-funcs.el
208    
209  (autoload (quote mh-burst-digest) "mh-funcs" "\  (autoload (quote mh-burst-digest) "mh-funcs" "\
# Line 195  The message is replaced by its table of Line 212  The message is replaced by its table of
212  digest are inserted into the folder after that message." t nil)  digest are inserted into the folder after that message." t nil)
213    
214  (autoload (quote mh-copy-msg) "mh-funcs" "\  (autoload (quote mh-copy-msg) "mh-funcs" "\
215  Copy the specified MSG-OR-SEQ to another FOLDER without deleting them.  Copy the specified RANGE to another FOLDER without deleting them.
216  Default is the displayed message.  
217  If optional prefix argument is provided, then prompt for the message sequence.  Check the documentation of `mh-interactive-range' to see how RANGE is read in
218  If variable `transient-mark-mode' is non-nil and the mark is active, then the  interactive use." t nil)
 selected region is copied.  
 In a program, MSG-OR-SEQ can be a message number, a list of message numbers, a  
 region in a cons cell, or a sequence." t nil)  
219    
220  (autoload (quote mh-kill-folder) "mh-funcs" "\  (autoload (quote mh-kill-folder) "mh-funcs" "\
221  Remove the current folder and all included messages.  Remove the current folder and all included messages.
222  Removes all of the messages (files) within the specified current folder,  Removes all of the messages (files) within the specified current folder,
223  and then removes the folder (directory) itself." t nil)  and then removes the folder (directory) itself.
224    The value of `mh-kill-folder-suppress-prompt-hook' is a list of functions to
225    be called, with no arguments, which should return a value of non-nil if
226    verification is not desired." t nil)
227    
228  (autoload (quote mh-list-folders) "mh-funcs" "\  (autoload (quote mh-list-folders) "mh-funcs" "\
229  List mail folders." t nil)  List mail folders." t nil)
# Line 229  Advance displayed message to next digest Line 246  Advance displayed message to next digest
246  Back up displayed message to previous digested message." t nil)  Back up displayed message to previous digested message." t nil)
247    
248  (autoload (quote mh-print-msg) "mh-funcs" "\  (autoload (quote mh-print-msg) "mh-funcs" "\
249  Print MSG-OR-SEQ on printer.  Print RANGE on printer.
250  Default is the displayed message.  
251  If optional prefix argument is provided, then prompt for the message sequence.  Check the documentation of `mh-interactive-range' to see how RANGE is read in
252  If variable `transient-mark-mode' is non-nil and the mark is active, then the  interactive use.
 selected region is printed.  
 In a program, MSG-OR-SEQ can be a message number, a list of message numbers, a  
 region in a cons cell, or a sequence.  
253    
254  The variable `mh-lpr-command-format' is used to generate the print command.  The variable `mh-lpr-command-format' is used to generate the print command.
255  The messages are formatted by mhl. See the variable `mhl-formfile'." t nil)  The messages are formatted by mhl. See the variable `mhl-formfile'." t nil)
# Line 274  Display cheat sheet for the commands of Line 288  Display cheat sheet for the commands of
288  ;;;***  ;;;***
289    
290  ;;;### (autoloads (mh-insert-identity mh-identity-list-set mh-identity-make-menu)  ;;;### (autoloads (mh-insert-identity mh-identity-list-set mh-identity-make-menu)
291  ;;;;;;  "mh-identity" "mh-identity.el" (16040 52698))  ;;;;;;  "mh-identity" "mh-identity.el" (16625 54171))
292  ;;; Generated autoloads from mh-identity.el  ;;; Generated autoloads from mh-identity.el
293    
294  (autoload (quote mh-identity-make-menu) "mh-identity" "\  (autoload (quote mh-identity-make-menu) "mh-identity" "\
# Line 292  Edit the `mh-identity-list' variable to Line 306  Edit the `mh-identity-list' variable to
306    
307  ;;;***  ;;;***
308    
309  ;;;### (autoloads (mh-inc-spool-list-set) "mh-inc" "mh-inc.el" (16040  ;;;### (autoloads (mh-inc-spool-list-set) "mh-inc" "mh-inc.el" (16625
310  ;;;;;;  52698))  ;;;;;;  54212))
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 304  This is called after 'customize is used Line 318  This is called after 'customize is used
318  ;;;***  ;;;***
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-new-messages mh-glimpse-execute-search  ;;;;;;  mh-swish-execute-search mh-index-ticked-messages mh-index-new-messages
322  ;;;;;;  mh-index-execute-commands mh-index-update-unseen mh-index-visit-folder  ;;;;;;  mh-index-sequenced-messages mh-glimpse-execute-search mh-index-delete-from-sequence
323  ;;;;;;  mh-index-delete-folder-headers mh-index-group-by-folder mh-index-insert-folder-headers  ;;;;;;  mh-index-add-to-sequence mh-index-execute-commands mh-index-update-unseen
324  ;;;;;;  mh-index-previous-folder mh-index-next-folder mh-index-parse-search-regexp  ;;;;;;  mh-index-visit-folder mh-index-delete-folder-headers mh-index-group-by-folder
325  ;;;;;;  mh-index-do-search mh-index-search mh-index-update-maps)  ;;;;;;  mh-index-insert-folder-headers mh-index-previous-folder mh-index-next-folder
326  ;;;;;;  "mh-index" "mh-index.el" (16040 52698))  ;;;;;;  mh-index-parse-search-regexp mh-index-do-search mh-index-p
327    ;;;;;;  mh-index-read-data mh-index-search mh-index-create-sequences
328    ;;;;;;  mh-create-sequence-map mh-index-update-maps) "mh-index" "mh-index.el"
329    ;;;;;;  (16625 54348))
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 319  is a hashtable which maps each message i Line 336  is a hashtable which maps each message i
336  folder and message from whence it was copied. If present the  folder and message from whence it was copied. If present the
337  checksum -> (origin-folder, origin-index) map is updated too." nil nil)  checksum -> (origin-folder, origin-index) map is updated too." nil nil)
338    
339    (autoload (quote mh-create-sequence-map) "mh-index" "\
340    Return a map from msg number to list of sequences in which it is present.
341    SEQ-LIST is an assoc list whose keys are sequence names and whose cdr is the
342    list of messages in that sequence." nil nil)
343    
344    (autoload (quote mh-index-create-sequences) "mh-index" "\
345    Mirror sequences present in source folders in index folder." nil nil)
346    
347  (autoload (quote mh-index-search) "mh-index" "\  (autoload (quote mh-index-search) "mh-index" "\
348  Perform an indexed search in an MH mail folder.  Perform an indexed search in an MH mail folder.
349  Use a prefix argument to repeat the search, as in REDO-SEARCH-FLAG below.  Use a prefix argument to repeat the search, as in REDO-SEARCH-FLAG below.
# Line 328  index search, then the search is repeate Line 353  index search, then the search is repeate
353  SEARCH-REGEXP and the results are presented in an MH-E folder. If FOLDER is  SEARCH-REGEXP and the results are presented in an MH-E folder. If FOLDER is
354  \"+\" then mail in all folders are searched. Optional argument WINDOW-CONFIG  \"+\" then mail in all folders are searched. Optional argument WINDOW-CONFIG
355  stores the window configuration that will be restored after the user quits the  stores the window configuration that will be restored after the user quits the
356  folder containing the index search results. If optional argument UNSEEN-FLAG  folder containing the index search results.
 is non-nil, then all the messages are marked as unseen.  
357    
358  Four indexing programs are supported; if none of these are present, then grep  Four indexing programs are supported; if none of these are present, then grep
359  is used. This function picks the first program that is available on your  is used. This function picks the first program that is available on your
# Line 361  procmail recipe should avoid this: Line 385  procmail recipe should avoid this:
385    
386  This has the effect of renaming already present X-MHE-Checksum headers." t nil)  This has the effect of renaming already present X-MHE-Checksum headers." t nil)
387    
388    (autoload (quote mh-index-read-data) "mh-index" "\
389    Read index data from file." nil nil)
390    
391    (autoload (quote mh-index-p) "mh-index" "\
392    Non-nil means that this folder was generated by an index search." nil nil)
393    
394  (autoload (quote mh-index-do-search) "mh-index" "\  (autoload (quote mh-index-do-search) "mh-index" "\
395  Construct appropriate regexp and call `mh-index-search'." t nil)  Construct appropriate regexp and call `mh-index-search'." t nil)
396    
# Line 402  The copies in the searched folder are th Line 432  The copies in the searched folder are th
432  result. Before deleting the messages we make sure that the message being  result. Before deleting the messages we make sure that the message being
433  deleted is identical to the one that the user has marked in the index buffer." nil nil)  deleted is identical to the one that the user has marked in the index buffer." nil nil)
434    
435    (autoload (quote mh-index-add-to-sequence) "mh-index" "\
436    Add to SEQ the messages in the list MSGS.
437    This function updates the source folder sequences. Also makes an attempt to
438    update the source folder buffer if we have it open." nil nil)
439    
440    (autoload (quote mh-index-delete-from-sequence) "mh-index" "\
441    Delete from SEQ the messages in MSGS.
442    This function updates the source folder sequences. Also makes an attempt to
443    update the source folder buffer if present." nil nil)
444    
445  (autoload (quote mh-glimpse-execute-search) "mh-index" "\  (autoload (quote mh-glimpse-execute-search) "mh-index" "\
446  Execute glimpse and read the results.  Execute glimpse and read the results.
447    
# Line 435  daily from cron: Line 475  daily from cron:
475    
476  FOLDER-PATH is the directory in which SEARCH-REGEXP is used to search." nil nil)  FOLDER-PATH is the directory in which SEARCH-REGEXP is used to search." nil nil)
477    
478  (autoload (quote mh-index-new-messages) "mh-index" "\  (autoload (quote mh-index-sequenced-messages) "mh-index" "\
479  Display new messages.  Display messages from FOLDERS in SEQUENCE.
 All messages in the `mh-unseen-seq' sequence from FOLDERS are displayed.  
480  By default the folders specified by `mh-index-new-messages-folders' are  By default the folders specified by `mh-index-new-messages-folders' are
481  searched. With a prefix argument, enter a space-separated list of folders, or  searched. With a prefix argument, enter a space-separated list of folders, or
482  nothing to search all folders." t nil)  nothing to search all folders.
483    
484    Argument SEQUENCE defaults to `mh-unseen-seq' and is the sequence that the
485    function searches for in each of the FOLDERS. With a prefix argument, enter a
486    sequence to use." t nil)
487    
488    (autoload (quote mh-index-new-messages) "mh-index" "\
489    Display unseen messages.
490    All messages in the `unseen' sequence from FOLDERS are displayed.
491    By default the folders specified by `mh-index-new-messages-folders'
492    are searched. With a prefix argument, enter a space-separated list of
493    folders, or nothing to search all folders." t nil)
494    
495    (autoload (quote mh-index-ticked-messages) "mh-index" "\
496    Display ticked messages.
497    All messages in the `tick' sequence from FOLDERS are displayed.
498    By default the folders specified by `mh-index-ticked-messages-folders'
499    are searched. With a prefix argument, enter a space-separated list of
500    folders, or nothing to search all folders." t nil)
501    
502  (autoload (quote mh-swish-execute-search) "mh-index" "\  (autoload (quote mh-swish-execute-search) "mh-index" "\
503  Execute swish-e and read the results.  Execute swish-e and read the results.
# Line 564  system." nil nil) Line 621  system." nil nil)
621  ;;;***  ;;;***
622    
623  ;;;### (autoloads (mh-junk-whitelist mh-junk-blacklist) "mh-junk"  ;;;### (autoloads (mh-junk-whitelist mh-junk-blacklist) "mh-junk"
624  ;;;;;;  "mh-junk.el" (16040 52698))  ;;;;;;  "mh-junk.el" (16625 54386))
625  ;;; Generated autoloads from mh-junk.el  ;;; Generated autoloads from mh-junk.el
626    
627  (autoload (quote mh-junk-blacklist) "mh-junk" "\  (autoload (quote mh-junk-blacklist) "mh-junk" "\
628  Blacklist MSG-OR-SEQ as spam.  Blacklist RANGE as spam.
629  Default is the displayed message.  
630  If optional prefix argument is provided, then prompt for the message sequence.  Check the documentation of `mh-interactive-range' to see how RANGE is read in
631  If variable `transient-mark-mode' is non-nil and the mark is active, then the  interactive use.
 selected region is blacklisted.  
 In a program, MSG-OR-SEQ can be a message number, a list of message numbers, a  
 region in a cons cell, or a sequence.  
632    
633  First the appropriate function is called depending on the value of  First the appropriate function is called depending on the value of
634  `mh-junk-choice'. Then if `mh-junk-mail-folder' is a string then the message is  `mh-junk-choice'. Then if `mh-junk-mail-folder' is a string then the message is
# Line 591  for the different spam fighting programs Line 645  for the different spam fighting programs
645    - `mh-spamassassin-blacklist'" t nil)    - `mh-spamassassin-blacklist'" t nil)
646    
647  (autoload (quote mh-junk-whitelist) "mh-junk" "\  (autoload (quote mh-junk-whitelist) "mh-junk" "\
648  Whitelist MSG-OR-SEQ incorrectly classified as spam.  Whitelist RANGE incorrectly classified as spam.
649  Default is the displayed message.  
650  If optional prefix argument is provided, then prompt for the message sequence.  Check the documentation of `mh-interactive-range' to see how RANGE is read in
651  If variable `transient-mark-mode' is non-nil and the mark is active, then the  interactive use.
 selected region is whitelisted.  
 In a program, MSG-OR-SEQ can be a message number, a list of message numbers, a  
 region in a cons cell, or a sequence.  
652    
653  First the appropriate function is called depending on the value of  First the appropriate function is called depending on the value of
654  `mh-junk-choice'. Then the message is refiled to `mh-inbox'.  `mh-junk-choice'. Then the message is refiled to `mh-inbox'.
# Line 616  setting `mh-junk-choice' is not recommen Line 667  setting `mh-junk-choice' is not recommen
667  ;;;;;;  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
668  ;;;;;;  mh-edit-mhn mh-mhn-compose-forw mh-mhn-compose-external-compressed-tar  ;;;;;;  mh-edit-mhn mh-mhn-compose-forw mh-mhn-compose-external-compressed-tar
669  ;;;;;;  mh-mhn-compose-anon-ftp mh-mhn-compose-insertion mh-compose-forward  ;;;;;;  mh-mhn-compose-anon-ftp mh-mhn-compose-insertion mh-compose-forward
670  ;;;;;;  mh-compose-insertion) "mh-mime" "mh-mime.el" (16040 52699))  ;;;;;;  mh-compose-insertion) "mh-mime" "mh-mime.el" (16625 54523))
671  ;;; Generated autoloads from mh-mime.el  ;;; Generated autoloads from mh-mime.el
672    
673  (autoload (quote mh-compose-insertion) "mh-mime" "\  (autoload (quote mh-compose-insertion) "mh-mime" "\
# Line 792  Toggle display of the raw MIME part." t Line 843  Toggle display of the raw MIME part." t
843  ;;;***  ;;;***
844    
845  ;;;### (autoloads (mh-do-search mh-pick-do-search mh-do-pick-search  ;;;### (autoloads (mh-do-search mh-pick-do-search mh-do-pick-search
846  ;;;;;;  mh-search-folder) "mh-pick" "mh-pick.el" (16040 52699))  ;;;;;;  mh-search-folder) "mh-pick" "mh-pick.el" (16625 54571))
847  ;;; Generated autoloads from mh-pick.el  ;;; Generated autoloads from mh-pick.el
848    
849  (autoload (quote mh-search-folder) "mh-pick" "\  (autoload (quote mh-search-folder) "mh-pick" "\
# Line 822  indexing program specified in `mh-index- Line 873  indexing program specified in `mh-index-
873    
874  ;;;***  ;;;***
875    
876  ;;;### (autoloads (mh-narrow-to-tick mh-toggle-tick mh-notate-tick  ;;;### (autoloads (mh-narrow-to-tick mh-toggle-tick mh-thread-refile
877  ;;;;;;  mh-thread-refile mh-thread-delete mh-thread-ancestor mh-thread-previous-sibling  ;;;;;;  mh-thread-delete mh-thread-ancestor mh-thread-previous-sibling
878  ;;;;;;  mh-thread-next-sibling mh-thread-forget-message mh-toggle-threads  ;;;;;;  mh-thread-next-sibling mh-thread-forget-message mh-toggle-threads
879  ;;;;;;  mh-thread-add-spaces mh-thread-inc mh-delete-subject-or-thread  ;;;;;;  mh-thread-add-spaces mh-thread-update-scan-line-map mh-thread-inc
880  ;;;;;;  mh-delete-subject mh-narrow-to-subject mh-region-to-msg-list  ;;;;;;  mh-delete-subject-or-thread mh-delete-subject mh-narrow-to-range
881  ;;;;;;  mh-interactive-msg-or-seq mh-msg-or-seq-to-msg-list mh-iterate-on-msg-or-seq  ;;;;;;  mh-narrow-to-to mh-narrow-to-cc mh-narrow-to-from mh-narrow-to-subject
882  ;;;;;;  mh-iterate-on-messages-in-region mh-add-to-sequence mh-notate-cur  ;;;;;;  mh-region-to-msg-list mh-interactive-range mh-range-to-msg-list
883  ;;;;;;  mh-notate-seq mh-map-to-seq-msgs mh-rename-seq mh-widen mh-put-msg-in-seq  ;;;;;;  mh-iterate-on-range mh-iterate-on-messages-in-region mh-add-to-sequence
884  ;;;;;;  mh-narrow-to-seq mh-msg-is-in-seq mh-list-sequences mh-delete-seq)  ;;;;;;  mh-notate-cur mh-notate-seq mh-map-to-seq-msgs mh-rename-seq
885  ;;;;;;  "mh-seq" "mh-seq.el" (16040 52700))  ;;;;;;  mh-translate-range mh-read-range mh-read-seq-default mh-notate-deleted-and-refiled
886    ;;;;;;  mh-widen mh-put-msg-in-seq mh-narrow-to-seq mh-msg-is-in-seq
887    ;;;;;;  mh-list-sequences mh-delete-seq) "mh-seq" "mh-seq.el" (16625
888    ;;;;;;  54690))
889  ;;; Generated autoloads from mh-seq.el  ;;; Generated autoloads from mh-seq.el
890    
891  (autoload (quote mh-delete-seq) "mh-seq" "\  (autoload (quote mh-delete-seq) "mh-seq" "\
# Line 849  Restrict display of this folder to just Line 903  Restrict display of this folder to just
903  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)
904    
905  (autoload (quote mh-put-msg-in-seq) "mh-seq" "\  (autoload (quote mh-put-msg-in-seq) "mh-seq" "\
906  Add MSG-OR-SEQ to SEQUENCE.  Add RANGE to SEQUENCE.
907  Default is the displayed message.  
908  If optional prefix argument is provided, then prompt for the message sequence.  Check the documentation of `mh-interactive-range' to see how RANGE is read in
909  If variable `transient-mark-mode' is non-nil and the mark is active, then the  interactive use." t nil)
 selected region is added to the sequence.  
 In a program, MSG-OR-SEQ can be a message number, a list of message numbers, a  
 region in a cons cell, or a sequence." t nil)  
910    
911  (autoload (quote mh-widen) "mh-seq" "\  (autoload (quote mh-widen) "mh-seq" "\
912  Remove restrictions from current folder, thereby showing all messages." t nil)  Remove last restriction from current folder.
913    If optional prefix argument ALL-FLAG is non-nil, then unwind to the beginning
914    of the view stack thereby showing all messages that the buffer originally
915    contained." t nil)
916    
917    (autoload (quote mh-notate-deleted-and-refiled) "mh-seq" "\
918    Notate messages marked for deletion or refiling.
919    Messages to be deleted are given by `mh-delete-list' while messages to be
920    refiled are present in `mh-refile-list'." nil nil)
921    
922    (autoload (quote mh-read-seq-default) "mh-seq" "\
923    Read and return sequence name with default narrowed or previous sequence.
924    PROMPT is the prompt to use when reading. If NOT-EMPTY is non-nil then a
925    non-empty sequence is read." nil nil)
926    
927    (autoload (quote mh-read-range) "mh-seq" "\
928    Read a message range with PROMPT.
929    
930    If FOLDER is non-nil then a range is read from that folder, otherwise use
931    `mh-current-folder'.
932    
933    If DEFAULT is a string then use that as default range to return. If DEFAULT is
934    nil then ask user with default answer a range based on the sequences that seem
935    relevant. Finally if DEFAULT is t, try to avoid prompting the user. Unseen
936    messages, if present, are returned. If the folder has fewer than
937    `mh-large-folder' messages then \"all\" messages are returned. Finally as a
938    last resort prompt the user.
939    
940    If EXPAND-FLAG is non-nil then a list of message numbers corresponding to the
941    input is returned. If this list is empty then an error is raised. If
942    EXPAND-FLAG is nil just return the input string. In this case we don't check
943    if the range is empty.
944    
945    If ASK-FLAG is non-nil, then the user is always queried for a range of
946    messages. If ASK-FLAG is nil, then the function checks if the unseen sequence
947    is non-empty. If that is the case, `mh-unseen-seq', or the list of messages in
948    it depending on the value of EXPAND, is returned. Otherwise if the folder has
949    fewer than `mh-large-folder' messages then the list of messages corresponding
950    to \"all\" is returned. If neither of the above holds then as a last resort
951    the user is queried for a range of messages.
952    
953    If NUMBER-AS-RANGE-FLAG is non-nil, then if a number, N is read as input, it
954    is interpreted as the range \"last:N\".
955    
956    This function replaces the existing function `mh-read-msg-range'. Calls to:
957      (mh-read-msg-range folder flag)
958    should be replaced with:
959      (mh-read-range \"Suitable prompt\" folder t nil flag
960                     mh-interpret-number-as-range-flag)" nil nil)
961    
962    (autoload (quote mh-translate-range) "mh-seq" "\
963    In FOLDER, translate the string EXPR to a list of messages numbers." nil nil)
964    
965  (autoload (quote mh-rename-seq) "mh-seq" "\  (autoload (quote mh-rename-seq) "mh-seq" "\
966  Rename SEQUENCE to have NEW-NAME." t nil)  Rename SEQUENCE to have NEW-NAME." t nil)
# Line 888  till END. In each step BODY is executed. Line 990  till END. In each step BODY is executed.
990    
991  If VAR is nil then the loop is executed without any binding." nil (quote macro))  If VAR is nil then the loop is executed without any binding." nil (quote macro))
992    
993  (autoload (quote mh-iterate-on-msg-or-seq) "mh-seq" "\  (autoload (quote mh-iterate-on-range) "mh-seq" "\
994  Iterate an operation over a region or sequence.  Iterate an operation over a region or sequence.
995    
996  VAR is bound to each message in turn in a loop over MSG-OR-SEQ, which can be a  VAR is bound to each message in turn in a loop over RANGE, which can be a
997  message number, a list of message numbers, a sequence, or a region in a cons  message number, a list of message numbers, a sequence, a region in a cons
998  cell. In each iteration, BODY is executed.  cell, or a MH range (something like last:20) in a string. In each iteration,
999    BODY is executed.
1000    
1001  The parameter MSG-OR-SEQ is usually created with `mh-interactive-msg-or-seq'  The parameter RANGE is usually created with `mh-interactive-range'
1002  in order to provide a uniform interface to MH-E functions." nil (quote macro))  in order to provide a uniform interface to MH-E functions." nil (quote macro))
1003    
1004  (autoload (quote mh-msg-or-seq-to-msg-list) "mh-seq" "\  (autoload (quote mh-range-to-msg-list) "mh-seq" "\
1005  Return a list of messages for MSG-OR-SEQ.  Return a list of messages for RANGE.
1006  MSG-OR-SEQ can be a message number, a list of message numbers, a sequence, or  RANGE can be a message number, a list of message numbers, a sequence, or
1007  a region in a cons cell." nil nil)  a region in a cons cell." nil nil)
1008    
1009  (autoload (quote mh-interactive-msg-or-seq) "mh-seq" "\  (autoload (quote mh-interactive-range) "mh-seq" "\
1010  Return interactive specification for message, sequence, or region.  Return interactive specification for message, sequence, range or region.
1011  By convention, the name of this argument is msg-or-seq.  By convention, the name of this argument is RANGE.
1012    
1013  If variable `transient-mark-mode' is non-nil and the mark is active, then this  If variable `transient-mark-mode' is non-nil and the mark is active, then this
1014  function returns a cons-cell of the region.  function returns a cons-cell of the region.
1015  If optional prefix argument provided, then prompt for message sequence with  
1016  SEQUENCE-PROMPT and return sequence.  If optional prefix argument is provided, then prompt for message range with
1017    RANGE-PROMPT. A list of messages in that range is returned.
1018    
1019    If a MH range is given, say something like last:20, then a list containing
1020    the messages in that range is returned.
1021    
1022  Otherwise, the message number at point is returned.  Otherwise, the message number at point is returned.
1023    
1024  This function is usually used with `mh-iterate-on-msg-or-seq' in order to  This function is usually used with `mh-iterate-on-range' in order to provide
1025  provide a uniform interface to MH-E functions." nil nil)  a uniform interface to MH-E functions." nil nil)
1026    
1027  (autoload (quote mh-region-to-msg-list) "mh-seq" "\  (autoload (quote mh-region-to-msg-list) "mh-seq" "\
1028  Return a list of messages within the region between BEGIN and END." nil nil)  Return a list of messages within the region between BEGIN and END." nil nil)
# Line 922  Return a list of messages within the reg Line 1030  Return a list of messages within the reg
1030  (autoload (quote mh-narrow-to-subject) "mh-seq" "\  (autoload (quote mh-narrow-to-subject) "mh-seq" "\
1031  Narrow to a sequence containing all following messages with same subject." t nil)  Narrow to a sequence containing all following messages with same subject." t nil)
1032    
1033    (autoload (quote mh-narrow-to-from) "mh-seq" "\
1034    Limit to messages with the same From header field as the message at point.
1035    With a prefix argument, prompt for the regular expression, REGEXP given to
1036    pick." t nil)
1037    
1038    (autoload (quote mh-narrow-to-cc) "mh-seq" "\
1039    Limit to messages with the same Cc header field as the message at point.
1040    With a prefix argument, prompt for the regular expression, REGEXP given to
1041    pick." t nil)
1042    
1043    (autoload (quote mh-narrow-to-to) "mh-seq" "\
1044    Limit to messages with the same To header field as the message at point.
1045    With a prefix argument, prompt for the regular expression, REGEXP given to
1046    pick." t nil)
1047    
1048    (autoload (quote mh-narrow-to-range) "mh-seq" "\
1049    Limit to messages in RANGE.
1050    
1051    Check the documentation of `mh-interactive-range' to see how RANGE is read in
1052    interactive use." t nil)
1053    
1054  (autoload (quote mh-delete-subject) "mh-seq" "\  (autoload (quote mh-delete-subject) "mh-seq" "\
1055  Mark all following messages with same subject to be deleted.  Mark all following messages with same subject to be deleted.
1056  This puts the messages in a sequence named subject.  You can undo the last  This puts the messages in a sequence named subject.  You can undo the last
# Line 939  subject for deletion." t nil) Line 1068  subject for deletion." t nil)
1068  Update thread tree for FOLDER.  Update thread tree for FOLDER.
1069  All messages after START-POINT are added to the thread tree." nil nil)  All messages after START-POINT are added to the thread tree." nil nil)
1070    
1071    (autoload (quote mh-thread-update-scan-line-map) "mh-seq" "\
1072    In threaded view update `mh-thread-scan-line-map'.
1073    MSG is the message being notated with NOTATION at OFFSET." nil nil)
1074    
1075  (autoload (quote mh-thread-add-spaces) "mh-seq" "\  (autoload (quote mh-thread-add-spaces) "mh-seq" "\
1076  Add COUNT spaces to each scan line in `mh-thread-scan-line-map'." nil nil)  Add COUNT spaces to each scan line in `mh-thread-scan-line-map'." nil nil)
1077    
# Line 966  Mark current message and all its childre Line 1099  Mark current message and all its childre
1099  (autoload (quote mh-thread-refile) "mh-seq" "\  (autoload (quote mh-thread-refile) "mh-seq" "\
1100  Mark current message and all its children for refiling to FOLDER." t nil)  Mark current message and all its children for refiling to FOLDER." t nil)
1101    
 (autoload (quote mh-notate-tick) "mh-seq" "\  
 Highlight current line if MSG is in TICKED-MSGS.  
 If optional argument IGNORE-NARROWING is non-nil then highlighting is carried  
 out even if folder is narrowed to `mh-tick-seq'." nil nil)  
   
1102  (autoload (quote mh-toggle-tick) "mh-seq" "\  (autoload (quote mh-toggle-tick) "mh-seq" "\
1103  Toggle tick mark of all messages in region BEGIN to END." t nil)  Toggle tick mark of all messages in RANGE." t nil)
1104    
1105  (autoload (quote mh-narrow-to-tick) "mh-seq" "\  (autoload (quote mh-narrow-to-tick) "mh-seq" "\
1106  Restrict display of this folder to just messages in `mh-tick-seq'.  Restrict display of this folder to just messages in `mh-tick-seq'.
# Line 982  Use \\<mh-folder-mode-map>\\[mh-widen] t Line 1110  Use \\<mh-folder-mode-map>\\[mh-widen] t
1110    
1111  ;;;### (autoloads (mh-speed-add-folder mh-speed-invalidate-map mh-speed-flists  ;;;### (autoloads (mh-speed-add-folder mh-speed-invalidate-map mh-speed-flists
1112  ;;;;;;  mh-speed-view mh-speed-toggle mh-folder-speedbar-buttons)  ;;;;;;  mh-speed-view mh-speed-toggle mh-folder-speedbar-buttons)
1113  ;;;;;;  "mh-speed" "mh-speed.el" (16040 52700))  ;;;;;;  "mh-speed" "mh-speed.el" (16625 54721))
1114  ;;; Generated autoloads from mh-speed.el  ;;; Generated autoloads from mh-speed.el
1115    
1116  (autoload (quote mh-folder-speedbar-buttons) "mh-speed" "\  (autoload (quote mh-folder-speedbar-buttons) "mh-speed" "\
# Line 1003  Optional ARGS are ignored." t nil) Line 1131  Optional ARGS are ignored." t nil)
1131    
1132  (autoload (quote mh-speed-flists) "mh-speed" "\  (autoload (quote mh-speed-flists) "mh-speed" "\
1133  Execute flists -recurse and update message counts.  Execute flists -recurse and update message counts.
1134  If FORCE is non-nil the timer is reset. If FOLDER is non-nil then flists is run  If FORCE is non-nil the timer is reset.
1135    
1136    Any number of optional FOLDERS can be specified. If specified, flists is run
1137  only for that one folder." t nil)  only for that one folder." t nil)
1138    
1139  (autoload (quote mh-speed-invalidate-map) "mh-speed" "\  (autoload (quote mh-speed-invalidate-map) "mh-speed" "\
# Line 1016  The function invalidates the latest ance Line 1146  The function invalidates the latest ance
1146  ;;;***  ;;;***
1147    
1148  ;;;### (autoloads (mh-get-msg-num mh-goto-address-find-address-at-point)  ;;;### (autoloads (mh-get-msg-num mh-goto-address-find-address-at-point)
1149  ;;;;;;  "mh-utils" "mh-utils.el" (16040 52700))  ;;;;;;  "mh-utils" "mh-utils.el" (16625 54979))
1150  ;;; Generated autoloads from mh-utils.el  ;;; Generated autoloads from mh-utils.el
1151    
1152  (autoload (quote mh-goto-address-find-address-at-point) "mh-utils" "\  (autoload (quote mh-goto-address-find-address-at-point) "mh-utils" "\
# Line 1031  not pointing to a message." nil nil) Line 1161  not pointing to a message." nil nil)
1161    
1162  ;;;***  ;;;***
1163    
1164  ;;;### (autoloads (mh-alias-add-address-under-point mh-alias-grab-from-field  ;;;### (autoloads (mh-alias-apropos mh-alias-add-address-under-point
1165  ;;;;;;  mh-alias-add-alias mh-alias-from-has-no-alias-p mh-alias-address-to-alias  ;;;;;;  mh-alias-grab-from-field mh-alias-add-alias mh-alias-from-has-no-alias-p
1166  ;;;;;;  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
1167  ;;;;;;  mh-read-address mh-alias-reload) "mh-alias" "mh-alias.el"  ;;;;;;  mh-read-address mh-alias-reload-maybe mh-alias-reload) "mh-alias"
1168  ;;;;;;  (16040 52696))  ;;;;;;  "mh-alias.el" (16625 53006))
1169  ;;; Generated autoloads from mh-alias.el  ;;; Generated autoloads from mh-alias.el
1170    
1171  (autoload (quote mh-alias-reload) "mh-alias" "\  (autoload (quote mh-alias-reload) "mh-alias" "\
1172  Load MH aliases into `mh-alias-alist'." t nil)  Load MH aliases into `mh-alias-alist'." t nil)
1173    
1174    (autoload (quote mh-alias-reload-maybe) "mh-alias" "\
1175    Load new MH aliases." nil nil)
1176    
1177  (autoload (quote mh-read-address) "mh-alias" "\  (autoload (quote mh-read-address) "mh-alias" "\
1178  Read an address from the minibuffer with PROMPT." nil nil)  Read an address from the minibuffer with PROMPT." nil nil)
1179    
# Line 1071  already has an alias." t nil) Line 1204  already has an alias." t nil)
1204  (autoload (quote mh-alias-add-address-under-point) "mh-alias" "\  (autoload (quote mh-alias-add-address-under-point) "mh-alias" "\
1205  Insert an alias for email address under point." t nil)  Insert an alias for email address under point." t nil)
1206    
1207    (autoload (quote mh-alias-apropos) "mh-alias" "\
1208    Show all aliases that match REGEXP either in name or content." t nil)
1209    
1210  ;;;***  ;;;***
1211    
1212  (provide 'mh-loaddefs)  (provide 'mh-loaddefs)
# Line 1079  Insert an alias for email address under Line 1215  Insert an alias for email address under
1215  ;;; no-byte-compile: t  ;;; no-byte-compile: t
1216  ;;; no-update-autoloads: t  ;;; no-update-autoloads: t
1217  ;;; End:  ;;; End:
   
1218  ;;; arch-tag: bc36a104-1edb-45d5-8aad-a85b45648378  ;;; arch-tag: bc36a104-1edb-45d5-8aad-a85b45648378
1219  ;;; mh-loaddefs.el ends here  ;;; mh-loaddefs.el ends here

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

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