File: rmail.el.html

Defined variables (88)

mail-mime-unsent-headerA regexp that matches the header of a MIME body part with a failed message.
mail-unsent-separatorA regexp that matches the separator before the text of a failed message.
rmail--remote-password-hostLast recorded value of the HOST argument to ‘rmail-get-remote-password’.
rmail--remote-password-userLast recorded value of the USER argument to ‘rmail-get-remote-password’.
rmail-answered-attr-indexThe index for the ‘answered’ attribute.
rmail-attr-arrayAn array that provides a mapping between an attribute index,
rmail-attribute-headerThe header that stores the Rmail attribute data.
rmail-automatic-folder-directivesList of directives specifying how to automatically file messages.
rmail-bufferThe RMAIL buffer related to the current buffer.
rmail-buffer-swappedIf non-nil, ‘rmail-buffer’ is swapped with ‘rmail-view-buffer’.
rmail-confirm-expungeWhether and how to ask for confirmation before expunging deleted messages.
rmail-current-messageInteger specifying the message currently being displayed in this folder.
rmail-default-body-fileDefault file name for M-x rmail-output-body-to-file.
rmail-default-fileDefault file name for M-x rmail-output.
rmail-delete-after-outputNon-nil means automatically delete a message that is copied to a file.
rmail-delete-message-hookList of functions to call when Rmail deletes a message.
rmail-deleted-attr-indexThe index for the ‘deleted’ attribute.
rmail-deleted-vectorA string of length ‘rmail-total-messages’ plus one.
rmail-detect-suspicious-headersIf non-nil, detect and highlight suspicious email addresses in Rmail buffer.
rmail-display-summaryIf non-nil, Rmail always displays the summary buffer.
rmail-displayed-headersRegexp to match Header fields that Rmail should display.
rmail-edited-attr-indexThe index for the ‘edited’ attribute.
rmail-enable-mimeIf non-nil, RMAIL automatically displays decoded MIME messages.
rmail-enable-mime-composingIf non-nil, use ‘rmail-insert-mime-forwarded-message-function’ to forward.
rmail-file-coding-systemCoding system used in RMAIL file.
rmail-file-nameName of user’s primary mail file.
rmail-filed-attr-indexThe index for the ‘filed’ attribute.
rmail-font-lock-keywordsAdditional expressions to highlight in Rmail mode.
rmail-forwarded-attr-indexThe index for the ‘forwarded’ attribute.
rmail-get-coding-functionFunction of no args to try to determine coding system for a message.
rmail-get-new-mail-hookList of functions to call when Rmail has retrieved new mail.
rmail-header-styleThe current header display style choice, one of
rmail-highlighted-headersRegexp to match Header fields that Rmail should normally highlight.
rmail-ignored-headersRegexp to match header fields that Rmail should normally hide.
rmail-insert-mime-forwarded-message-functionFunction to insert a message in MIME format so it can be forwarded.
rmail-insert-mime-resent-message-functionFunction to insert a message in MIME format so it can be resent.
rmail-keyword-headerThe header that stores the Rmail keyword data.
rmail-mail-new-frameNon-nil means Rmail makes a new frame for composing outgoing mail.
rmail-mbox-formatThe mbox format that your system uses.
rmail-message-vectorVector of markers specifying the start and end of each message.
rmail-mime-charset-patternRegexp to match MIME-charset specification in a header of message.
rmail-mime-decodedNon-nil if message has been processed by ‘rmail-show-mime-function’.
rmail-mime-featureFeature to require for MIME support in Rmail.
rmail-mmdf-delim1Regexp marking the start of an mmdf message.
rmail-mmdf-delim2Regexp marking the end of an mmdf message.
rmail-mode-hookList of functions to call when Rmail is invoked.
rmail-mode-mapKeymap used in Rmail mode.
rmail-movemail-flagsList of flags to pass to movemail.
rmail-movemail-programIf non-nil, the file name of the ‘movemail’ program.
rmail-movemail-search-pathList of directories to search for movemail (in addition to ‘exec-path’).
rmail-movemail-variant-in-useThe movemail variant currently in use. Known variants are:
rmail-msgref-vectorIn an Rmail buffer, a vector whose Nth element is a list (N).
rmail-nonignored-headersRegexp to match X header fields that Rmail should show.
rmail-preserve-inboxNon-nil means leave incoming mail in the user’s inbox--don’t delete it.
rmail-primary-inbox-listList of files that are inboxes for your primary mail file ‘rmail-file-name’.
rmail-quit-hookList of functions to call when quitting out of Rmail.
rmail-re-abbrevsRegexp with localized "Re" abbreviations in various languages.
rmail-redisplay-summaryNon-nil means Rmail should show the summary when it changes.
rmail-remote-passwordPassword to use when reading mail from a remote server.
rmail-remote-password-errorRegexp matching incorrect-password POP or IMAP server error messages.
rmail-remote-password-requiredNon-nil if a password is required when reading mail from a remote server.
rmail-reply-prefixString to prepend to Subject line when replying to a message.
rmail-reply-regexpRegexp to delete from Subject line before inserting ‘rmail-reply-prefix’.
rmail-resent-attr-indexThe index for the ‘resent’ attribute.
rmail-retried-attr-indexThe index for the ‘retried’ attribute.
rmail-retry-ignored-headersHeaders that should be stripped when retrying a failed message.
rmail-search-mime-header-functionFunction to check if a regexp matches a header of MIME message.
rmail-search-mime-message-functionFunction to check if a regexp matches a MIME message.
rmail-secondary-file-directoryDirectory for additional secondary Rmail files.
rmail-secondary-file-regexpRegexp for which files are secondary Rmail files.
rmail-seriously-modifiedNon-nil in an Rmail buffer that has been modified in a major way.
rmail-show-message-hookList of functions to call when Rmail displays a message.
rmail-show-message-set-modifiedIf non-nil, displaying an unseen message marks the Rmail buffer as modified.
rmail-show-message-verbose-minMessage size at which to show progress messages for displaying it.
rmail-show-mime-functionFunction of no argument called to show a decoded MIME message.
rmail-speedbar-key-mapKeymap used when in rmail display mode.
rmail-speedbar-last-userThe last user to be displayed in the speedbar.
rmail-speedbar-match-folder-regexpRegexp matching Rmail folder names to be displayed in Speedbar.
rmail-speedbar-menu-itemsAdditional menu-items to add to speedbar frame.
rmail-spool-directoryName of directory used by system mailer for delivering new mail.
rmail-summary-vectorIn an Rmail buffer, vector of (newline-terminated) strings.
rmail-summary-window-sizeNon-nil means specify the height for an Rmail summary window.
rmail-total-messagesInteger specifying the total number of messages in this folder.
rmail-unix-mail-delimiterRegexp matching the delimiter of messages in UNIX mail format
rmail-unseen-attr-indexThe index for the ‘unseen’ attribute.
rmail-user-mail-address-regexpRegexp matching user mail addresses.
rmail-view-bufferBuffer which holds RMAIL message for MIME displaying.
rmail-was-convertedNon-nil in an Rmail buffer that was just converted from Babyl format.

Defined functions (131)

rmail(&optional FILE-NAME-ARG)
rmail--mailing-list-message(WHICH)
rmail-add-mbox-headers()
rmail-apply-in-message(MSGNUM FUNCTION &rest ARGS)
rmail-auto-file()
rmail-autodetect()
rmail-beginning-of-message()
rmail-buffers-swapped-p()
rmail-bury()
rmail-check-suspicious-from()
rmail-collect-deleted(MESSAGE-END)
rmail-continue()
rmail-convert-babyl-to-mbox()
rmail-convert-file-maybe()
rmail-copy-headers(BEG END &optional IGNORED-HEADERS)
rmail-count-new-messages(&optional NOMSG)
rmail-decode-region(FROM TO CODING &optional DESTINATION)
rmail-delete-backward(&optional COUNT)
rmail-delete-forward(&optional COUNT)
rmail-delete-headers(REGEXP)
rmail-delete-message()
rmail-display-labels()
rmail-duplicate-message()
rmail-encode-string(STRING MASK)
rmail-end-of-message()
rmail-ensure-blank-line()
rmail-epa-decode(BEG BACK-FROM-END)
rmail-epa-decrypt()
rmail-epa-decrypt-1(MIME)
rmail-error-bad-format(&optional MSGNUM)
rmail-expunge(&optional DONT-SHOW)
rmail-expunge-and-save()
rmail-expunge-confirmed()
rmail-find-all-files(START)
rmail-first-message()
rmail-first-unseen-message()
rmail-forward(RESEND)
rmail-generate-viewer-buffer()
rmail-get-attr-names(&optional MSG)
rmail-get-attr-value(ATTR STATE)
rmail-get-coding-system()
rmail-get-header(NAME &optional MSGNUM)
rmail-get-header-1(NAME)
rmail-get-keywords(&optional MSG)
rmail-get-labels(&optional MSG)
rmail-get-new-mail(&optional FILE-NAME)
rmail-get-new-mail-1(FILE-NAME FILES DELETE-FILES)
rmail-get-remote-password(IMAP USER HOST)
rmail-highlight-headers()
rmail-input(FILENAME)
rmail-insert-inbox-text(FILES RENAMEP)
rmail-install-speedbar-variables()
rmail-is-text-p()
rmail-last-message()
rmail-list-to-menu(MENU-NAME L ACTION &optional FULL-NAME)
rmail-mail()
rmail-mail-return(&optional NEWBUF)
rmail-mailing-list-archive()
rmail-mailing-list-help()
rmail-mailing-list-post()
rmail-mailing-list-unsubscribe()
rmail-make-in-reply-to-field(FROM DATE MESSAGE-ID)
rmail-mark-message(BUFFER MSGNUM-LIST ATTRIBUTE)
rmail-message-attr-p(MSG ATTRS)
rmail-message-deleted-p(N)
rmail-message-labels-p(MSG LABELS)
rmail-message-unseen-p(MSGNUM)
rmail-mime-message-p()
rmail-mode()
rmail-modify-format()
rmail-movemail-variant-p(&rest VARIANTS)
rmail-msg-is-pruned()
rmail-msg-number-after-expunge(DELETEDVEC OLDNUM)
rmail-msgbeg(N)
rmail-msgend(N)
rmail-next-error-move(MSG-POS BAD-MARKER)
rmail-next-message(N)
rmail-next-same-subject(N)
rmail-next-undeleted-message(N)
rmail-no-mail-p()
rmail-only-expunge(&optional DONT-SHOW)
rmail-parse-url(FILE)
rmail-pop-to-buffer(&rest ARGS)
rmail-previous-message(N)
rmail-previous-same-subject(N)
rmail-previous-undeleted-message(N)
rmail-probe(PROG)
rmail-quit()
rmail-redecode-body(CODING)
rmail-remote-proto-p(PROTO)
rmail-reply(JUST-SENDER)
rmail-require-mime-maybe()
rmail-resend(ADDRESS &optional FROM COMMENT MAIL-ALIAS-FILE)
rmail-restore-desktop-buffer(FILE-NAME BUFFER-NAME BUFFER-MISC)
rmail-retry-failure()
rmail-revert(ARG NOCONFIRM)
rmail-search(REGEXP &optional N)
rmail-search-backwards(REGEXP &optional N)
rmail-search-message(MSG REGEXP)
rmail-select-summary(&rest BODY)
rmail-set-attribute(ATTR STATE &optional MSGNUM)
rmail-set-attribute-1(ATTR STATE)
rmail-set-header(NAME &optional MSGNUM VALUE)
rmail-set-header-1(NAME VALUE)
rmail-set-message-counters-counter(&optional SPOT-TO-FIND)
rmail-set-message-deleted-p(N STATE)
rmail-set-remote-password(PASSWORD)
rmail-show-message(&optional N NO-SUMMARY)
rmail-show-message-1(&optional MSG)
rmail-simplified-subject(&optional MSGNUM)
rmail-simplified-subject-regexp()
rmail-speedbar-button(TEXT TOKEN INDENT)
rmail-speedbar-buttons(BUFFER)
rmail-speedbar-find-file(TEXT TOKEN INDENT)
rmail-speedbar-move-message(TEXT TOKEN INDENT)
rmail-speedbar-move-message-to-folder-on-line()
rmail-start-mail(&optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS SAME-WINDOW OTHER-HEADERS)
rmail-summary-displayed()
rmail-summary-exists()
rmail-swap-buffers()
rmail-swap-buffers-maybe()
rmail-toggle-header(&optional ARG)
rmail-undelete-previous-message(COUNT)
rmail-unknown-mail-followup-to()
rmail-unrmail-new-mail(FROM-FILE)
rmail-unrmail-new-mail-maybe(FILE SIZE)
rmail-what-message(&optional POS)
rmail-widen()
rmail-widen-to-current-msgbeg(FUNCTION)
rmail-write-region-annotate(START END)
rmail-yank-current-message(BUFFER)

Defined faces (2)

rmail-header-nameFace to use for highlighting the header names. The variable ‘rmail-font-lock-keywords’ specifies which headers get highlighted.
rmail-highlightFace to use for highlighting the most important header fields. The variable ‘rmail-highlighted-headers’ specifies which headers.