emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mh-e/mh-loaddefs.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/mh-loaddefs.el [lexbind]
Date: Tue, 14 Oct 2003 19:39:48 -0400

Index: emacs/lisp/mh-e/mh-loaddefs.el
diff -c emacs/lisp/mh-e/mh-loaddefs.el:1.2.4.1 
emacs/lisp/mh-e/mh-loaddefs.el:1.2.4.2
*** emacs/lisp/mh-e/mh-loaddefs.el:1.2.4.1      Fri Apr  4 01:20:30 2003
--- emacs/lisp/mh-e/mh-loaddefs.el      Tue Oct 14 19:39:26 2003
***************
*** 5,11 ****
  ;;; Keywords: mail
  ;;; Commentary:
  ;;; Change Log:
- ;; $Id: mh-loaddefs.el,v 1.2.4.1 2003/04/04 06:20:30 miles Exp $
  ;;; Code:
  
  ;;;### (autoloads (mh-letter-complete mh-open-line mh-fully-kill-draft
--- 5,10 ----
***************
*** 13,19 ****
  ;;;;;;  mh-insert-signature mh-to-fcc mh-to-field mh-fill-paragraph-function
  ;;;;;;  mh-send-other-window mh-send mh-reply mh-redistribute mh-forward
  ;;;;;;  mh-extract-rejected-mail mh-edit-again) "mh-comp" "mh-comp.el"
! ;;;;;;  (15924 43423))
  ;;; Generated autoloads from mh-comp.el
  
  (autoload (quote mh-edit-again) "mh-comp" "\
--- 12,18 ----
  ;;;;;;  mh-insert-signature mh-to-fcc mh-to-field mh-fill-paragraph-function
  ;;;;;;  mh-send-other-window mh-send mh-reply mh-redistribute mh-forward
  ;;;;;;  mh-extract-rejected-mail mh-edit-again) "mh-comp" "mh-comp.el"
! ;;;;;;  (16040 52697))
  ;;; Generated autoloads from mh-comp.el
  
  (autoload (quote mh-edit-again) "mh-comp" "\
***************
*** 29,41 ****
  See also documentation for `\\[mh-send]' function." t nil)
  
  (autoload (quote mh-forward) "mh-comp" "\
! Forward one or more messages to the recipients TO and CC.
  
- Use the optional MSG-OR-SEQ to specify a message or sequence to forward.
- 
- Default is the displayed message.  If optional prefix argument is given then
- prompt for the message sequence.  If variable `transient-mark-mode' is non-nil
- and the mark is active, then the selected region is forwarded.
  See also documentation for `\\[mh-send]' function." t nil)
  
  (autoload (quote mh-redistribute) "mh-comp" "\
--- 28,42 ----
  See also documentation for `\\[mh-send]' function." t nil)
  
  (autoload (quote mh-forward) "mh-comp" "\
! Forward messages to the recipients TO and CC.
! Use optional MSG-OR-SEQ argument to specify a message or sequence to forward.
! Default is the displayed message.
! If optional prefix argument is provided, then prompt for the message sequence.
! If variable `transient-mark-mode' is non-nil and the mark is active, then the
! selected region is forwarded.
! 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.
  
  See also documentation for `\\[mh-send]' function." t nil)
  
  (autoload (quote mh-redistribute) "mh-comp" "\
***************
*** 45,51 ****
  setting of the variable `mh-redist-full-contents'.  See its documentation." t 
nil)
  
  (autoload (quote mh-reply) "mh-comp" "\
! Reply to MESSAGE (default: current message).
  If the optional argument REPLY-TO is not given, prompts for type of addresses
  to reply to:
     from    sender only,
--- 46,53 ----
  setting of the variable `mh-redist-full-contents'.  See its documentation." t 
nil)
  
  (autoload (quote mh-reply) "mh-comp" "\
! Reply to MESSAGE.
! Default is the displayed message.
  If the optional argument REPLY-TO is not given, prompts for type of addresses
  to reply to:
     from    sender only,
***************
*** 107,114 ****
  If optional prefix argument ARG is provided, monitor delivery.
  The value of `mh-before-send-letter-hook' is a list of functions to be called,
  with no arguments, before doing anything.
! Run `\\[mh-edit-mhn]' if variable `mh-mhn-compose-insert-flag' is set.
! Run `\\[mh-mml-to-mime]' if variable `mh-mml-compose-insert-flag' is set.
  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)
  
--- 109,116 ----
  If optional prefix argument ARG is provided, monitor delivery.
  The value of `mh-before-send-letter-hook' is a list of functions to be called,
  with no arguments, before doing anything.
! Run `\\[mh-edit-mhn]' if mhn directives are present; otherwise
! run `\\[mh-mml-to-mime]' if mml directives are present.
  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)
  
***************
*** 149,156 ****
  
  ;;;***
  
! ;;;### (autoloads (mh-tool-bar-folder-set mh-tool-bar-letter-set
! ;;;;;;  mh-customize) "mh-customize" "mh-customize.el" (15933 21842))
  ;;; Generated autoloads from mh-customize.el
  
  (autoload (quote mh-customize) "mh-customize" "\
--- 151,158 ----
  
  ;;;***
  
! ;;;### (autoloads (mh-customize) "mh-customize" "mh-customize.el"
! ;;;;;;  (16040 52697))
  ;;; Generated autoloads from mh-customize.el
  
  (autoload (quote mh-customize) "mh-customize" "\
***************
*** 158,173 ****
  With optional argument DELETE-OTHER-WINDOWS-FLAG, other windows in the frame
  are removed." t nil)
  
- (autoload (quote mh-tool-bar-letter-set) "mh-customize" "\
- Construct toolbar for `mh-letter-mode'." nil nil)
- 
- (autoload (quote mh-tool-bar-folder-set) "mh-customize" "\
- Construct toolbar for `mh-folder-mode'." nil nil)
- 
  ;;;***
  
  ;;;### (autoloads (mh-goto-cur-msg mh-update-sequences 
mh-folder-line-matches-show-buffer-p)
! ;;;;;;  "mh-e" "mh-e.el" (15934 48879))
  ;;; Generated autoloads from mh-e.el
  
  (autoload (quote mh-folder-line-matches-show-buffer-p) "mh-e" "\
--- 160,169 ----
  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" (16040 52698))
  ;;; Generated autoloads from mh-e.el
  
  (autoload (quote mh-folder-line-matches-show-buffer-p) "mh-e" "\
***************
*** 186,196 ****
  
  ;;;***
  
! ;;;### (autoloads (mh-prefix-help mh-help mh-store-buffer mh-store-msg
! ;;;;;;  mh-undo-folder mh-sort-folder mh-print-msg mh-page-digest-backwards
  ;;;;;;  mh-page-digest mh-pipe-msg mh-pack-folder mh-list-folders
  ;;;;;;  mh-kill-folder mh-copy-msg mh-burst-digest) "mh-funcs" "mh-funcs.el"
! ;;;;;;  (15923 15465))
  ;;; Generated autoloads from mh-funcs.el
  
  (autoload (quote mh-burst-digest) "mh-funcs" "\
--- 182,192 ----
  
  ;;;***
  
! ;;;### (autoloads (mh-prefix-help mh-help mh-ephem-message mh-store-buffer
! ;;;;;;  mh-store-msg mh-undo-folder mh-sort-folder mh-print-msg 
mh-page-digest-backwards
  ;;;;;;  mh-page-digest mh-pipe-msg mh-pack-folder mh-list-folders
  ;;;;;;  mh-kill-folder mh-copy-msg mh-burst-digest) "mh-funcs" "mh-funcs.el"
! ;;;;;;  (16040 52698))
  ;;; Generated autoloads from mh-funcs.el
  
  (autoload (quote mh-burst-digest) "mh-funcs" "\
***************
*** 200,207 ****
  
  (autoload (quote mh-copy-msg) "mh-funcs" "\
  Copy the specified MSG-OR-SEQ to another FOLDER without deleting them.
! Default is the displayed message. If optional prefix argument is provided,
! then prompt for the message sequence." t nil)
  
  (autoload (quote mh-kill-folder) "mh-funcs" "\
  Remove the current folder and all included messages.
--- 196,207 ----
  
  (autoload (quote mh-copy-msg) "mh-funcs" "\
  Copy the specified MSG-OR-SEQ to another FOLDER without deleting them.
! Default is the displayed message.
! If optional prefix argument is provided, then prompt for the message sequence.
! If variable `transient-mark-mode' is non-nil and the mark is active, then the
! 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)
  
  (autoload (quote mh-kill-folder) "mh-funcs" "\
  Remove the current folder and all included messages.
***************
*** 229,236 ****
  Back up displayed message to previous digested message." t nil)
  
  (autoload (quote mh-print-msg) "mh-funcs" "\
! Print MSG-OR-SEQ (default: displayed message) on printer.
! If optional prefix argument provided, then prompt for the message sequence.
  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)
  
--- 229,242 ----
  Back up displayed message to previous digested message." t nil)
  
  (autoload (quote mh-print-msg) "mh-funcs" "\
! Print MSG-OR-SEQ on printer.
! Default is the displayed message.
! If optional prefix argument is provided, then prompt for the message sequence.
! If variable `transient-mark-mode' is non-nil and the mark is active, then the
! 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.
! 
  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)
  
***************
*** 256,261 ****
--- 262,270 ----
  Default directory is the last directory used, or initially the value of
  `mh-store-default-directory' or the current directory." t nil)
  
+ (autoload (quote mh-ephem-message) "mh-funcs" "\
+ Display STRING in the minibuffer momentarily." nil nil)
+ 
  (autoload (quote mh-help) "mh-funcs" "\
  Display cheat sheet for the MH-Folder commands in minibuffer." t nil)
  
***************
*** 265,271 ****
  ;;;***
  
  ;;;### (autoloads (mh-insert-identity mh-identity-list-set 
mh-identity-make-menu)
! ;;;;;;  "mh-identity" "mh-identity.el" (15900 46388))
  ;;; Generated autoloads from mh-identity.el
  
  (autoload (quote mh-identity-make-menu) "mh-identity" "\
--- 274,280 ----
  ;;;***
  
  ;;;### (autoloads (mh-insert-identity mh-identity-list-set 
mh-identity-make-menu)
! ;;;;;;  "mh-identity" "mh-identity.el" (16040 52698))
  ;;; Generated autoloads from mh-identity.el
  
  (autoload (quote mh-identity-make-menu) "mh-identity" "\
***************
*** 283,294 ****
  
  ;;;***
  
! ;;;### (autoloads (mh-namazu-execute-search mh-swish++-execute-search
! ;;;;;;  mh-swish-execute-search mh-glimpse-execute-search 
mh-index-execute-commands
! ;;;;;;  mh-index-visit-folder mh-index-delete-folder-headers 
mh-index-insert-folder-headers
  ;;;;;;  mh-index-previous-folder mh-index-next-folder 
mh-index-parse-search-regexp
  ;;;;;;  mh-index-do-search mh-index-search mh-index-update-maps)
! ;;;;;;  "mh-index" "mh-index.el" (15924 45743))
  ;;; Generated autoloads from mh-index.el
  
  (autoload (quote mh-index-update-maps) "mh-index" "\
--- 292,315 ----
  
  ;;;***
  
! ;;;### (autoloads (mh-inc-spool-list-set) "mh-inc" "mh-inc.el" (16040
! ;;;;;;  52698))
! ;;; Generated autoloads from mh-inc.el
! 
! (autoload (quote mh-inc-spool-list-set) "mh-inc" "\
! Set-default SYMBOL to VALUE to update the `mh-inc-spool-list' variable.
! Also rebuilds the user commands.
! This is called after 'customize is used to alter `mh-inc-spool-list'." nil 
nil)
! 
! ;;;***
! 
! ;;;### (autoloads (mh-index-choose mh-namazu-execute-search 
mh-swish++-execute-search
! ;;;;;;  mh-swish-execute-search mh-index-new-messages 
mh-glimpse-execute-search
! ;;;;;;  mh-index-execute-commands mh-index-update-unseen mh-index-visit-folder
! ;;;;;;  mh-index-delete-folder-headers mh-index-group-by-folder 
mh-index-insert-folder-headers
  ;;;;;;  mh-index-previous-folder mh-index-next-folder 
mh-index-parse-search-regexp
  ;;;;;;  mh-index-do-search mh-index-search mh-index-update-maps)
! ;;;;;;  "mh-index" "mh-index.el" (16040 52698))
  ;;; Generated autoloads from mh-index.el
  
  (autoload (quote mh-index-update-maps) "mh-index" "\
***************
*** 300,312 ****
  
  (autoload (quote mh-index-search) "mh-index" "\
  Perform an indexed search in an MH mail folder.
  
  If REDO-SEARCH-FLAG is non-nil and the current folder buffer was generated by 
a
  index search, then the search is repeated. Otherwise, FOLDER is searched with
  SEARCH-REGEXP and the results are presented in an MH-E folder. If FOLDER is
  \"+\" then mail in all folders are searched. Optional argument WINDOW-CONFIG
  stores the window configuration that will be restored after the user quits the
! folder containing the index search results.
  
  Four indexing programs are supported; if none of these are present, then grep
  is used. This function picks the first program that is available on your
--- 321,335 ----
  
  (autoload (quote mh-index-search) "mh-index" "\
  Perform an indexed search in an MH mail folder.
+ Use a prefix argument to repeat the search, as in REDO-SEARCH-FLAG below.
  
  If REDO-SEARCH-FLAG is non-nil and the current folder buffer was generated by 
a
  index search, then the search is repeated. Otherwise, FOLDER is searched with
  SEARCH-REGEXP and the results are presented in an MH-E folder. If FOLDER is
  \"+\" then mail in all folders are searched. Optional argument WINDOW-CONFIG
  stores the window configuration that will be restored after the user quits the
! folder containing the index search results. If optional argument UNSEEN-FLAG
! is non-nil, then all the messages are marked as unseen.
  
  Four indexing programs are supported; if none of these are present, then grep
  is used. This function picks the first program that is available on your
***************
*** 358,369 ****
--- 381,401 ----
  (autoload (quote mh-index-insert-folder-headers) "mh-index" "\
  Annotate the search results with original folder names." nil nil)
  
+ (autoload (quote mh-index-group-by-folder) "mh-index" "\
+ Partition the messages based on source folder.
+ Returns an alist with the the folder names in the car and the cdr being the
+ list of messages originally from that folder." nil nil)
+ 
  (autoload (quote mh-index-delete-folder-headers) "mh-index" "\
  Delete the folder headers." nil nil)
  
  (autoload (quote mh-index-visit-folder) "mh-index" "\
  Visit original folder from where the message at point was found." t nil)
  
+ (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)
+ 
  (autoload (quote mh-index-execute-commands) "mh-index" "\
  Delete/refile the actual messages.
  The copies in the searched folder are then deleted/refiled to get the desired
***************
*** 403,408 ****
--- 435,447 ----
  
  FOLDER-PATH is the directory in which SEARCH-REGEXP is used to search." nil 
nil)
  
+ (autoload (quote mh-index-new-messages) "mh-index" "\
+ Display new messages.
+ All messages in the `mh-unseen-seq' sequence from FOLDERS are displayed.
+ By default the folders specified by `mh-index-new-messages-folders' are
+ searched. With a prefix argument, enter a space-separated list of folders, or
+ nothing to search all folders." t nil)
+ 
  (autoload (quote mh-swish-execute-search) "mh-index" "\
  Execute swish-e and read the results.
  
***************
*** 515,530 ****
  
  FOLDER-PATH is the directory in which SEARCH-REGEXP is used to search." nil 
nil)
  
  ;;;***
  
  ;;;### (autoloads (mh-mime-inline-part mh-mime-save-part mh-push-button
! ;;;;;;  mh-press-button mh-mime-display mh-mime-save-parts mh-display-emphasis
! ;;;;;;  mh-display-smileys mh-add-missing-mime-version-header 
mh-destroy-postponed-handles
! ;;;;;;  mh-mime-cleanup mh-mml-secure-message-encrypt-pgpmime 
mh-mml-secure-message-sign-pgpmime
! ;;;;;;  mh-mml-attach-file mh-mml-forward-message mh-mml-to-mime
! ;;;;;;  mh-revert-mhn-edit mh-edit-mhn mh-mhn-compose-forw 
mh-mhn-compose-external-compressed-tar
  ;;;;;;  mh-mhn-compose-anon-ftp mh-mhn-compose-insertion mh-compose-forward
! ;;;;;;  mh-compose-insertion) "mh-mime" "mh-mime.el" (15923 15465))
  ;;; Generated autoloads from mh-mime.el
  
  (autoload (quote mh-compose-insertion) "mh-mime" "\
--- 554,622 ----
  
  FOLDER-PATH is the directory in which SEARCH-REGEXP is used to search." nil 
nil)
  
+ (autoload (quote mh-index-choose) "mh-index" "\
+ Choose an indexing function.
+ The side-effects of this function are that the variables `mh-indexer',
+ `mh-index-execute-search-function', and `mh-index-next-result-function' are
+ set according to the first indexer in `mh-indexer-choices' present on the
+ system." nil nil)
+ 
+ ;;;***
+ 
+ ;;;### (autoloads (mh-junk-whitelist mh-junk-blacklist) "mh-junk"
+ ;;;;;;  "mh-junk.el" (16040 52698))
+ ;;; Generated autoloads from mh-junk.el
+ 
+ (autoload (quote mh-junk-blacklist) "mh-junk" "\
+ Blacklist MSG-OR-SEQ as spam.
+ Default is the displayed message.
+ If optional prefix argument is provided, then prompt for the message sequence.
+ If variable `transient-mark-mode' is non-nil and the mark is active, then the
+ 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.
+ 
+ First the appropriate function is called depending on the value of
+ `mh-junk-choice'. Then if `mh-junk-mail-folder' is a string then the message 
is
+ refiled to that folder. If nil, the message is deleted.
+ 
+ To change the spam program being used, customize `mh-junk-program'. Directly
+ setting `mh-junk-choice' is not recommended.
+ 
+ The documentation for the following functions describes what setup is needed
+ for the different spam fighting programs:
+ 
+   - `mh-bogofilter-blacklist'
+   - `mh-spamprobe-blacklist'
+   - `mh-spamassassin-blacklist'" t nil)
+ 
+ (autoload (quote mh-junk-whitelist) "mh-junk" "\
+ Whitelist MSG-OR-SEQ incorrectly classified as spam.
+ Default is the displayed message.
+ If optional prefix argument is provided, then prompt for the message sequence.
+ If variable `transient-mark-mode' is non-nil and the mark is active, then the
+ 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.
+ 
+ First the appropriate function is called depending on the value of
+ `mh-junk-choice'. Then the message is refiled to `mh-inbox'.
+ 
+ To change the spam program being used, customize `mh-junk-program'. Directly
+ setting `mh-junk-choice' is not recommended." t nil)
+ 
  ;;;***
  
  ;;;### (autoloads (mh-mime-inline-part mh-mime-save-part mh-push-button
! ;;;;;;  mh-press-button mh-mime-display mh-decode-message-header
! ;;;;;;  mh-mime-save-parts mh-display-emphasis mh-display-smileys
! ;;;;;;  mh-add-missing-mime-version-header mh-destroy-postponed-handles
! ;;;;;;  mh-mime-cleanup mh-mml-directive-present-p 
mh-mml-secure-message-encrypt-pgpmime
! ;;;;;;  mh-mml-secure-message-sign-pgpmime mh-mml-attach-file 
mh-mml-forward-message
! ;;;;;;  mh-mml-to-mime mh-mhn-directive-present-p mh-revert-mhn-edit
! ;;;;;;  mh-edit-mhn mh-mhn-compose-forw mh-mhn-compose-external-compressed-tar
  ;;;;;;  mh-mhn-compose-anon-ftp mh-mhn-compose-insertion mh-compose-forward
! ;;;;;;  mh-compose-insertion) "mh-mime" "mh-mime.el" (16040 52699))
  ;;; Generated autoloads from mh-mime.el
  
  (autoload (quote mh-compose-insertion) "mh-mime" "\
***************
*** 591,597 ****
  already inserted in the draft, fills in all the MIME components and header
  fields.
  
! This step should be done last just before sending the message.
  
  The `\\[mh-revert-mhn-edit]' command undoes this command. The arguments in the
  list `mh-mhn-args' are passed to mhn if this function is passed an optional
--- 683,690 ----
  already inserted in the draft, fills in all the MIME components and header
  fields.
  
! This step is performed automatically when sending the message, but this
! function may be called manually before sending the draft as well.
  
  The `\\[mh-revert-mhn-edit]' command undoes this command. The arguments in the
  list `mh-mhn-args' are passed to mhn if this function is passed an optional
***************
*** 602,609 ****
  from a file), \\[mh-mhn-compose-anon-ftp] (external reference to file via
  anonymous ftp), \\[mh-mhn-compose-external-compressed-tar] (reference to
  compressed tar file via anonymous ftp), and \\[mh-mhn-compose-forw] (forward
! message). If these helper functions are used, `mh-edit-mhn' is run
! automatically when the draft is sent.
  
  The value of `mh-edit-mhn-hook' is a list of functions to be called, with no
  arguments, after performing the conversion.
--- 695,701 ----
  from a file), \\[mh-mhn-compose-anon-ftp] (external reference to file via
  anonymous ftp), \\[mh-mhn-compose-external-compressed-tar] (reference to
  compressed tar file via anonymous ftp), and \\[mh-mhn-compose-forw] (forward
! message).
  
  The value of `mh-edit-mhn-hook' is a list of functions to be called, with no
  arguments, after performing the conversion.
***************
*** 614,621 ****
  Undo the effect of \\[mh-edit-mhn] by reverting to the backup file.
  Optional non-nil argument NOCONFIRM means don't ask for confirmation." t nil)
  
  (autoload (quote mh-mml-to-mime) "mh-mime" "\
! Compose MIME message from mml directives." t nil)
  
  (autoload (quote mh-mml-forward-message) "mh-mime" "\
  Forward a message as attachment.
--- 706,718 ----
  Undo the effect of \\[mh-edit-mhn] by reverting to the backup file.
  Optional non-nil argument NOCONFIRM means don't ask for confirmation." t nil)
  
+ (autoload (quote mh-mhn-directive-present-p) "mh-mime" "\
+ Check if the current buffer has text which might be a MHN directive." nil nil)
+ 
  (autoload (quote mh-mml-to-mime) "mh-mime" "\
! Compose MIME message from mml directives.
! This step is performed automatically when sending the message, but this
! function may be called manually before sending the draft as well." t nil)
  
  (autoload (quote mh-mml-forward-message) "mh-mime" "\
  Forward a message as attachment.
***************
*** 640,645 ****
--- 737,745 ----
  Add directive to encrypt and sign the entire message.
  If called with a prefix argument DONTSIGN, only encrypt (do NOT sign)." t nil)
  
+ (autoload (quote mh-mml-directive-present-p) "mh-mime" "\
+ Check if the current buffer has text which may be an MML directive." nil nil)
+ 
  (autoload (quote mh-mime-cleanup) "mh-mime" "\
  Free the decoded MIME parts." nil nil)
  
***************
*** 663,668 ****
--- 763,771 ----
  mh_profile directives, since this function calls on mhstore or mhn to do the
  actual storing." t nil)
  
+ (autoload (quote mh-decode-message-header) "mh-mime" "\
+ Decode RFC2047 encoded message header fields." nil nil)
+ 
  (autoload (quote mh-mime-display) "mh-mime" "\
  Display (and possibly decode) MIME handles.
  Optional argument, PRE-DISSECTED-HANDLES is a list of MIME handles. If
***************
*** 689,695 ****
  ;;;***
  
  ;;;### (autoloads (mh-do-search mh-pick-do-search mh-do-pick-search
! ;;;;;;  mh-search-folder) "mh-pick" "mh-pick.el" (15924 45743))
  ;;; Generated autoloads from mh-pick.el
  
  (autoload (quote mh-search-folder) "mh-pick" "\
--- 792,798 ----
  ;;;***
  
  ;;;### (autoloads (mh-do-search mh-pick-do-search mh-do-pick-search
! ;;;;;;  mh-search-folder) "mh-pick" "mh-pick.el" (16040 52699))
  ;;; Generated autoloads from mh-pick.el
  
  (autoload (quote mh-search-folder) "mh-pick" "\
***************
*** 719,732 ****
  
  ;;;***
  
! ;;;### (autoloads (mh-thread-refile mh-thread-delete mh-thread-ancestor
! ;;;;;;  mh-thread-previous-sibling mh-thread-next-sibling 
mh-thread-forget-message
! ;;;;;;  mh-toggle-threads mh-thread-add-spaces mh-thread-inc 
mh-delete-subject-or-thread
  ;;;;;;  mh-delete-subject mh-narrow-to-subject mh-region-to-msg-list
  ;;;;;;  mh-iterate-on-messages-in-region mh-add-to-sequence mh-notate-cur
  ;;;;;;  mh-notate-seq mh-map-to-seq-msgs mh-rename-seq mh-widen 
mh-put-msg-in-seq
  ;;;;;;  mh-narrow-to-seq mh-msg-is-in-seq mh-list-sequences mh-delete-seq)
! ;;;;;;  "mh-seq" "mh-seq.el" (15923 15465))
  ;;; Generated autoloads from mh-seq.el
  
  (autoload (quote mh-delete-seq) "mh-seq" "\
--- 822,837 ----
  
  ;;;***
  
! ;;;### (autoloads (mh-narrow-to-tick mh-toggle-tick mh-notate-tick
! ;;;;;;  mh-thread-refile mh-thread-delete mh-thread-ancestor 
mh-thread-previous-sibling
! ;;;;;;  mh-thread-next-sibling mh-thread-forget-message mh-toggle-threads
! ;;;;;;  mh-thread-add-spaces mh-thread-inc mh-delete-subject-or-thread
  ;;;;;;  mh-delete-subject mh-narrow-to-subject mh-region-to-msg-list
+ ;;;;;;  mh-interactive-msg-or-seq mh-msg-or-seq-to-msg-list 
mh-iterate-on-msg-or-seq
  ;;;;;;  mh-iterate-on-messages-in-region mh-add-to-sequence mh-notate-cur
  ;;;;;;  mh-notate-seq mh-map-to-seq-msgs mh-rename-seq mh-widen 
mh-put-msg-in-seq
  ;;;;;;  mh-narrow-to-seq mh-msg-is-in-seq mh-list-sequences mh-delete-seq)
! ;;;;;;  "mh-seq" "mh-seq.el" (16040 52700))
  ;;; Generated autoloads from mh-seq.el
  
  (autoload (quote mh-delete-seq) "mh-seq" "\
***************
*** 736,752 ****
  List the sequences defined in the folder being visited." t nil)
  
  (autoload (quote mh-msg-is-in-seq) "mh-seq" "\
! Display the sequences that contain MESSAGE (default: current message)." t nil)
  
  (autoload (quote mh-narrow-to-seq) "mh-seq" "\
  Restrict display of this folder to just messages in SEQUENCE.
  Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
  
  (autoload (quote mh-put-msg-in-seq) "mh-seq" "\
! Add MSG-OR-SEQ (default: displayed message) to SEQUENCE.
! If optional prefix argument provided, then prompt for the message sequence.
! If variable `transient-mark-mode' is non-nil and the mark is active, then
! the selected region is added to the sequence." t nil)
  
  (autoload (quote mh-widen) "mh-seq" "\
  Remove restrictions from current folder, thereby showing all messages." t nil)
--- 841,861 ----
  List the sequences defined in the folder being visited." t nil)
  
  (autoload (quote mh-msg-is-in-seq) "mh-seq" "\
! Display the sequences that contain MESSAGE.
! Default is the displayed message." t nil)
  
  (autoload (quote mh-narrow-to-seq) "mh-seq" "\
  Restrict display of this folder to just messages in SEQUENCE.
  Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
  
  (autoload (quote mh-put-msg-in-seq) "mh-seq" "\
! Add MSG-OR-SEQ to SEQUENCE.
! Default is the displayed message.
! If optional prefix argument is provided, then prompt for the message sequence.
! If variable `transient-mark-mode' is non-nil and the mark is active, then the
! 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)
  
  (autoload (quote mh-widen) "mh-seq" "\
  Remove restrictions from current folder, thereby showing all messages." t nil)
***************
*** 779,784 ****
--- 888,921 ----
  
  If VAR is nil then the loop is executed without any binding." nil (quote 
macro))
  
+ (autoload (quote mh-iterate-on-msg-or-seq) "mh-seq" "\
+ Iterate an operation over a region or sequence.
+ 
+ VAR is bound to each message in turn in a loop over MSG-OR-SEQ, which can be a
+ message number, a list of message numbers, a sequence, or a region in a cons
+ cell. In each iteration, BODY is executed.
+ 
+ The parameter MSG-OR-SEQ is usually created with `mh-interactive-msg-or-seq'
+ in order to provide a uniform interface to MH-E functions." nil (quote macro))
+ 
+ (autoload (quote mh-msg-or-seq-to-msg-list) "mh-seq" "\
+ Return a list of messages for MSG-OR-SEQ.
+ MSG-OR-SEQ can be a message number, a list of message numbers, a sequence, or
+ a region in a cons cell." nil nil)
+ 
+ (autoload (quote mh-interactive-msg-or-seq) "mh-seq" "\
+ Return interactive specification for message, sequence, or region.
+ By convention, the name of this argument is msg-or-seq.
+ 
+ If variable `transient-mark-mode' is non-nil and the mark is active, then this
+ function returns a cons-cell of the region.
+ If optional prefix argument provided, then prompt for message sequence with
+ SEQUENCE-PROMPT and return sequence.
+ Otherwise, the message number at point is returned.
+ 
+ This function is usually used with `mh-iterate-on-msg-or-seq' in order to
+ provide a uniform interface to MH-E functions." nil nil)
+ 
  (autoload (quote mh-region-to-msg-list) "mh-seq" "\
  Return a list of messages within the region between BEGIN and END." nil nil)
  
***************
*** 829,839 ****
  (autoload (quote mh-thread-refile) "mh-seq" "\
  Mark current message and all its children for refiling to FOLDER." t nil)
  
  ;;;***
  
  ;;;### (autoloads (mh-speed-add-folder mh-speed-invalidate-map mh-speed-flists
  ;;;;;;  mh-speed-view mh-speed-toggle mh-folder-speedbar-buttons)
! ;;;;;;  "mh-speed" "mh-speed.el" (15933 21584))
  ;;; Generated autoloads from mh-speed.el
  
  (autoload (quote mh-folder-speedbar-buttons) "mh-speed" "\
--- 966,988 ----
  (autoload (quote mh-thread-refile) "mh-seq" "\
  Mark current message and all its children for refiling to FOLDER." t nil)
  
+ (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)
+ 
+ (autoload (quote mh-toggle-tick) "mh-seq" "\
+ Toggle tick mark of all messages in region BEGIN to END." t nil)
+ 
+ (autoload (quote mh-narrow-to-tick) "mh-seq" "\
+ Restrict display of this folder to just messages in `mh-tick-seq'.
+ Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." t nil)
+ 
  ;;;***
  
  ;;;### (autoloads (mh-speed-add-folder mh-speed-invalidate-map mh-speed-flists
  ;;;;;;  mh-speed-view mh-speed-toggle mh-folder-speedbar-buttons)
! ;;;;;;  "mh-speed" "mh-speed.el" (16040 52700))
  ;;; Generated autoloads from mh-speed.el
  
  (autoload (quote mh-folder-speedbar-buttons) "mh-speed" "\
***************
*** 854,860 ****
  
  (autoload (quote mh-speed-flists) "mh-speed" "\
  Execute flists -recurse and update message counts.
! If FORCE is non-nil the timer is reset." t nil)
  
  (autoload (quote mh-speed-invalidate-map) "mh-speed" "\
  Remove FOLDER from various optimization caches." t nil)
--- 1003,1010 ----
  
  (autoload (quote mh-speed-flists) "mh-speed" "\
  Execute flists -recurse and update message counts.
! If FORCE is non-nil the timer is reset. If FOLDER is non-nil then flists is 
run
! only for that one folder." t nil)
  
  (autoload (quote mh-speed-invalidate-map) "mh-speed" "\
  Remove FOLDER from various optimization caches." t nil)
***************
*** 866,872 ****
  ;;;***
  
  ;;;### (autoloads (mh-get-msg-num mh-goto-address-find-address-at-point)
! ;;;;;;  "mh-utils" "mh-utils.el" (15924 47279))
  ;;; Generated autoloads from mh-utils.el
  
  (autoload (quote mh-goto-address-find-address-at-point) "mh-utils" "\
--- 1016,1022 ----
  ;;;***
  
  ;;;### (autoloads (mh-get-msg-num mh-goto-address-find-address-at-point)
! ;;;;;;  "mh-utils" "mh-utils.el" (16040 52700))
  ;;; Generated autoloads from mh-utils.el
  
  (autoload (quote mh-goto-address-find-address-at-point) "mh-utils" "\
***************
*** 885,891 ****
  ;;;;;;  mh-alias-add-alias mh-alias-from-has-no-alias-p 
mh-alias-address-to-alias
  ;;;;;;  mh-alias-letter-expand-alias mh-alias-minibuffer-confirm-address
  ;;;;;;  mh-read-address mh-alias-reload) "mh-alias" "mh-alias.el"
! ;;;;;;  (15924 45743))
  ;;; Generated autoloads from mh-alias.el
  
  (autoload (quote mh-alias-reload) "mh-alias" "\
--- 1035,1041 ----
  ;;;;;;  mh-alias-add-alias mh-alias-from-has-no-alias-p 
mh-alias-address-to-alias
  ;;;;;;  mh-alias-letter-expand-alias mh-alias-minibuffer-confirm-address
  ;;;;;;  mh-read-address mh-alias-reload) "mh-alias" "mh-alias.el"
! ;;;;;;  (16040 52696))
  ;;; Generated autoloads from mh-alias.el
  
  (autoload (quote mh-alias-reload) "mh-alias" "\
***************
*** 904,910 ****
  Return the ADDRESS alias if defined, or nil." nil nil)
  
  (autoload (quote mh-alias-from-has-no-alias-p) "mh-alias" "\
! Return t is From has no current alias set." nil nil)
  
  (autoload (quote mh-alias-add-alias) "mh-alias" "\
  *Add ALIAS for ADDRESS in personal alias file.
--- 1054,1062 ----
  Return the ADDRESS alias if defined, or nil." nil nil)
  
  (autoload (quote mh-alias-from-has-no-alias-p) "mh-alias" "\
! Return t is From has no current alias set.
! In the exceptional situation where there isn't a From header in the message 
the
! function returns nil." nil nil)
  
  (autoload (quote mh-alias-add-alias) "mh-alias" "\
  *Add ALIAS for ADDRESS in personal alias file.
***************
*** 927,930 ****
--- 1079,1084 ----
  ;;; no-byte-compile: t
  ;;; no-update-autoloads: t
  ;;; End:
+ 
+ ;;; arch-tag: bc36a104-1edb-45d5-8aad-a85b45648378
  ;;; mh-loaddefs.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]