(add-text-properties (point-min) (point-max) '(rmail-fontified t))
(font-lock-fontify-region (point-min) (point-max))
(and (not modified) (buffer-modified-p) (set-buffer-modified-p nil)))))))
-\f
-;;;; *** Rmail Specify Inbox Files ***
-
-(autoload 'set-rmail-inbox-list "rmailmsc"
- "Set the inbox list of the current RMAIL file to FILE-NAME.
-This may be a list of file names separated by commas.
-If FILE-NAME is empty, remove any inbox list."
- t)
-
-;;;; *** Rmail Commands for Labels ***
-
-(autoload 'rmail-add-label "rmailkwd"
- "Add LABEL to labels associated with current RMAIL message.
-Completion is performed over known labels when reading."
- t)
-
-(autoload 'rmail-kill-label "rmailkwd"
- "Remove LABEL from labels associated with current RMAIL message.
-Completion is performed over known labels when reading."
- t)
-
-(autoload 'rmail-next-labeled-message "rmailkwd"
- "Show next message with LABEL. Defaults to last label used.
-With prefix argument N moves forward N messages with this label."
- t)
-
-(autoload 'rmail-previous-labeled-message "rmailkwd"
- "Show previous message with LABEL. Defaults to last label used.
-With prefix argument N moves backward N messages with this label."
- t)
-
-(autoload 'rmail-read-label "rmailkwd"
- "PROMPT and read with completion an Rmail message label."
- t)
-
-;;;; *** Rmail Edit Mode ***
-
-(autoload 'rmail-edit-current-message "rmailedit"
- "Edit the contents of the current message"
- t)
-
-;;;; *** Rmail Sorting ***
-
-(autoload 'rmail-sort-by-date "rmailsort"
- "Sort messages of current Rmail file by date.
-If prefix argument REVERSE is non-nil, sort them in reverse order." t)
-
-(autoload 'rmail-sort-by-subject "rmailsort"
- "Sort messages of current Rmail file by subject.
-If prefix argument REVERSE is non-nil, sort them in reverse order." t)
-
-(autoload 'rmail-sort-by-author "rmailsort"
- "Sort messages of current Rmail file by author.
-If prefix argument REVERSE is non-nil, sort them in reverse order." t)
-
-(autoload 'rmail-sort-by-recipient "rmailsort"
- "Sort messages of current Rmail file by recipient.
-If prefix argument REVERSE is non-nil, sort them in reverse order." t)
-
-(autoload 'rmail-sort-by-correspondent "rmailsort"
- "Sort messages of current Rmail file by other correspondent.
-If prefix argument REVERSE is non-nil, sort them in reverse order." t)
-
-(autoload 'rmail-sort-by-lines "rmailsort"
- "Sort messages of current Rmail file by number of lines.
-If prefix argument REVERSE is non-nil, sort them in reverse order." t)
-
-(autoload 'rmail-sort-by-keywords "rmailsort"
- "Sort messages of current Rmail file by labels.
-If prefix argument REVERSE is non-nil, sort them in reverse order.
-KEYWORDS is a comma-separated list of labels." t)
-\f
-;;;; *** Rmail Summary Mode ***
-
-(autoload 'rmail-summary "rmailsum"
- "Display a summary of all messages, one line per message."
- t)
-
-(autoload 'rmail-summary-by-labels "rmailsum"
- "Display a summary of all messages with one or more LABELS.
-LABELS should be a string containing the desired labels, separated by commas."
- t)
-
-(autoload 'rmail-summary-by-recipients "rmailsum"
- "Display a summary of all messages with the given RECIPIENTS.
-Normally checks the To, From and Cc fields of headers; but if PRIMARY-ONLY
-is non-nil (prefix arg given), only look in the To and From fields.
-RECIPIENTS is a string of regexps separated by commas."
- t)
-
-(autoload 'rmail-summary-by-regexp "rmailsum"
- "Display a summary of all messages according to regexp REGEXP.
-If the regular expression is found in the header of the message
-\(including in the date and other lines, as well as the subject line),
-Emacs will list the header line in the RMAIL-summary."
- t)
-
-(autoload 'rmail-summary-by-topic "rmailsum"
- "Display a summary of all messages with the given SUBJECT.
-Normally checks the Subject field of headers;
-but if WHOLE-MESSAGE is non-nil (prefix arg given),
- look in the whole message.
-SUBJECT is a string of regexps separated by commas."
- t)
-
-(autoload 'rmail-summary-by-senders "rmailsum"
- "Display a summary of all messages with the given SENDERS.
-SENDERS is a string of names separated by commas."
- t)
-\f
-;;;; *** Rmail output messages to files ***
-
-(autoload 'rmail-output-to-rmail-file "rmailout"
- "Append the current message to an Rmail file named FILE-NAME.
-If the file does not exist, ask if it should be created.
-If file is being visited, the message is appended to the Emacs
-buffer visiting that file."
- t)
-
-(autoload 'rmail-output "rmailout"
- "Append this message to Unix mail file named FILE-NAME."
- t)
-
-;;;; *** Rmail undigestification ***
-
-(autoload 'undigestify-rmail-message "undigest"
- "Break up a digest message into its constituent messages.
-Leaves original message, deleted, before the undigestified messages."
- t)
-
-(autoload 'unforward-rmail-message "undigest"
- "Extract a forwarded message from the containing message.
-This puts the forwarded message into a separate rmail message
-following the containing message."
- t)
(provide 'rmail)