| 10 | | ;;;### (autoloads (mh-letter-previous-header-field mh-letter-next-header-field-or-indent |
|---|
| 11 | | ;;;;;; 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 |
|---|
| 13 | | ;;;;;; mh-check-whom mh-insert-signature mh-to-fcc mh-to-field mh-fill-paragraph-function |
|---|
| 14 | | ;;;;;; mh-get-header-field mh-send-other-window mh-send mh-reply |
|---|
| 15 | | ;;;;;; mh-redistribute mh-forward mh-extract-rejected-mail mh-edit-again) |
|---|
| 16 | | ;;;;;; "mh-comp" "mh-comp.el" (17048 51103)) |
|---|
| 17 | | ;;; Generated autoloads from mh-comp.el |
|---|
| 18 | | |
|---|
| 19 | | (autoload (quote mh-edit-again) "mh-comp" "\ |
|---|
| 20 | | Clean up a draft or a message MSG previously sent and make it resendable. |
|---|
| 21 | | Default is the current message. |
|---|
| 22 | | The variable `mh-new-draft-cleaned-headers' specifies the headers to remove. |
|---|
| 23 | | |
|---|
| 24 | | See also `mh-send'." t nil) |
|---|
| 25 | | |
|---|
| 26 | | (autoload (quote mh-extract-rejected-mail) "mh-comp" "\ |
|---|
| 27 | | 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' |
|---|
| 29 | | gives the headers to clean out of the original message. |
|---|
| 30 | | |
|---|
| 31 | | See also `mh-send'." t nil) |
|---|
| 32 | | |
|---|
| 33 | | (autoload (quote mh-forward) "mh-comp" "\ |
|---|
| 34 | | Forward messages to the recipients TO and CC. |
|---|
| 35 | | Use optional RANGE argument to specify a message or sequence to forward. |
|---|
| 36 | | Default is the displayed message. |
|---|
| 37 | | |
|---|
| 38 | | Check the documentation of `mh-interactive-range' to see how RANGE is read in |
|---|
| 39 | | interactive use. |
|---|
| 40 | | |
|---|
| 41 | | See also `mh-send'." t nil) |
|---|
| 42 | | |
|---|
| 43 | | (autoload (quote mh-redistribute) "mh-comp" "\ |
|---|
| 44 | | Redistribute displayed message to recipients TO and CC. |
|---|
| 45 | | Use optional argument MSG to redistribute another message. |
|---|
| 46 | | Depending on how your copy of MH was compiled, you may need to change the |
|---|
| 47 | | setting of the variable `mh-redist-full-contents'. See its documentation." t nil) |
|---|
| 48 | | |
|---|
| 49 | | (autoload (quote mh-reply) "mh-comp" "\ |
|---|
| 50 | | Reply to MESSAGE. |
|---|
| 51 | | Default is the displayed message. |
|---|
| 52 | | If the optional argument REPLY-TO is not given, prompts for type of addresses |
|---|
| 53 | | to reply to: |
|---|
| 54 | | from sender only, |
|---|
| 55 | | to sender and primary recipients, |
|---|
| 56 | | cc/all sender and all recipients. |
|---|
| 57 | | If optional prefix argument INCLUDEP provided, then include the message |
|---|
| 58 | | 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 for |
|---|
| 60 | | the reply. If REPLY-TO is cc or all and you're using either the nmh or GNU |
|---|
| 61 | | mailutils variants and the file names by `mh-repl-group-formfile' exists, it |
|---|
| 62 | | is used instead. |
|---|
| 63 | | |
|---|
| 64 | | See also `mh-send'." t nil) |
|---|
| 65 | | |
|---|
| 66 | | (autoload (quote mh-send) "mh-comp" "\ |
|---|
| 67 | | Compose and send a letter. |
|---|
| 68 | | Do not call this function from outside MH-E; use \\[mh-smail] instead. |
|---|
| 69 | | |
|---|
| 70 | | The file named by `mh-comp-formfile' will be used as the form. |
|---|
| 71 | | The letter is composed in `mh-letter-mode'; see its documentation for more |
|---|
| 72 | | details. |
|---|
| 73 | | If `mh-compose-letter-function' is defined, it is called on the draft and |
|---|
| 74 | | passed three arguments: TO, CC, and SUBJECT." t nil) |
|---|
| 75 | | |
|---|
| 76 | | (autoload (quote mh-send-other-window) "mh-comp" "\ |
|---|
| 77 | | Compose and send a letter in another window. |
|---|
| 78 | | Do not call this function from outside MH-E; use \\[mh-smail-other-window] |
|---|
| 79 | | instead. |
|---|
| 80 | | |
|---|
| 81 | | The file named by `mh-comp-formfile' will be used as the form. |
|---|
| 82 | | The letter is composed in `mh-letter-mode'; see its documentation for more |
|---|
| 83 | | details. |
|---|
| 84 | | If `mh-compose-letter-function' is defined, it is called on the draft and |
|---|
| 85 | | passed three arguments: TO, CC, and SUBJECT." t nil) |
|---|
| 86 | | |
|---|
| 87 | | (autoload (quote mh-get-header-field) "mh-comp" "\ |
|---|
| 88 | | Find and return the body of FIELD in the mail header. |
|---|
| 89 | | Returns the empty string if the field is not in the header of the |
|---|
| 90 | | current buffer." nil nil) |
|---|
| 91 | | |
|---|
| 92 | | (autoload (quote mh-fill-paragraph-function) "mh-comp" "\ |
|---|
| 93 | | Fill paragraph at or after point. |
|---|
| 94 | | Prefix ARG means justify as well. This function enables `fill-paragraph' to |
|---|
| 95 | | work better in MH-Letter mode." t nil) |
|---|
| 96 | | |
|---|
| 97 | | (autoload (quote mh-to-field) "mh-comp" "\ |
|---|
| 98 | | Move point to the end of a specified header field. |
|---|
| 99 | | The field is indicated by the previous keystroke (the last keystroke |
|---|
| 100 | | of the command) according to the list in the variable `mh-to-field-choices'. |
|---|
| 101 | | Create the field if it does not exist. Set the mark to point before moving." t nil) |
|---|
| 102 | | |
|---|
| 103 | | (autoload (quote mh-to-fcc) "mh-comp" "\ |
|---|
| 104 | | Insert an Fcc: FOLDER field in the current message. |
|---|
| 105 | | Prompt for the field name with a completion list of the current folders." t nil) |
|---|
| 106 | | |
|---|
| 107 | | (autoload (quote mh-insert-signature) "mh-comp" "\ |
|---|
| 108 | | Insert the signature specified by `mh-signature-file-name' or FILE at point. |
|---|
| 109 | | A signature separator (`-- ') will be added if the signature block does not |
|---|
| 110 | | contain one and `mh-signature-separator-flag' is on. |
|---|
| 111 | | The value of `mh-letter-insert-signature-hook' is a list of functions to be |
|---|
| 112 | | called, with no arguments, after the signature is inserted. |
|---|
| 113 | | The signature can also be inserted with `mh-identity-list'." t nil) |
|---|
| 114 | | |
|---|
| 115 | | (autoload (quote mh-check-whom) "mh-comp" "\ |
|---|
| 116 | | Verify recipients of the current letter, showing expansion of any aliases." t nil) |
|---|
| 117 | | |
|---|
| 118 | | (autoload (quote mh-insert-auto-fields) "mh-comp" "\ |
|---|
| 119 | | Insert custom fields if To or Cc match `mh-auto-fields-list'. |
|---|
| 120 | | Sets buffer-local `mh-insert-auto-fields-done-local' when done and inserted |
|---|
| 121 | | something. If NON-INTERACTIVE is non-nil, do not be verbose and only |
|---|
| 122 | | attempt matches if `mh-insert-auto-fields-done-local' is nil. |
|---|
| 123 | | |
|---|
| 124 | | An `identity' entry is skipped if one was already entered manually. |
|---|
| 125 | | |
|---|
| 126 | | Return t if fields added; otherwise return nil." t nil) |
|---|
| 127 | | |
|---|
| 128 | | (autoload (quote mh-send-letter) "mh-comp" "\ |
|---|
| 129 | | Send the draft letter in the current buffer. |
|---|
| 130 | | If optional prefix argument ARG is provided, monitor delivery. |
|---|
| 131 | | The value of `mh-before-send-letter-hook' is a list of functions to be called, |
|---|
| 132 | | with no arguments, before doing anything. |
|---|
| 133 | | Run `\\[mh-edit-mhn]' if mhn directives are present; otherwise |
|---|
| 134 | | run `\\[mh-mml-to-mime]' if mml directives are present." t nil) |
|---|
| 135 | | |
|---|
| 136 | | (autoload (quote mh-insert-letter) "mh-comp" "\ |
|---|
| 137 | | Insert a message into the current letter. |
|---|
| 138 | | Removes the header fields according to the variable |
|---|
| 139 | | `mh-invisible-header-fields-compiled'. |
|---|
| 140 | | Prefixes each non-blank line with `mh-ins-buf-prefix', unless |
|---|
| 141 | | `mh-yank-from-start-of-msg' is set for supercite in which case supercite is |
|---|
| 142 | | used to format the message. |
|---|
| 143 | | Prompts for FOLDER and MESSAGE. If prefix argument VERBATIM provided, do |
|---|
| 144 | | not indent and do not delete headers. Leaves the mark before the letter |
|---|
| 145 | | and point after it." t nil) |
|---|
| 146 | | |
|---|
| 147 | | (autoload (quote mh-yank-cur-msg) "mh-comp" "\ |
|---|
| 148 | | Insert the current message into the draft buffer. |
|---|
| 149 | | Prefix each non-blank line in the message with the string in |
|---|
| 150 | | `mh-ins-buf-prefix'. If a region is set in the message's buffer, then |
|---|
| 151 | | only the region will be inserted. Otherwise, the entire message will |
|---|
| 152 | | be inserted if `mh-yank-from-start-of-msg' is non-nil. If this variable |
|---|
| 153 | | is nil, the portion of the message following the point will be yanked. |
|---|
| 154 | | If `mh-delete-yanked-msg-window-flag' is non-nil, any window displaying the |
|---|
| 155 | | yanked message will be deleted." t nil) |
|---|
| 156 | | |
|---|
| 157 | | (autoload (quote mh-fully-kill-draft) "mh-comp" "\ |
|---|
| 158 | | Kill the draft message file and the draft message buffer. |
|---|
| 159 | | Use \\[kill-buffer] if you don't want to delete the draft message file." t nil) |
|---|
| 160 | | |
|---|
| 161 | | (autoload (quote mh-open-line) "mh-comp" "\ |
|---|
| 162 | | Insert a newline and leave point after it. |
|---|
| 163 | | In addition, insert newline and quoting characters before text after point. |
|---|
| 164 | | This is useful in breaking up paragraphs in replies." t nil) |
|---|
| 165 | | |
|---|
| 166 | | (autoload (quote mh-complete-word) "mh-comp" "\ |
|---|
| 167 | | Complete WORD at from CHOICES. |
|---|
| 168 | | Any match found replaces the text from BEGIN to END." nil nil) |
|---|
| 169 | | |
|---|
| 170 | | (autoload (quote mh-beginning-of-word) "mh-comp" "\ |
|---|
| 171 | | Return position of the N th word backwards." nil nil) |
|---|
| 172 | | |
|---|
| 173 | | (autoload (quote mh-letter-next-header-field-or-indent) "mh-comp" "\ |
|---|
| 174 | | Move to next field or indent depending on point. |
|---|
| 175 | | In the message header, go to the next field. Elsewhere call |
|---|
| 176 | | `indent-relative' as usual with optional prefix ARG." t nil) |
|---|
| 177 | | |
|---|
| 178 | | (autoload (quote mh-letter-previous-header-field) "mh-comp" "\ |
|---|
| 179 | | Cycle to the previous header field. |
|---|
| 180 | | If we are at the first header field go to the start of the message body." t nil) |
|---|
| | 10 | ;;;### (autoloads (mh-iterate-on-range mh-iterate-on-messages-in-region |
|---|
| | 11 | ;;;;;; mh-seq-msgs mh-do-at-event-location mh-in-show-buffer with-mh-folder-updating |
|---|
| | 12 | ;;;;;; mh-defstruct mh-mark-active-p mh-make-local-hook mh-defmacro-compat |
|---|
| | 13 | ;;;;;; mh-defun-compat mh-funcall-if-exists mh-do-in-xemacs mh-do-in-gnu-emacs |
|---|
| | 14 | ;;;;;; mh-require-cl) "mh-acros" "mh-acros.el" (17397 10234)) |
|---|
| | 15 | ;;; Generated autoloads from mh-acros.el |
|---|
| | 16 | |
|---|
| | 17 | (autoload (quote mh-require-cl) "mh-acros" "\ |
|---|
| | 18 | Macro to load \"cl\" if needed. |
|---|
| | 19 | |
|---|
| | 20 | Emacs coding conventions require that the \"cl\" package not be |
|---|
| | 21 | required at runtime. However, the \"cl\" package in Emacs 21.4 |
|---|
| | 22 | and earlier left \"cl\" routines in their macro expansions. In |
|---|
| | 23 | particular, the expansion of (setf (gethash ...) ...) used |
|---|
| | 24 | functions in \"cl\" at run time. This macro recognizes that and |
|---|
| | 25 | loads \"cl\" appropriately. |
|---|
| | 26 | |
|---|
| | 27 | \(fn)" nil (quote macro)) |
|---|
| | 28 | |
|---|
| | 29 | (autoload (quote mh-do-in-gnu-emacs) "mh-acros" "\ |
|---|
| | 30 | Execute BODY if in GNU Emacs. |
|---|
| | 31 | |
|---|
| | 32 | \(fn &rest BODY)" nil (quote macro)) |
|---|
| | 33 | |
|---|
| | 34 | (autoload (quote mh-do-in-xemacs) "mh-acros" "\ |
|---|
| | 35 | Execute BODY if in XEmacs. |
|---|
| | 36 | |
|---|
| | 37 | \(fn &rest BODY)" nil (quote macro)) |
|---|
| | 38 | |
|---|
| | 39 | (autoload (quote mh-funcall-if-exists) "mh-acros" "\ |
|---|
| | 40 | Call FUNCTION with ARGS as parameters if it exists. |
|---|
| | 41 | |
|---|
| | 42 | \(fn FUNCTION &rest ARGS)" nil (quote macro)) |
|---|
| | 43 | |
|---|
| | 44 | (autoload (quote mh-defun-compat) "mh-acros" "\ |
|---|
| | 45 | Create function NAME. |
|---|
| | 46 | If FUNCTION exists, then NAME becomes an alias for FUNCTION. |
|---|
| | 47 | Otherwise, create function NAME with ARG-LIST and BODY. |
|---|
| | 48 | |
|---|
| | 49 | \(fn NAME FUNCTION ARG-LIST &rest BODY)" nil (quote macro)) |
|---|
| | 50 | |
|---|
| | 51 | (autoload (quote mh-defmacro-compat) "mh-acros" "\ |
|---|
| | 52 | Create macro NAME. |
|---|
| | 53 | If MACRO exists, then NAME becomes an alias for MACRO. |
|---|
| | 54 | Otherwise, create macro NAME with ARG-LIST and BODY. |
|---|
| | 55 | |
|---|
| | 56 | \(fn NAME MACRO ARG-LIST &rest BODY)" nil (quote macro)) |
|---|
| | 57 | |
|---|
| | 58 | (autoload (quote mh-make-local-hook) "mh-acros" "\ |
|---|
| | 59 | Make HOOK local if needed. |
|---|
| | 60 | XEmacs and versions of GNU Emacs before 21.1 require |
|---|
| | 61 | `make-local-hook' to be called. |
|---|
| | 62 | |
|---|
| | 63 | \(fn HOOK)" nil (quote macro)) |
|---|
| | 64 | |
|---|
| | 65 | (autoload (quote mh-mark-active-p) "mh-acros" "\ |
|---|
| | 66 | A macro that expands into appropriate code in XEmacs and nil in GNU Emacs. |
|---|
| | 67 | In GNU Emacs if CHECK-TRANSIENT-MARK-MODE-FLAG is non-nil then |
|---|
| | 68 | check if variable `transient-mark-mode' is active. |
|---|
| | 69 | |
|---|
| | 70 | \(fn CHECK-TRANSIENT-MARK-MODE-FLAG)" nil (quote macro)) |
|---|
| | 71 | |
|---|
| | 72 | (autoload (quote mh-defstruct) "mh-acros" "\ |
|---|
| | 73 | Replacement for `defstruct' from the \"cl\" package. |
|---|
| | 74 | The `defstruct' in the \"cl\" library produces compiler warnings, |
|---|
| | 75 | and generates code that uses functions present in \"cl\" at |
|---|
| | 76 | run-time. This is a partial replacement, that avoids these |
|---|
| | 77 | issues. |
|---|
| | 78 | |
|---|
| | 79 | NAME-SPEC declares the name of the structure, while FIELDS |
|---|
| | 80 | describes the various structure fields. Lookup `defstruct' for |
|---|
| | 81 | more details. |
|---|
| | 82 | |
|---|
| | 83 | \(fn NAME-SPEC &rest FIELDS)" nil (quote macro)) |
|---|
| | 84 | |
|---|
| | 85 | (autoload (quote with-mh-folder-updating) "mh-acros" "\ |
|---|
| | 86 | Format is (with-mh-folder-updating (SAVE-MODIFICATION-FLAG) &body BODY). |
|---|
| | 87 | Execute BODY, which can modify the folder buffer without having to |
|---|
| | 88 | worry about file locking or the read-only flag, and return its result. |
|---|
| | 89 | If SAVE-MODIFICATION-FLAG is non-nil, the buffer's modification flag |
|---|
| | 90 | is unchanged, otherwise it is cleared. |
|---|
| | 91 | |
|---|
| | 92 | \(fn SAVE-MODIFICATION-FLAG &rest BODY)" nil (quote macro)) |
|---|
| | 93 | |
|---|
| | 94 | (autoload (quote mh-in-show-buffer) "mh-acros" "\ |
|---|
| | 95 | Format is (mh-in-show-buffer (SHOW-BUFFER) &body BODY). |
|---|
| | 96 | Display buffer SHOW-BUFFER in other window and execute BODY in it. |
|---|
| | 97 | Stronger than `save-excursion', weaker than `save-window-excursion'. |
|---|
| | 98 | |
|---|
| | 99 | \(fn SHOW-BUFFER &rest BODY)" nil (quote macro)) |
|---|
| | 100 | |
|---|
| | 101 | (autoload (quote mh-do-at-event-location) "mh-acros" "\ |
|---|
| | 102 | Switch to the location of EVENT and execute BODY. |
|---|
| | 103 | After BODY has been executed return to original window. The |
|---|
| | 104 | modification flag of the buffer in the event window is |
|---|
| | 105 | preserved. |
|---|
| | 106 | |
|---|
| | 107 | \(fn EVENT &rest BODY)" nil (quote macro)) |
|---|
| | 108 | |
|---|
| | 109 | (autoload (quote mh-seq-msgs) "mh-acros" "\ |
|---|
| | 110 | Extract messages from the given SEQUENCE. |
|---|
| | 111 | |
|---|
| | 112 | \(fn SEQUENCE)" nil (quote macro)) |
|---|
| | 113 | |
|---|
| | 114 | (autoload (quote mh-iterate-on-messages-in-region) "mh-acros" "\ |
|---|
| | 115 | Iterate over region. |
|---|
| | 116 | |
|---|
| | 117 | VAR is bound to the message on the current line as we loop |
|---|
| | 118 | starting from BEGIN till END. In each step BODY is executed. |
|---|
| | 119 | |
|---|
| | 120 | If VAR is nil then the loop is executed without any binding. |
|---|
| | 121 | |
|---|
| | 122 | \(fn VAR BEGIN END &rest BODY)" nil (quote macro)) |
|---|
| | 123 | |
|---|
| | 124 | (autoload (quote mh-iterate-on-range) "mh-acros" "\ |
|---|
| | 125 | Iterate an operation over a region or sequence. |
|---|
| | 126 | |
|---|
| | 127 | VAR is bound to each message in turn in a loop over RANGE, which |
|---|
| | 128 | can be a message number, a list of message numbers, a sequence, a |
|---|
| | 129 | region in a cons cell, or a MH range (something like last:20) in |
|---|
| | 130 | a string. In each iteration, BODY is executed. |
|---|
| | 131 | |
|---|
| | 132 | The parameter RANGE is usually created with |
|---|
| | 133 | `mh-interactive-range' in order to provide a uniform interface to |
|---|
| | 134 | MH-E functions. |
|---|
| | 135 | |
|---|
| | 136 | \(fn VAR RANGE &rest BODY)" nil (quote macro)) |
|---|
| 184 | | ;;;### (autoloads (mh-prefix-help mh-help mh-ephem-message mh-store-buffer |
|---|
| 185 | | ;;;;;; mh-store-msg mh-undo-folder mh-sort-folder mh-page-digest-backwards |
|---|
| 186 | | ;;;;;; mh-page-digest mh-pipe-msg mh-pack-folder mh-list-folders |
|---|
| | 140 | ;;;### (autoloads (mh-alias-grab-from-field mh-alias-for-from-p mh-alias-address-to-alias |
|---|
| | 141 | ;;;;;; mh-alias-letter-expand-alias mh-alias-minibuffer-confirm-address |
|---|
| | 142 | ;;;;;; mh-read-address mh-alias-reload-maybe) "mh-alias" "mh-alias.el" |
|---|
| | 143 | ;;;;;; (17397 10227)) |
|---|
| | 144 | ;;; Generated autoloads from mh-alias.el |
|---|
| | 145 | |
|---|
| | 146 | (autoload (quote mh-alias-reload-maybe) "mh-alias" "\ |
|---|
| | 147 | Load new MH aliases. |
|---|
| | 148 | |
|---|
| | 149 | \(fn)" nil nil) |
|---|
| | 150 | |
|---|
| | 151 | (autoload (quote mh-read-address) "mh-alias" "\ |
|---|
| | 152 | Read an address from the minibuffer with PROMPT. |
|---|
| | 153 | |
|---|
| | 154 | \(fn PROMPT)" nil nil) |
|---|
| | 155 | |
|---|
| | 156 | (autoload (quote mh-alias-minibuffer-confirm-address) "mh-alias" "\ |
|---|
| | 157 | Display the alias expansion if `mh-alias-flash-on-comma' is non-nil. |
|---|
| | 158 | |
|---|
| | 159 | \(fn)" t nil) |
|---|
| | 160 | |
|---|
| | 161 | (autoload (quote mh-alias-letter-expand-alias) "mh-alias" "\ |
|---|
| | 162 | Expand mail alias before point. |
|---|
| | 163 | |
|---|
| | 164 | \(fn)" nil nil) |
|---|
| | 165 | |
|---|
| | 166 | (autoload (quote mh-alias-address-to-alias) "mh-alias" "\ |
|---|
| | 167 | Return the ADDRESS alias if defined, or nil. |
|---|
| | 168 | |
|---|
| | 169 | \(fn ADDRESS)" nil nil) |
|---|
| | 170 | |
|---|
| | 171 | (autoload (quote mh-alias-for-from-p) "mh-alias" "\ |
|---|
| | 172 | Return t if sender's address has a corresponding alias. |
|---|
| | 173 | |
|---|
| | 174 | \(fn)" nil nil) |
|---|
| | 175 | |
|---|
| | 176 | (autoload (quote mh-alias-grab-from-field) "mh-alias" "\ |
|---|
| | 177 | Add alias for the sender of the current message. |
|---|
| | 178 | |
|---|
| | 179 | \(fn)" t nil) |
|---|
| | 180 | |
|---|
| | 181 | ;;;*** |
|---|
| | 182 | |
|---|
| | 183 | ;;;### (autoloads (mh-insert-auto-fields mh-show-buffer-message-number |
|---|
| | 184 | ;;;;;; mh-send mh-reply mh-redistribute mh-forward mh-extract-rejected-mail |
|---|
| | 185 | ;;;;;; mh-edit-again) "mh-comp" "mh-comp.el" (17397 10232)) |
|---|
| | 186 | ;;; Generated autoloads from mh-comp.el |
|---|
| | 187 | |
|---|
| | 188 | (autoload (quote mh-edit-again) "mh-comp" "\ |
|---|
| | 189 | Edit a MESSAGE to send it again. |
|---|
| | 190 | |
|---|
| | 191 | If you don't complete a draft for one reason or another, and if |
|---|
| | 192 | the draft buffer is no longer available, you can pick your draft |
|---|
| | 193 | up again with this command. If you don't use a draft folder, your |
|---|
| | 194 | last \"draft\" file will be used. If you use draft folders, |
|---|
| | 195 | you'll need to visit the draft folder with \"\\[mh-visit-folder] |
|---|
| | 196 | drafts <RET>\", use \\[mh-next-undeleted-msg] to move to the |
|---|
| | 197 | appropriate message, and then use \\[mh-edit-again] to prepare |
|---|
| | 198 | the message for editing. |
|---|
| | 199 | |
|---|
| | 200 | This command can also be used to take messages that were sent to |
|---|
| | 201 | you and to send them to more people. |
|---|
| | 202 | |
|---|
| | 203 | Don't use this command to re-edit a message from a Mailer-Daemon |
|---|
| | 204 | who complained that your mail wasn't posted for some reason or |
|---|
| | 205 | another (see `mh-extract-rejected-mail'). |
|---|
| | 206 | |
|---|
| | 207 | The default message is the current message. |
|---|
| | 208 | |
|---|
| | 209 | See also `mh-send'. |
|---|
| | 210 | |
|---|
| | 211 | \(fn MESSAGE)" t nil) |
|---|
| | 212 | |
|---|
| | 213 | (autoload (quote mh-extract-rejected-mail) "mh-comp" "\ |
|---|
| | 214 | Edit a MESSAGE that was returned by the mail system. |
|---|
| | 215 | |
|---|
| | 216 | This command prepares the message for editing by removing the |
|---|
| | 217 | Mailer-Daemon envelope and unneeded header fields. Fix whatever |
|---|
| | 218 | addressing problem you had, and send the message again with |
|---|
| | 219 | \\[mh-send-letter]. |
|---|
| | 220 | |
|---|
| | 221 | The default message is the current message. |
|---|
| | 222 | |
|---|
| | 223 | See also `mh-send'. |
|---|
| | 224 | |
|---|
| | 225 | \(fn MESSAGE)" t nil) |
|---|
| | 226 | |
|---|
| | 227 | (autoload (quote mh-forward) "mh-comp" "\ |
|---|
| | 228 | Forward message. |
|---|
| | 229 | |
|---|
| | 230 | You are prompted for the TO and CC recipients. You are given a |
|---|
| | 231 | draft to edit that looks like it would if you had run the MH |
|---|
| | 232 | command \"forw\". You can then add some text. |
|---|
| | 233 | |
|---|
| | 234 | You can forward several messages by using a RANGE. All of the |
|---|
| | 235 | messages in the range are inserted into your draft. Check the |
|---|
| | 236 | documentation of `mh-interactive-range' to see how RANGE is read |
|---|
| | 237 | in interactive use. |
|---|
| | 238 | |
|---|
| | 239 | The hook `mh-forward-hook' is called on the draft. |
|---|
| | 240 | |
|---|
| | 241 | See also `mh-compose-forward-as-mime-flag', |
|---|
| | 242 | `mh-forward-subject-format', and `mh-send'. |
|---|
| | 243 | |
|---|
| | 244 | \(fn TO CC &optional RANGE)" t nil) |
|---|
| | 245 | |
|---|
| | 246 | (autoload (quote mh-redistribute) "mh-comp" "\ |
|---|
| | 247 | Redistribute a message. |
|---|
| | 248 | |
|---|
| | 249 | This command is similar in function to forwarding mail, but it |
|---|
| | 250 | does not allow you to edit the message, nor does it add your name |
|---|
| | 251 | to the \"From\" header field. It appears to the recipient as if |
|---|
| | 252 | the message had come from the original sender. When you run this |
|---|
| | 253 | command, you are prompted for the TO and CC recipients. The |
|---|
| | 254 | default MESSAGE is the current message. |
|---|
| | 255 | |
|---|
| | 256 | Also investigate the command \\[mh-edit-again] for another way to |
|---|
| | 257 | redistribute messages. |
|---|
| | 258 | |
|---|
| | 259 | See also `mh-redist-full-contents-flag'. |
|---|
| | 260 | |
|---|
| | 261 | \(fn TO CC &optional MESSAGE)" t nil) |
|---|
| | 262 | |
|---|
| | 263 | (autoload (quote mh-reply) "mh-comp" "\ |
|---|
| | 264 | Reply to a MESSAGE. |
|---|
| | 265 | |
|---|
| | 266 | When you reply to a message, you are first prompted with \"Reply |
|---|
| | 267 | to whom?\" (unless the optional argument REPLY-TO is provided). |
|---|
| | 268 | You have several choices here. |
|---|
| | 269 | |
|---|
| | 270 | Response Reply Goes To |
|---|
| | 271 | |
|---|
| | 272 | from The person who sent the message. This is the |
|---|
| | 273 | default, so <RET> is sufficient. |
|---|
| | 274 | |
|---|
| | 275 | to Replies to the sender, plus all recipients in the |
|---|
| | 276 | \"To:\" header field. |
|---|
| | 277 | |
|---|
| | 278 | all |
|---|
| | 279 | cc Forms a reply to the sender, plus all recipients. |
|---|
| | 280 | |
|---|
| | 281 | Depending on your answer, \"repl\" is given a different argument |
|---|
| | 282 | to form your reply. Specifically, a choice of \"from\" or none at |
|---|
| | 283 | all runs \"repl -nocc all\", and a choice of \"to\" runs \"repl |
|---|
| | 284 | -cc to\". Finally, either \"cc\" or \"all\" runs \"repl -cc all |
|---|
| | 285 | -nocc me\". |
|---|
| | 286 | |
|---|
| | 287 | Two windows are then created. One window contains the message to |
|---|
| | 288 | which you are replying in an MH-Show buffer. Your draft, in |
|---|
| | 289 | MH-Letter mode (see `mh-letter-mode'), is in the other window. |
|---|
| | 290 | |
|---|
| | 291 | If you supply a prefix argument INCLUDEP, the message you are |
|---|
| | 292 | replying to is inserted in your reply after having first been run |
|---|
| | 293 | through \"mhl\" with the format file \"mhl.reply\". |
|---|
| | 294 | |
|---|
| | 295 | Alternatively, you can customize the option `mh-yank-behavior' |
|---|
| | 296 | and choose one of its \"Automatically\" variants to do the same |
|---|
| | 297 | thing. If you do so, the prefix argument has no effect. |
|---|
| | 298 | |
|---|
| | 299 | Another way to include the message automatically in your draft is |
|---|
| | 300 | to use \"repl: -filter repl.filter\" in your MH profile. |
|---|
| | 301 | |
|---|
| | 302 | If you wish to customize the header or other parts of the reply |
|---|
| | 303 | draft, please see \"repl\" and \"mh-format\". |
|---|
| | 304 | |
|---|
| | 305 | See also `mh-reply-show-message-flag', |
|---|
| | 306 | `mh-reply-default-reply-to', and `mh-send'. |
|---|
| | 307 | |
|---|
| | 308 | \(fn MESSAGE &optional REPLY-TO INCLUDEP)" t nil) |
|---|
| | 309 | |
|---|
| | 310 | (autoload (quote mh-send) "mh-comp" "\ |
|---|
| | 311 | Compose a message. |
|---|
| | 312 | |
|---|
| | 313 | Your letter appears in an Emacs buffer whose mode is |
|---|
| | 314 | MH-Letter (see `mh-letter-mode'). |
|---|
| | 315 | |
|---|
| | 316 | The arguments TO, CC, and SUBJECT can be used to prefill the |
|---|
| | 317 | draft fields or suppress the prompts if `mh-compose-prompt-flag' |
|---|
| | 318 | is on. They are also passed to the function set in the option |
|---|
| | 319 | `mh-compose-letter-function'. |
|---|
| | 320 | |
|---|
| | 321 | See also `mh-insert-x-mailer-flag' and `mh-letter-mode-hook'. |
|---|
| | 322 | |
|---|
| | 323 | Outside of an MH-Folder buffer (`mh-folder-mode'), you must call |
|---|
| | 324 | either \\[mh-smail] or \\[mh-smail-other-window] to compose a new |
|---|
| | 325 | message. |
|---|
| | 326 | |
|---|
| | 327 | \(fn TO CC SUBJECT)" t nil) |
|---|
| | 328 | |
|---|
| | 329 | (autoload (quote mh-show-buffer-message-number) "mh-comp" "\ |
|---|
| | 330 | Message number of displayed message in corresponding show buffer. |
|---|
| | 331 | |
|---|
| | 332 | Return nil if show buffer not displayed. |
|---|
| | 333 | If in `mh-letter-mode', don't display the message number being replied |
|---|
| | 334 | to, but rather the message number of the show buffer associated with |
|---|
| | 335 | our originating folder buffer. |
|---|
| | 336 | Optional argument BUFFER can be used to specify the buffer. |
|---|
| | 337 | |
|---|
| | 338 | \(fn &optional BUFFER)" nil nil) |
|---|
| | 339 | |
|---|
| | 340 | (autoload (quote mh-insert-auto-fields) "mh-comp" "\ |
|---|
| | 341 | Insert custom fields if recipient is found in `mh-auto-fields-list'. |
|---|
| | 342 | |
|---|
| | 343 | Sets buffer-local `mh-insert-auto-fields-done-local' if header |
|---|
| | 344 | fields were added. If NON-INTERACTIVE is non-nil, perform actions |
|---|
| | 345 | quietly and only if `mh-insert-auto-fields-done-local' is nil. |
|---|
| | 346 | |
|---|
| | 347 | An `identity' entry is skipped if one was already entered |
|---|
| | 348 | manually. |
|---|
| | 349 | |
|---|
| | 350 | Return t if fields added; otherwise return nil. |
|---|
| | 351 | |
|---|
| | 352 | \(fn &optional NON-INTERACTIVE)" t nil) |
|---|
| | 353 | |
|---|
| | 354 | ;;;*** |
|---|
| | 355 | |
|---|
| | 356 | ;;;### (autoloads (mh-msg-filename mh-refile-a-msg mh-delete-a-msg |
|---|
| | 357 | ;;;;;; mh-folder-from-address mh-prompt-for-refile-folder mh-next-msg |
|---|
| | 358 | ;;;;;; mh-reset-threads-and-narrowing mh-regenerate-headers mh-process-or-undo-commands |
|---|
| | 359 | ;;;;;; mh-scan-folder mh-make-folder-mode-line mh-set-folder-modified-p |
|---|
| | 360 | ;;;;;; mh-outstanding-commands-p mh-recenter mh-goto-cur-msg mh-update-sequences |
|---|
| | 361 | ;;;;;; mh-write-msg-to-file mh-visit-folder mh-undo mh-toggle-showing |
|---|
| | 362 | ;;;;;; mh-rescan-folder mh-refile-or-write-again mh-refile-msg mh-quit |
|---|
| | 363 | ;;;;;; mh-previous-unread-msg mh-previous-undeleted-msg mh-previous-page |
|---|
| | 364 | ;;;;;; mh-prev-button mh-page-msg mh-next-unread-msg mh-next-undeleted-msg |
|---|
| | 365 | ;;;;;; mh-next-button mh-modify mh-last-msg mh-inc-folder mh-goto-msg |
|---|
| | 366 | ;;;;;; mh-first-msg mh-execute-commands mh-delete-msg-no-motion |
|---|
| | 367 | ;;;;;; mh-delete-msg) "mh-folder" "mh-folder.el" (17397 10234)) |
|---|
| | 368 | ;;; Generated autoloads from mh-folder.el |
|---|
| | 369 | |
|---|
| | 370 | (autoload (quote mh-delete-msg) "mh-folder" "\ |
|---|
| | 371 | Delete RANGE\\<mh-folder-mode-map>. |
|---|
| | 372 | |
|---|
| | 373 | To mark a message for deletion, use this command. A \"D\" is |
|---|
| | 374 | placed by the message in the scan window, and the next undeleted |
|---|
| | 375 | message is displayed. If the previous command had been |
|---|
| | 376 | \\[mh-previous-undeleted-msg], then the next message displayed is |
|---|
| | 377 | the first undeleted message previous to the message just deleted. |
|---|
| | 378 | Use \\[mh-next-undeleted-msg] to force subsequent |
|---|
| | 379 | \\[mh-delete-msg] commands to move forward to the next undeleted |
|---|
| | 380 | message after deleting the message under the cursor. |
|---|
| | 381 | |
|---|
| | 382 | The hook `mh-delete-msg-hook' is called after you mark a message |
|---|
| | 383 | for deletion. For example, a past maintainer of MH-E used this |
|---|
| | 384 | once when he kept statistics on his mail usage. |
|---|
| | 385 | |
|---|
| | 386 | Check the documentation of `mh-interactive-range' to see how |
|---|
| | 387 | RANGE is read in interactive use. |
|---|
| | 388 | |
|---|
| | 389 | \(fn RANGE)" t nil) |
|---|
| | 390 | |
|---|
| | 391 | (autoload (quote mh-delete-msg-no-motion) "mh-folder" "\ |
|---|
| | 392 | Delete RANGE, don't move to next message. |
|---|
| | 393 | |
|---|
| | 394 | This command marks the RANGE for deletion but leaves the cursor |
|---|
| | 395 | at the current message in case you wish to perform other |
|---|
| | 396 | operations on the message. |
|---|
| | 397 | |
|---|
| | 398 | Check the documentation of `mh-interactive-range' to see how |
|---|
| | 399 | RANGE is read in interactive use. |
|---|
| | 400 | |
|---|
| | 401 | \(fn RANGE)" t nil) |
|---|
| | 402 | |
|---|
| | 403 | (autoload (quote mh-execute-commands) "mh-folder" "\ |
|---|
| | 404 | Process outstanding delete and refile requests\\<mh-folder-mode-map>. |
|---|
| | 405 | |
|---|
| | 406 | If you've marked messages to be deleted or refiled and you want |
|---|
| | 407 | to go ahead and delete or refile the messages, use this command. |
|---|
| | 408 | Many MH-E commands that may affect the numbering of the |
|---|
| | 409 | messages (such as \\[mh-rescan-folder] or \\[mh-pack-folder]) |
|---|
| | 410 | will ask if you want to process refiles or deletes first and then |
|---|
| | 411 | either run this command for you or undo the pending refiles and |
|---|
| | 412 | deletes, which are lost. |
|---|
| | 413 | |
|---|
| | 414 | This function runs `mh-before-commands-processed-hook' before the |
|---|
| | 415 | commands are processed and `mh-after-commands-processed-hook' |
|---|
| | 416 | after the commands are processed. |
|---|
| | 417 | |
|---|
| | 418 | \(fn)" t nil) |
|---|
| | 419 | |
|---|
| | 420 | (autoload (quote mh-first-msg) "mh-folder" "\ |
|---|
| | 421 | Display first message. |
|---|
| | 422 | |
|---|
| | 423 | \(fn)" t nil) |
|---|
| | 424 | |
|---|
| | 425 | (autoload (quote mh-goto-msg) "mh-folder" "\ |
|---|
| | 426 | Go to a message\\<mh-folder-mode-map>. |
|---|
| | 427 | |
|---|
| | 428 | You can enter the message NUMBER either before or after typing |
|---|
| | 429 | \\[mh-goto-msg]. In the latter case, Emacs prompts you. |
|---|
| | 430 | |
|---|
| | 431 | In a program, optional non-nil second argument NO-ERROR-IF-NO-MESSAGE |
|---|
| | 432 | means return nil instead of signaling an error if message does not |
|---|
| | 433 | exist; in this case, the cursor is positioned near where the message |
|---|
| | 434 | would have been. Non-nil third argument DONT-SHOW means not to show |
|---|
| | 435 | the message. |
|---|
| | 436 | |
|---|
| | 437 | \(fn NUMBER &optional NO-ERROR-IF-NO-MESSAGE DONT-SHOW)" t nil) |
|---|
| | 438 | |
|---|
| | 439 | (autoload (quote mh-inc-folder) "mh-folder" "\ |
|---|
| | 440 | Incorporate new mail into a folder. |
|---|
| | 441 | |
|---|
| | 442 | You can incorporate mail from any file into the current folder by |
|---|
| | 443 | specifying a prefix argument; you'll be prompted for the name of |
|---|
| | 444 | the FILE to use as well as the destination FOLDER |
|---|
| | 445 | |
|---|
| | 446 | The hook `mh-inc-folder-hook' is run after incorporating new |
|---|
| | 447 | mail. |
|---|
| | 448 | |
|---|
| | 449 | Do not call this function from outside MH-E; use \\[mh-rmail] |
|---|
| | 450 | instead. |
|---|
| | 451 | |
|---|
| | 452 | \(fn &optional FILE FOLDER)" t nil) |
|---|
| | 453 | |
|---|
| | 454 | (autoload (quote mh-last-msg) "mh-folder" "\ |
|---|
| | 455 | Display last message. |
|---|
| | 456 | |
|---|
| | 457 | \(fn)" t nil) |
|---|
| | 458 | |
|---|
| | 459 | (autoload (quote mh-modify) "mh-folder" "\ |
|---|
| | 460 | Edit message. |
|---|
| | 461 | |
|---|
| | 462 | There are times when you need to edit a message. For example, you |
|---|
| | 463 | may need to fix a broken Content-Type header field. You can do |
|---|
| | 464 | this with this command. It displays the raw message in an |
|---|
| | 465 | editable buffer. When you are done editing, save and kill the |
|---|
| | 466 | buffer as you would any other. |
|---|
| | 467 | |
|---|
| | 468 | From a program, edit MESSAGE; nil means edit current message. |
|---|
| | 469 | |
|---|
| | 470 | \(fn &optional MESSAGE)" t nil) |
|---|
| | 471 | |
|---|
| | 472 | (autoload (quote mh-next-button) "mh-folder" "\ |
|---|
| | 473 | Go to the next button. |
|---|
| | 474 | |
|---|
| | 475 | If the end of the buffer is reached then the search wraps over to |
|---|
| | 476 | the start of the buffer. |
|---|
| | 477 | |
|---|
| | 478 | If an optional prefix argument BACKWARD-FLAG is given, the cursor |
|---|
| | 479 | will move to the previous button. |
|---|
| | 480 | |
|---|
| | 481 | \(fn &optional BACKWARD-FLAG)" t nil) |
|---|
| | 482 | |
|---|
| | 483 | (autoload (quote mh-next-undeleted-msg) "mh-folder" "\ |
|---|
| | 484 | Display next message. |
|---|
| | 485 | |
|---|
| | 486 | This command can be given a prefix argument COUNT to specify how |
|---|
| | 487 | many unread messages to skip. |
|---|
| | 488 | |
|---|
| | 489 | In a program, pause for a second after printing message if we are |
|---|
| | 490 | at the last undeleted message and optional argument |
|---|
| | 491 | WAIT-AFTER-COMPLAINING-FLAG is non-nil. |
|---|
| | 492 | |
|---|
| | 493 | \(fn &optional COUNT WAIT-AFTER-COMPLAINING-FLAG)" t nil) |
|---|
| | 494 | |
|---|
| | 495 | (autoload (quote mh-next-unread-msg) "mh-folder" "\ |
|---|
| | 496 | Display next unread message. |
|---|
| | 497 | |
|---|
| | 498 | This command can be given a prefix argument COUNT to specify how |
|---|
| | 499 | many unread messages to skip. |
|---|
| | 500 | |
|---|
| | 501 | \(fn &optional COUNT)" t nil) |
|---|
| | 502 | |
|---|
| | 503 | (autoload (quote mh-page-msg) "mh-folder" "\ |
|---|
| | 504 | Display next page in message. |
|---|
| | 505 | |
|---|
| | 506 | You can give this command a prefix argument that specifies the |
|---|
| | 507 | number of LINES to scroll. This command will also show the next |
|---|
| | 508 | undeleted message if it is used at the bottom of a message. |
|---|
| | 509 | |
|---|
| | 510 | \(fn &optional LINES)" t nil) |
|---|
| | 511 | |
|---|
| | 512 | (autoload (quote mh-prev-button) "mh-folder" "\ |
|---|
| | 513 | Go to the previous button. |
|---|
| | 514 | |
|---|
| | 515 | If the beginning of the buffer is reached then the search wraps |
|---|
| | 516 | over to the end of the buffer. |
|---|
| | 517 | |
|---|
| | 518 | \(fn)" t nil) |
|---|
| | 519 | |
|---|
| | 520 | (autoload (quote mh-previous-page) "mh-folder" "\ |
|---|
| | 521 | Display next page in message. |
|---|
| | 522 | |
|---|
| | 523 | You can give this command a prefix argument that specifies the |
|---|
| | 524 | number of LINES to scroll. |
|---|
| | 525 | |
|---|
| | 526 | \(fn &optional LINES)" t nil) |
|---|
| | 527 | |
|---|
| | 528 | (autoload (quote mh-previous-undeleted-msg) "mh-folder" "\ |
|---|
| | 529 | Display previous message. |
|---|
| | 530 | |
|---|
| | 531 | This command can be given a prefix argument COUNT to specify how |
|---|
| | 532 | many unread messages to skip. |
|---|
| | 533 | |
|---|
| | 534 | In a program, pause for a second after printing message if we are |
|---|
| | 535 | at the last undeleted message and optional argument |
|---|
| | 536 | WAIT-AFTER-COMPLAINING-FLAG is non-nil. |
|---|
| | 537 | |
|---|
| | 538 | \(fn &optional COUNT WAIT-AFTER-COMPLAINING-FLAG)" t nil) |
|---|
| | 539 | |
|---|
| | 540 | (autoload (quote mh-previous-unread-msg) "mh-folder" "\ |
|---|
| | 541 | Display previous unread message. |
|---|
| | 542 | |
|---|
| | 543 | This command can be given a prefix argument COUNT to specify how |
|---|
| | 544 | many unread messages to skip. |
|---|
| | 545 | |
|---|
| | 546 | \(fn &optional COUNT)" t nil) |
|---|
| | 547 | |
|---|
| | 548 | (autoload (quote mh-quit) "mh-folder" "\ |
|---|
| | 549 | Quit the current MH-E folder. |
|---|
| | 550 | |
|---|
| | 551 | When you want to quit using MH-E and go back to editing, you can use |
|---|
| | 552 | this command. This buries the buffers of the current MH-E folder and |
|---|
| | 553 | restores the buffers that were present when you first ran |
|---|
| | 554 | \\[mh-rmail]. It also removes any MH-E working buffers whose name |
|---|
| | 555 | begins with \" *mh-\" or \"*MH-E \". You can later restore your MH-E |
|---|
| | 556 | session by selecting the \"+inbox\" buffer or by running \\[mh-rmail] |
|---|
| | 557 | again. |
|---|
| | 558 | |
|---|
| | 559 | The two hooks `mh-before-quit-hook' and `mh-quit-hook' are called by |
|---|
| | 560 | this function. The former one is called before the quit occurs, so you |
|---|
| | 561 | might use it to perform any MH-E operations; you could perform some |
|---|
| | 562 | query and abort the quit or call `mh-execute-commands', for example. |
|---|
| | 563 | The latter is not run in an MH-E context, so you might use it to |
|---|
| | 564 | modify the window setup. |
|---|
| | 565 | |
|---|
| | 566 | \(fn)" t nil) |
|---|
| | 567 | |
|---|
| | 568 | (autoload (quote mh-refile-msg) "mh-folder" "\ |
|---|
| | 569 | Refile (output) RANGE into FOLDER. |
|---|
| | 570 | |
|---|
| | 571 | You are prompted for the folder name. Note that this command can also |
|---|
| | 572 | be used to create folders. If you specify a folder that does not |
|---|
| | 573 | exist, you will be prompted to create it. |
|---|
| | 574 | |
|---|
| | 575 | The hook `mh-refile-msg-hook' is called after a message is marked to |
|---|
| | 576 | be refiled. |
|---|
| | 577 | |
|---|
| | 578 | Check the documentation of `mh-interactive-range' to see how RANGE is |
|---|
| | 579 | read in interactive use. |
|---|
| | 580 | |
|---|
| | 581 | In a program, the variables `mh-last-destination' and |
|---|
| | 582 | `mh-last-destination-folder' are not updated if |
|---|
| | 583 | DONT-UPDATE-LAST-DESTINATION-FLAG is non-nil. |
|---|
| | 584 | |
|---|
| | 585 | \(fn RANGE FOLDER &optional DONT-UPDATE-LAST-DESTINATION-FLAG)" t nil) |
|---|
| | 586 | |
|---|
| | 587 | (autoload (quote mh-refile-or-write-again) "mh-folder" "\ |
|---|
| | 588 | Repeat last output command. |
|---|
| | 589 | |
|---|
| | 590 | If you are refiling several messages into the same folder, you |
|---|
| | 591 | can use this command to repeat the last |
|---|
| | 592 | refile (\\[mh-refile-msg]) or write (\\[mh-write-msg-to-file]). |
|---|
| | 593 | You can use a range. |
|---|
| | 594 | |
|---|
| | 595 | Check the documentation of `mh-interactive-range' to see how RANGE is |
|---|
| | 596 | read in interactive use. |
|---|
| | 597 | |
|---|
| | 598 | In a program, a non-nil INTERACTIVE-FLAG means that the function was |
|---|
| | 599 | called interactively. |
|---|
| | 600 | |
|---|
| | 601 | \(fn RANGE &optional INTERACTIVE-FLAG)" t nil) |
|---|
| | 602 | |
|---|
| | 603 | (autoload (quote mh-rescan-folder) "mh-folder" "\ |
|---|
| | 604 | Rescan folder\\<mh-folder-mode-map>. |
|---|
| | 605 | |
|---|
| | 606 | This command is useful to grab all messages in your \"+inbox\" after |
|---|
| | 607 | processing your new mail for the first time. If you don't want to |
|---|
| | 608 | rescan the entire folder, this command will accept a RANGE. Check the |
|---|
| | 609 | documentation of `mh-interactive-range' to see how RANGE is read in |
|---|
| | 610 | interactive use. |
|---|
| | 611 | |
|---|
| | 612 | This command will ask if you want to process refiles or deletes first |
|---|
| | 613 | and then either run \\[mh-execute-commands] for you or undo the |
|---|
| | 614 | pending refiles and deletes, which are lost. |
|---|
| | 615 | |
|---|
| | 616 | In a program, the processing of outstanding commands is not performed |
|---|
| | 617 | if DONT-EXEC-PENDING is non-nil. |
|---|
| | 618 | |
|---|
| | 619 | \(fn &optional RANGE DONT-EXEC-PENDING)" t nil) |
|---|
| | 620 | |
|---|
| | 621 | (autoload (quote mh-toggle-showing) "mh-folder" "\ |
|---|
| | 622 | Toggle between MH-Folder and MH-Folder Show modes. |
|---|
| | 623 | |
|---|
| | 624 | This command switches between MH-Folder mode and MH-Folder Show |
|---|
| | 625 | mode. MH-Folder mode turns off the associated show buffer so that |
|---|
| | 626 | you can perform operations on the messages quickly without |
|---|
| | 627 | reading them. This is an excellent way to prune out your junk |
|---|
| | 628 | mail or to refile a group of messages to another folder for later |
|---|
| | 629 | examination. |
|---|
| | 630 | |
|---|
| | 631 | \(fn)" t nil) |
|---|
| | 632 | |
|---|
| | 633 | (autoload (quote mh-undo) "mh-folder" "\ |
|---|
| | 634 | Undo pending deletes or refiles in RANGE. |
|---|
| | 635 | |
|---|
| | 636 | If you've deleted a message or refiled it, but changed your mind, |
|---|
| | 637 | you can cancel the action before you've executed it. Use this |
|---|
| | 638 | command to undo a refile on or deletion of a single message. You |
|---|
| | 639 | can also undo refiles and deletes for messages that are found in |
|---|
| | 640 | a given RANGE. |
|---|
| | 641 | |
|---|
| | 642 | Check the documentation of `mh-interactive-range' to see how |
|---|
| | 643 | RANGE is read in interactive use. |
|---|
| | 644 | |
|---|
| | 645 | \(fn RANGE)" t nil) |
|---|
| | 646 | |
|---|
| | 647 | (autoload (quote mh-visit-folder) "mh-folder" "\ |
|---|
| | 648 | Visit FOLDER. |
|---|
| | 649 | |
|---|
| | 650 | When you want to read the messages that you have refiled into folders, |
|---|
| | 651 | use this command to visit the folder. You are prompted for the folder |
|---|
| | 652 | name. |
|---|
| | 653 | |
|---|
| | 654 | The folder buffer will show just unseen messages if there are any; |
|---|
| | 655 | otherwise, it will show all the messages in the buffer as long there |
|---|
| | 656 | are fewer than `mh-large-folder' messages. If there are more, then you |
|---|
| | 657 | are prompted for a range of messages to scan. |
|---|
| | 658 | |
|---|
| | 659 | You can provide a prefix argument in order to specify a RANGE of |
|---|
| | 660 | messages to show when you visit the folder. In this case, regions are |
|---|
| | 661 | not used to specify the range and `mh-large-folder' is ignored. Check |
|---|
| | 662 | the documentation of `mh-interactive-range' to see how RANGE is read |
|---|
| | 663 | in interactive use. |
|---|
| | 664 | |
|---|
| | 665 | Note that this command can also be used to create folders. If you |
|---|
| | 666 | specify a folder that does not exist, you will be prompted to create |
|---|
| | 667 | it. |
|---|
| | 668 | |
|---|
| | 669 | Do not call this function from outside MH-E; use \\[mh-rmail] instead. |
|---|
| | 670 | |
|---|
| | 671 | If, in a program, RANGE is nil (the default), then all messages in |
|---|
| | 672 | FOLDER are displayed. If an index buffer is being created then |
|---|
| | 673 | INDEX-DATA is used to initialize the index buffer specific data |
|---|
| | 674 | structures. |
|---|
| | 675 | |
|---|
| | 676 | \(fn FOLDER &optional RANGE INDEX-DATA)" t nil) |
|---|
| | 677 | |
|---|
| | 678 | (autoload (quote mh-write-msg-to-file) "mh-folder" "\ |
|---|
| | 679 | Append MESSAGE to end of FILE\\<mh-folder-mode-map>. |
|---|
| | 680 | |
|---|
| | 681 | You are prompted for the filename. If the file already exists, |
|---|
| | 682 | the message is appended to it. You can also write the message to |
|---|
| | 683 | the file without the header by specifying a prefix argument |
|---|
| | 684 | NO-HEADER. Subsequent writes to the same file can be made with |
|---|
| | 685 | the command \\[mh-refile-or-write-again]. |
|---|
| | 686 | |
|---|
| | 687 | \(fn MESSAGE FILE NO-HEADER)" t nil) |
|---|
| | 688 | |
|---|
| | 689 | (autoload (quote mh-update-sequences) "mh-folder" "\ |
|---|
| | 690 | Flush MH-E's state out to MH. |
|---|
| | 691 | |
|---|
| | 692 | This function updates the sequence specified by your |
|---|
| | 693 | \"Unseen-Sequence:\" profile component, \"cur\", and the sequence |
|---|
| | 694 | listed by the `mh-tick-seq' option which is \"tick\" by default. |
|---|
| | 695 | The message at the cursor is used for \"cur\". |
|---|
| | 696 | |
|---|
| | 697 | \(fn)" t nil) |
|---|
| | 698 | |
|---|
| | 699 | (autoload (quote mh-goto-cur-msg) "mh-folder" "\ |
|---|
| | 700 | Position the cursor at the current message. |
|---|
| | 701 | When optional argument MINIMAL-CHANGES-FLAG is non-nil, the |
|---|
| | 702 | function doesn't recenter the folder buffer. |
|---|
| | 703 | |
|---|
| | 704 | \(fn &optional MINIMAL-CHANGES-FLAG)" nil nil) |
|---|
| | 705 | |
|---|
| | 706 | (autoload (quote mh-recenter) "mh-folder" "\ |
|---|
| | 707 | Like recenter but with three improvements: |
|---|
| | 708 | |
|---|
| | 709 | - At the end of the buffer it tries to show fewer empty lines. |
|---|
| | 710 | |
|---|
| | 711 | - operates only if the current buffer is in the selected window. |
|---|
| | 712 | (Commands like `save-some-buffers' can make this false.) |
|---|
| | 713 | |
|---|
| | 714 | - nil ARG means recenter as if prefix argument had been given. |
|---|
| | 715 | |
|---|
| | 716 | \(fn ARG)" nil nil) |
|---|
| | 717 | |
|---|
| | 718 | (autoload (quote mh-outstanding-commands-p) "mh-folder" "\ |
|---|
| | 719 | Return non-nil if there are outstanding deletes or refiles. |
|---|
| | 720 | |
|---|
| | 721 | \(fn)" nil nil) |
|---|
| | 722 | |
|---|
| | 723 | (autoload (quote mh-set-folder-modified-p) "mh-folder" "\ |
|---|
| | 724 | Mark current folder as modified or unmodified according to FLAG. |
|---|
| | 725 | |
|---|
| | 726 | \(fn FLAG)" nil nil) |
|---|
| | 727 | |
|---|
| | 728 | (autoload (quote mh-make-folder-mode-line) "mh-folder" "\ |
|---|
| | 729 | Set the fields of the mode line for a folder buffer. |
|---|
| | 730 | The optional argument is now obsolete and IGNORED. It used to be |
|---|
| | 731 | used to pass in what is now stored in the buffer-local variable |
|---|
| | 732 | `mh-mode-line-annotation'. |
|---|
| | 733 | |
|---|
| | 734 | \(fn &optional IGNORED)" nil nil) |
|---|
| | 735 | |
|---|
| | 736 | (autoload (quote mh-scan-folder) "mh-folder" "\ |
|---|
| | 737 | Scan FOLDER over RANGE. |
|---|
| | 738 | |
|---|
| | 739 | After the scan is performed, switch to the buffer associated with |
|---|
| | 740 | FOLDER. |
|---|
| | 741 | |
|---|
| | 742 | Check the documentation of `mh-interactive-range' to see how RANGE is |
|---|
| | 743 | read in interactive use. |
|---|
| | 744 | |
|---|
| | 745 | The processing of outstanding commands is not performed if |
|---|
| | 746 | DONT-EXEC-PENDING is non-nil. |
|---|
| | 747 | |
|---|
| | 748 | \(fn FOLDER RANGE &optional DONT-EXEC-PENDING)" nil nil) |
|---|
| | 749 | |
|---|
| | 750 | (autoload (quote mh-process-or-undo-commands) "mh-folder" "\ |
|---|
| | 751 | If FOLDER has outstanding commands, then either process or discard them. |
|---|
| | 752 | Called by functions like `mh-sort-folder', so also invalidate |
|---|
| | 753 | show buffer. |
|---|
| | 754 | |
|---|
| | 755 | \(fn FOLDER)" nil nil) |
|---|
| | 756 | |
|---|
| | 757 | (autoload (quote mh-regenerate-headers) "mh-folder" "\ |
|---|
| | 758 | Scan folder over RANGE. |
|---|
| | 759 | If UPDATE, append the scan lines, otherwise replace. |
|---|
| | 760 | |
|---|
| | 761 | \(fn RANGE &optional UPDATE)" nil nil) |
|---|
| | 762 | |
|---|
| | 763 | (autoload (quote mh-reset-threads-and-narrowing) "mh-folder" "\ |
|---|
| | 764 | Reset all variables pertaining to threads and narrowing. |
|---|
| | 765 | Also removes all content from the folder buffer. |
|---|
| | 766 | |
|---|
| | 767 | \(fn)" nil nil) |
|---|
| | 768 | |
|---|
| | 769 | (autoload (quote mh-next-msg) "mh-folder" "\ |
|---|
| | 770 | Move backward or forward to the next undeleted message in the buffer. |
|---|
| | 771 | If optional argument WAIT-AFTER-COMPLAINING-FLAG is non-nil and |
|---|
| | 772 | we are at the last message, then wait for a second after telling |
|---|
| | 773 | the user that there aren't any more unread messages. |
|---|
| | 774 | |
|---|
| | 775 | \(fn &optional WAIT-AFTER-COMPLAINING-FLAG)" nil nil) |
|---|
| | 776 | |
|---|
| | 777 | (autoload (quote mh-prompt-for-refile-folder) "mh-folder" "\ |
|---|
| | 778 | Prompt the user for a folder in which the message should be filed. |
|---|
| | 779 | The folder is returned as a string. |
|---|
| | 780 | |
|---|
| | 781 | The default folder name is generated by the option |
|---|
| | 782 | `mh-default-folder-for-message-function' if it is non-nil or |
|---|
| | 783 | `mh-folder-from-address'. |
|---|
| | 784 | |
|---|
| | 785 | \(fn)" nil nil) |
|---|
| | 786 | |
|---|
| | 787 | (autoload (quote mh-folder-from-address) "mh-folder" "\ |
|---|
| | 788 | Derive folder name from sender. |
|---|
| | 789 | |
|---|
| | 790 | The name of the folder is derived as follows: |
|---|
| | 791 | |
|---|
| | 792 | a) The folder name associated with the first address found in |
|---|
| | 793 | the list `mh-default-folder-list' is used. Each element in |
|---|
| | 794 | this list contains a \"Check Recipient\" item. If this item is |
|---|
| | 795 | turned on, then the address is checked against the recipient |
|---|
| | 796 | instead of the sender. This is useful for mailing lists. |
|---|
| | 797 | |
|---|
| | 798 | b) An alias prefixed by `mh-default-folder-prefix' |
|---|
| | 799 | corresponding to the address is used. The prefix is used to |
|---|
| | 800 | prevent clutter in your mail directory. |
|---|
| | 801 | |
|---|
| | 802 | Return nil if a folder name was not derived, or if the variable |
|---|
| | 803 | `mh-default-folder-must-exist-flag' is t and the folder does not |
|---|
| | 804 | exist. |
|---|
| | 805 | |
|---|
| | 806 | \(fn)" nil nil) |
|---|
| | 807 | |
|---|
| | 808 | (autoload (quote mh-delete-a-msg) "mh-folder" "\ |
|---|
| | 809 | Delete MESSAGE. |
|---|
| | 810 | If MESSAGE is nil then the message at point is deleted. |
|---|
| | 811 | The hook `mh-delete-msg-hook' is called after you mark a message |
|---|
| | 812 | for deletion. For example, a past maintainer of MH-E used this |
|---|
| | 813 | once when he kept statistics on his mail usage. |
|---|
| | 814 | |
|---|
| | 815 | \(fn MESSAGE)" nil nil) |
|---|
| | 816 | |
|---|
| | 817 | (autoload (quote mh-refile-a-msg) "mh-folder" "\ |
|---|
| | 818 | Refile MESSAGE in FOLDER. |
|---|
| | 819 | If MESSAGE is nil then the message at point is refiled. |
|---|
| | 820 | Folder is a symbol, not a string. |
|---|
| | 821 | The hook `mh-refile-msg-hook' is called after a message is marked to |
|---|
| | 822 | be refiled. |
|---|
| | 823 | |
|---|
| | 824 | \(fn MESSAGE FOLDER)" nil nil) |
|---|
| | 825 | |
|---|
| | 826 | (autoload (quote mh-msg-filename) "mh-folder" "\ |
|---|
| | 827 | Return the file name of MSG in FOLDER (default current folder). |
|---|
| | 828 | |
|---|
| | 829 | \(fn MSG &optional FOLDER)" nil nil) |
|---|
| | 830 | |
|---|
| | 831 | ;;;*** |
|---|
| | 832 | |
|---|
| | 833 | ;;;### (autoloads (mh-undo-folder mh-store-msg mh-sort-folder mh-pipe-msg |
|---|
| | 834 | ;;;;;; mh-page-digest-backwards mh-page-digest mh-pack-folder mh-list-folders |
|---|