aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-27 00:34:05 +0000
committerRichard M. Stallman1996-09-27 00:34:05 +0000
commite1df51ae10c5c4a624aa699eab31606e469b2bc2 (patch)
tree2fc650437132d8dbe2759f6cbe212e3d777b1743
parent372a91d780f6a5cdc97d3245f9935024222fdf8a (diff)
downloademacs-e1df51ae10c5c4a624aa699eab31606e469b2bc2.tar.gz
emacs-e1df51ae10c5c4a624aa699eab31606e469b2bc2.zip
Delete all the autoload calls.
-rw-r--r--lisp/mail/rmail.el135
1 files changed, 0 insertions, 135 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 6791b3eab75..920eebfbc11 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -2664,141 +2664,6 @@ This has an effect only if a summary buffer exists.")
2664 (add-text-properties (point-min) (point-max) '(rmail-fontified t)) 2664 (add-text-properties (point-min) (point-max) '(rmail-fontified t))
2665 (font-lock-fontify-region (point-min) (point-max)) 2665 (font-lock-fontify-region (point-min) (point-max))
2666 (and (not modified) (buffer-modified-p) (set-buffer-modified-p nil))))))) 2666 (and (not modified) (buffer-modified-p) (set-buffer-modified-p nil)))))))
2667
2668;;;; *** Rmail Specify Inbox Files ***
2669
2670(autoload 'set-rmail-inbox-list "rmailmsc"
2671 "Set the inbox list of the current RMAIL file to FILE-NAME.
2672This may be a list of file names separated by commas.
2673If FILE-NAME is empty, remove any inbox list."
2674 t)
2675
2676;;;; *** Rmail Commands for Labels ***
2677
2678(autoload 'rmail-add-label "rmailkwd"
2679 "Add LABEL to labels associated with current RMAIL message.
2680Completion is performed over known labels when reading."
2681 t)
2682
2683(autoload 'rmail-kill-label "rmailkwd"
2684 "Remove LABEL from labels associated with current RMAIL message.
2685Completion is performed over known labels when reading."
2686 t)
2687
2688(autoload 'rmail-next-labeled-message "rmailkwd"
2689 "Show next message with LABEL. Defaults to last label used.
2690With prefix argument N moves forward N messages with this label."
2691 t)
2692
2693(autoload 'rmail-previous-labeled-message "rmailkwd"
2694 "Show previous message with LABEL. Defaults to last label used.
2695With prefix argument N moves backward N messages with this label."
2696 t)
2697
2698(autoload 'rmail-read-label "rmailkwd"
2699 "PROMPT and read with completion an Rmail message label."
2700 t)
2701
2702;;;; *** Rmail Edit Mode ***
2703
2704(autoload 'rmail-edit-current-message "rmailedit"
2705 "Edit the contents of the current message"
2706 t)
2707
2708;;;; *** Rmail Sorting ***
2709
2710(autoload 'rmail-sort-by-date "rmailsort"
2711 "Sort messages of current Rmail file by date.
2712If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2713
2714(autoload 'rmail-sort-by-subject "rmailsort"
2715 "Sort messages of current Rmail file by subject.
2716If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2717
2718(autoload 'rmail-sort-by-author "rmailsort"
2719 "Sort messages of current Rmail file by author.
2720If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2721
2722(autoload 'rmail-sort-by-recipient "rmailsort"
2723 "Sort messages of current Rmail file by recipient.
2724If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2725
2726(autoload 'rmail-sort-by-correspondent "rmailsort"
2727 "Sort messages of current Rmail file by other correspondent.
2728If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2729
2730(autoload 'rmail-sort-by-lines "rmailsort"
2731 "Sort messages of current Rmail file by number of lines.
2732If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2733
2734(autoload 'rmail-sort-by-keywords "rmailsort"
2735 "Sort messages of current Rmail file by labels.
2736If prefix argument REVERSE is non-nil, sort them in reverse order.
2737KEYWORDS is a comma-separated list of labels." t)
2738
2739;;;; *** Rmail Summary Mode ***
2740
2741(autoload 'rmail-summary "rmailsum"
2742 "Display a summary of all messages, one line per message."
2743 t)
2744
2745(autoload 'rmail-summary-by-labels "rmailsum"
2746 "Display a summary of all messages with one or more LABELS.
2747LABELS should be a string containing the desired labels, separated by commas."
2748 t)
2749
2750(autoload 'rmail-summary-by-recipients "rmailsum"
2751 "Display a summary of all messages with the given RECIPIENTS.
2752Normally checks the To, From and Cc fields of headers; but if PRIMARY-ONLY
2753is non-nil (prefix arg given), only look in the To and From fields.
2754RECIPIENTS is a string of regexps separated by commas."
2755 t)
2756
2757(autoload 'rmail-summary-by-regexp "rmailsum"
2758 "Display a summary of all messages according to regexp REGEXP.
2759If the regular expression is found in the header of the message
2760\(including in the date and other lines, as well as the subject line),
2761Emacs will list the header line in the RMAIL-summary."
2762 t)
2763
2764(autoload 'rmail-summary-by-topic "rmailsum"
2765 "Display a summary of all messages with the given SUBJECT.
2766Normally checks the Subject field of headers;
2767but if WHOLE-MESSAGE is non-nil (prefix arg given),
2768 look in the whole message.
2769SUBJECT is a string of regexps separated by commas."
2770 t)
2771
2772(autoload 'rmail-summary-by-senders "rmailsum"
2773 "Display a summary of all messages with the given SENDERS.
2774SENDERS is a string of names separated by commas."
2775 t)
2776
2777;;;; *** Rmail output messages to files ***
2778
2779(autoload 'rmail-output-to-rmail-file "rmailout"
2780 "Append the current message to an Rmail file named FILE-NAME.
2781If the file does not exist, ask if it should be created.
2782If file is being visited, the message is appended to the Emacs
2783buffer visiting that file."
2784 t)
2785
2786(autoload 'rmail-output "rmailout"
2787 "Append this message to Unix mail file named FILE-NAME."
2788 t)
2789
2790;;;; *** Rmail undigestification ***
2791
2792(autoload 'undigestify-rmail-message "undigest"
2793 "Break up a digest message into its constituent messages.
2794Leaves original message, deleted, before the undigestified messages."
2795 t)
2796
2797(autoload 'unforward-rmail-message "undigest"
2798 "Extract a forwarded message from the containing message.
2799This puts the forwarded message into a separate rmail message
2800following the containing message."
2801 t)
2802 2667
2803(provide 'rmail) 2668(provide 'rmail)
2804 2669