• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/mh-e/

Lines Matching defs:message

98 a message. Only used if `(mh-variant-p 'nmh)' is non-nil.
105 '("Content-Type: message/rfc822" ;MIME MDN
106 "------ This is a copy of the message, including all the headers. ------";from exim
107 "--- Below this line is a copy of the message."; from qmail
108 " ----- Unsent message follows -----" ;from sendmail V5
110 " ----- Original message follows -----" ;from sendmail V8
113 " --- The unsent message follows ---" ;from AIX mail system
114 " Your message follows:" ;from MMDF-II
120 "Regexp of header lines to remove before offering a message as a new draft\\<mh-folder-mode-map>.
139 "Field name for message annotation.")
152 "Compose a message with the MH mail system.
160 "Compose a message with the MH mail system in other window.
167 "Compose a message in another window.
182 "Compose a message with the MH mail system.
234 "Save draft and send message.
236 When you are all through editing a message, you send it with this
243 your message before sending, add the function `ispell-message'.
249 message is actually sent. You can do away with this confirmation
266 (message "Sending...")
285 ;; message in your +outbox, and best of all doesn't break threading for
286 ;; the recipient if you reply to a message in your +outbox.
288 ;; The default BCC encapsulation will make a MIME message unreadable.
320 (message "Sending...done")
321 (message "Sending...backgrounded"))))
325 "Quit editing and delete draft message.
329 message. Use the command \\[kill-buffer] if you don't want to
330 delete the draft message."
332 (if (y-or-n-p "Kill draft message? ")
338 (message "")
351 (defun mh-edit-again (message)
360 appropriate message, and then use \\[mh-edit-again] to prepare
361 the message for editing.
366 Don't use this command to re-edit a message from a Mailer-Daemon
370 The default message is the current message.
378 (pop-to-buffer (find-file-noselect (mh-msg-filename message))
380 (rename-buffer (format "draft-%d" message))
383 ;; If buffer was being used to display the message reinsert
390 (mh-read-draft "clean-up" (mh-msg-filename message) nil)))))
397 (mh-letter-mode-message)
401 (defun mh-extract-rejected-mail (message)
404 This command prepares the message for editing by removing the
406 addressing problem you had, and send the message again with
409 The default message is the current message.
415 (draft (mh-read-draft "extraction" (mh-msg-filename message) nil)))
422 (message "Does not appear to be a rejected letter")))
426 (mh-compose-and-send-mail draft "" from-folder message
431 (mh-letter-mode-message)))
435 "Forward message.
495 "forwarded message %d"
503 (mh-mml-forward-message (format description i)
505 ;; Postition just before forwarded message
516 (mh-letter-mode-message)
521 "Return a Subject suitable for a forwarded message.
522 Original message has headers FROM and SUBJECT."
534 (defun mh-redistribute (to cc &optional message)
535 "Redistribute a message.
538 does not allow you to edit the message, nor does it add your name
540 the message had come from the original sender. When you run this
542 default MESSAGE is the current message.
551 (or message
552 (setq message (mh-get-msg-num t)))
557 (mh-msg-filename message)
568 (message "Redistributing...")
574 (mh-msg-filename message folder))))
582 (mh-annotate-msg message folder mh-note-dist
586 (message "Redistributing...done"))))
589 (defun mh-reply (message &optional reply-to includep)
592 When you reply to a message, you are first prompted with \"Reply
598 from The person who sent the message. This is the
615 Two windows are then created. One window contains the message to
623 If you supply a prefix argument INCLUDEP, the message you are
631 Another way to include the message automatically in your draft is
637 See also `mh-reply-show-message-flag',
658 (message "Composing a reply...")
662 mh-current-folder message
687 (not mh-reply-show-message-flag)
689 (mh-display-msg message folder)))
690 (mh-add-msgs-to-seq message 'answered t)
691 (message "Composing a reply...done")
692 (mh-compose-and-send-mail draft "" folder message to subject cc
696 (eq (mh-show-buffer-message-number) mh-sent-from-msg))
699 (mh-letter-mode-message))))
703 "Compose a message.
717 message."
746 (defun mh-show-buffer-message-number (&optional buffer)
747 "Message number of displayed message in corresponding show buffer.
750 If in `mh-letter-mode', don't display the message number being replied
751 to, but rather the message number of the show buffer associated with
764 (mh-show-buffer-message-number mh-show-buffer))
768 (mh-show-buffer-message-number mh-sent-from-folder))
778 (message "Composing a message...")
780 "message"
800 (mh-letter-mode-message)
806 USE is a message used for prompting about the intended use of the
807 message.
884 "Edit and compose a draft message in buffer DRAFT and send or save it.
888 SENT-FROM-MSG is the message number or sequence name or nil.
892 the message. In that case, the ANNOTATE-FIELD is used to build a
968 (defun mh-letter-mode-message ()
969 "Display a help message for users of `mh-letter-mode'.
971 (message "%s" (substitute-command-keys
972 (concat "Type \\[mh-send-letter] to send message, "
982 "Mark MSG in BUFFER with character NOTE and annotate message with ARGS.
983 MSG can be a message number, a list of message numbers, or a
1008 command, the automatic insertion when the message is sent is
1031 (message "Fields for %s added" regexp))