diff options
| author | Glenn Morris | 2013-10-30 09:29:36 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-10-30 09:29:36 -0700 |
| commit | 6c3d1c01b4e4d464fa9b369e904c900cd4290cbf (patch) | |
| tree | fb4a0e304af4d467db0e8313c5420c83f6d82859 /lisp/mail | |
| parent | 13e9d2a7eaaea52aa1e87518221ad60493ba2c6a (diff) | |
| download | emacs-6c3d1c01b4e4d464fa9b369e904c900cd4290cbf.tar.gz emacs-6c3d1c01b4e4d464fa9b369e904c900cd4290cbf.zip | |
Revert auto-commit loaddefs weirdness
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmail.el | 223 |
1 files changed, 0 insertions, 223 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index db515ca65c7..246ee5f566a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -4612,229 +4612,6 @@ encoded string (and the same mask) will decode the string." | |||
| 4612 | 4612 | ||
| 4613 | ;;; Start of automatically extracted autoloads. | 4613 | ;;; Start of automatically extracted autoloads. |
| 4614 | 4614 | ||
| 4615 | ;;;### (autoloads nil "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailedit" | ||
| 4616 | ;;;;;; "rmailedit.el" "0b056146d4775080a1847b8ce7527bc5") | ||
| 4617 | ;;; Generated autoloads from rmailedit.el | ||
| 4618 | |||
| 4619 | (autoload 'rmail-edit-current-message "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailedit" "\ | ||
| 4620 | Edit the contents of this message. | ||
| 4621 | |||
| 4622 | \(fn)" t nil) | ||
| 4623 | |||
| 4624 | ;;;*** | ||
| 4625 | |||
| 4626 | ;;;### (autoloads nil "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailkwd" | ||
| 4627 | ;;;;;; "rmailkwd.el" "b5337290fd35bbc11888afb25d767195") | ||
| 4628 | ;;; Generated autoloads from rmailkwd.el | ||
| 4629 | |||
| 4630 | (autoload 'rmail-add-label "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailkwd" "\ | ||
| 4631 | Add LABEL to labels associated with current RMAIL message. | ||
| 4632 | Completes (see `rmail-read-label') over known labels when reading. | ||
| 4633 | LABEL may be a symbol or string. Only one label is allowed. | ||
| 4634 | |||
| 4635 | \(fn LABEL)" t nil) | ||
| 4636 | |||
| 4637 | (autoload 'rmail-kill-label "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailkwd" "\ | ||
| 4638 | Remove LABEL from labels associated with current RMAIL message. | ||
| 4639 | Completes (see `rmail-read-label') over known labels when reading. | ||
| 4640 | LABEL may be a symbol or string. Only one label is allowed. | ||
| 4641 | |||
| 4642 | \(fn LABEL)" t nil) | ||
| 4643 | |||
| 4644 | (autoload 'rmail-read-label "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailkwd" "\ | ||
| 4645 | Read a label with completion, prompting with PROMPT. | ||
| 4646 | Completions are chosen from `rmail-label-obarray'. The default | ||
| 4647 | is `rmail-last-label', if that is non-nil. Updates `rmail-last-label' | ||
| 4648 | according to the choice made, and returns a symbol. | ||
| 4649 | |||
| 4650 | \(fn PROMPT)" nil nil) | ||
| 4651 | |||
| 4652 | (autoload 'rmail-previous-labeled-message "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailkwd" "\ | ||
| 4653 | Show previous message with one of the labels LABELS. | ||
| 4654 | LABELS should be a comma-separated list of label names. | ||
| 4655 | If LABELS is empty, the last set of labels specified is used. | ||
| 4656 | With prefix argument N moves backward N messages with these labels. | ||
| 4657 | |||
| 4658 | \(fn N LABELS)" t nil) | ||
| 4659 | |||
| 4660 | (autoload 'rmail-next-labeled-message "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailkwd" "\ | ||
| 4661 | Show next message with one of the labels LABELS. | ||
| 4662 | LABELS should be a comma-separated list of label names. | ||
| 4663 | If LABELS is empty, the last set of labels specified is used. | ||
| 4664 | With prefix argument N moves forward N messages with these labels. | ||
| 4665 | |||
| 4666 | \(fn N LABELS)" t nil) | ||
| 4667 | |||
| 4668 | ;;;*** | ||
| 4669 | |||
| 4670 | ;;;### (autoloads nil "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailmm" | ||
| 4671 | ;;;;;; "rmailmm.el" "8c14f4cf6e7dacb0c94fd300d814caf7") | ||
| 4672 | ;;; Generated autoloads from rmailmm.el | ||
| 4673 | |||
| 4674 | (autoload 'rmail-mime "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailmm" "\ | ||
| 4675 | Toggle the display of a MIME message. | ||
| 4676 | |||
| 4677 | The actual behavior depends on the value of `rmail-enable-mime'. | ||
| 4678 | |||
| 4679 | If `rmail-enable-mime' is non-nil (the default), this command toggles | ||
| 4680 | the display of a MIME message between decoded presentation form and | ||
| 4681 | raw data. With optional prefix argument ARG, it toggles the display only | ||
| 4682 | of the MIME entity at point, if there is one. The optional argument | ||
| 4683 | STATE forces a particular display state, rather than toggling. | ||
| 4684 | `raw' forces raw mode, any other non-nil value forces decoded mode. | ||
| 4685 | |||
| 4686 | If `rmail-enable-mime' is nil, this creates a temporary \"*RMAIL*\" | ||
| 4687 | buffer holding a decoded copy of the message. Inline content-types are | ||
| 4688 | handled according to `rmail-mime-media-type-handlers-alist'. | ||
| 4689 | By default, this displays text and multipart messages, and offers to | ||
| 4690 | download attachments as specified by `rmail-mime-attachment-dirs-alist'. | ||
| 4691 | The arguments ARG and STATE have no effect in this case. | ||
| 4692 | |||
| 4693 | \(fn &optional ARG STATE)" t nil) | ||
| 4694 | |||
| 4695 | ;;;*** | ||
| 4696 | |||
| 4697 | ;;;### (autoloads nil "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailmsc" | ||
| 4698 | ;;;;;; "rmailmsc.el" "8a2466563b4a463710531d01766c07a3") | ||
| 4699 | ;;; Generated autoloads from rmailmsc.el | ||
| 4700 | |||
| 4701 | (autoload 'set-rmail-inbox-list "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailmsc" "\ | ||
| 4702 | Set the inbox list of the current RMAIL file to FILE-NAME. | ||
| 4703 | You can specify one file name, or several names separated by commas. | ||
| 4704 | If FILE-NAME is empty, remove any existing inbox list. | ||
| 4705 | |||
| 4706 | This applies only to the current session. | ||
| 4707 | |||
| 4708 | \(fn FILE-NAME)" t nil) | ||
| 4709 | |||
| 4710 | ;;;*** | ||
| 4711 | |||
| 4712 | ;;;### (autoloads nil "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsort" | ||
| 4713 | ;;;;;; "rmailsort.el" "3e3a30326fc95d7f17835906c2ccb19f") | ||
| 4714 | ;;; Generated autoloads from rmailsort.el | ||
| 4715 | |||
| 4716 | (autoload 'rmail-sort-by-date "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsort" "\ | ||
| 4717 | Sort messages of current Rmail buffer by \"Date\" header. | ||
| 4718 | If prefix argument REVERSE is non-nil, sorts in reverse order. | ||
| 4719 | |||
| 4720 | \(fn REVERSE)" t nil) | ||
| 4721 | |||
| 4722 | (autoload 'rmail-sort-by-subject "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsort" "\ | ||
| 4723 | Sort messages of current Rmail buffer by \"Subject\" header. | ||
| 4724 | Ignores any \"Re: \" prefix. If prefix argument REVERSE is | ||
| 4725 | non-nil, sorts in reverse order. | ||
| 4726 | |||
| 4727 | \(fn REVERSE)" t nil) | ||
| 4728 | |||
| 4729 | (autoload 'rmail-sort-by-author "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsort" "\ | ||
| 4730 | Sort messages of current Rmail buffer by author. | ||
| 4731 | This uses either the \"From\" or \"Sender\" header, downcased. | ||
| 4732 | If prefix argument REVERSE is non-nil, sorts in reverse order. | ||
| 4733 | |||
| 4734 | \(fn REVERSE)" t nil) | ||
| 4735 | |||
| 4736 | (autoload 'rmail-sort-by-recipient "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsort" "\ | ||
| 4737 | Sort messages of current Rmail buffer by recipient. | ||
| 4738 | This uses either the \"To\" or \"Apparently-To\" header, downcased. | ||
| 4739 | If prefix argument REVERSE is non-nil, sorts in reverse order. | ||
| 4740 | |||
| 4741 | \(fn REVERSE)" t nil) | ||
| 4742 | |||
| 4743 | (autoload 'rmail-sort-by-correspondent "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsort" "\ | ||
| 4744 | Sort messages of current Rmail buffer by other correspondent. | ||
| 4745 | This uses either the \"From\", \"Sender\", \"To\", or | ||
| 4746 | \"Apparently-To\" header, downcased. Uses the first header not | ||
| 4747 | excluded by `mail-dont-reply-to-names'. If prefix argument | ||
| 4748 | REVERSE is non-nil, sorts in reverse order. | ||
| 4749 | |||
| 4750 | \(fn REVERSE)" t nil) | ||
| 4751 | |||
| 4752 | (autoload 'rmail-sort-by-lines "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsort" "\ | ||
| 4753 | Sort messages of current Rmail buffer by the number of lines. | ||
| 4754 | If prefix argument REVERSE is non-nil, sorts in reverse order. | ||
| 4755 | |||
| 4756 | \(fn REVERSE)" t nil) | ||
| 4757 | |||
| 4758 | (autoload 'rmail-sort-by-labels "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsort" "\ | ||
| 4759 | Sort messages of current Rmail buffer by labels. | ||
| 4760 | LABELS is a comma-separated list of labels. The order of these | ||
| 4761 | labels specifies the order of messages: messages with the first | ||
| 4762 | label come first, messages with the second label come second, and | ||
| 4763 | so on. Messages that have none of these labels come last. | ||
| 4764 | If prefix argument REVERSE is non-nil, sorts in reverse order. | ||
| 4765 | |||
| 4766 | \(fn REVERSE LABELS)" t nil) | ||
| 4767 | |||
| 4768 | ;;;*** | ||
| 4769 | |||
| 4770 | ;;;### (autoloads nil "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsum" | ||
| 4771 | ;;;;;; "rmailsum.el" "9005bd5da3e21d1cc173e86fd9fec3c9") | ||
| 4772 | ;;; Generated autoloads from rmailsum.el | ||
| 4773 | |||
| 4774 | (autoload 'rmail-summary "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsum" "\ | ||
| 4775 | Display a summary of all messages, one line per message. | ||
| 4776 | |||
| 4777 | \(fn)" t nil) | ||
| 4778 | |||
| 4779 | (autoload 'rmail-summary-by-labels "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsum" "\ | ||
| 4780 | Display a summary of all messages with one or more LABELS. | ||
| 4781 | LABELS should be a string containing the desired labels, separated by commas. | ||
| 4782 | |||
| 4783 | \(fn LABELS)" t nil) | ||
| 4784 | |||
| 4785 | (autoload 'rmail-summary-by-recipients "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsum" "\ | ||
| 4786 | Display a summary of all messages with the given RECIPIENTS. | ||
| 4787 | Normally checks the To, From and Cc fields of headers; | ||
| 4788 | but if PRIMARY-ONLY is non-nil (prefix arg given), | ||
| 4789 | only look in the To and From fields. | ||
| 4790 | RECIPIENTS is a string of regexps separated by commas. | ||
| 4791 | |||
| 4792 | \(fn RECIPIENTS &optional PRIMARY-ONLY)" t nil) | ||
| 4793 | |||
| 4794 | (autoload 'rmail-summary-by-regexp "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsum" "\ | ||
| 4795 | Display a summary of all messages according to regexp REGEXP. | ||
| 4796 | If the regular expression is found in the header of the message | ||
| 4797 | \(including in the date and other lines, as well as the subject line), | ||
| 4798 | Emacs will list the message in the summary. | ||
| 4799 | |||
| 4800 | \(fn REGEXP)" t nil) | ||
| 4801 | |||
| 4802 | (autoload 'rmail-summary-by-topic "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsum" "\ | ||
| 4803 | Display a summary of all messages with the given SUBJECT. | ||
| 4804 | Normally checks just the Subject field of headers; but with prefix | ||
| 4805 | argument WHOLE-MESSAGE is non-nil, looks in the whole message. | ||
| 4806 | SUBJECT is a string of regexps separated by commas. | ||
| 4807 | |||
| 4808 | \(fn SUBJECT &optional WHOLE-MESSAGE)" t nil) | ||
| 4809 | |||
| 4810 | (autoload 'rmail-summary-by-senders "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/rmailsum" "\ | ||
| 4811 | Display a summary of all messages whose \"From\" field matches SENDERS. | ||
| 4812 | SENDERS is a string of regexps separated by commas. | ||
| 4813 | |||
| 4814 | \(fn SENDERS)" t nil) | ||
| 4815 | |||
| 4816 | ;;;*** | ||
| 4817 | |||
| 4818 | ;;;### (autoloads nil "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/undigest" | ||
| 4819 | ;;;;;; "undigest.el" "9b273a3e15b5496ab6121b585d8bd3b3") | ||
| 4820 | ;;; Generated autoloads from undigest.el | ||
| 4821 | |||
| 4822 | (autoload 'undigestify-rmail-message "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/undigest" "\ | ||
| 4823 | Break up a digest message into its constituent messages. | ||
| 4824 | Leaves original message, deleted, before the undigestified messages. | ||
| 4825 | |||
| 4826 | \(fn)" t nil) | ||
| 4827 | |||
| 4828 | (autoload 'unforward-rmail-message "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/mail/undigest" "\ | ||
| 4829 | Extract a forwarded message from the containing message. | ||
| 4830 | This puts the forwarded message into a separate rmail message following | ||
| 4831 | the containing message. This command is only useful when messages are | ||
| 4832 | forwarded with `rmail-enable-mime-composing' set to nil. | ||
| 4833 | |||
| 4834 | \(fn)" t nil) | ||
| 4835 | |||
| 4836 | ;;;*** | ||
| 4837 | |||
| 4838 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "rmailedit.el" | 4615 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "rmailedit.el" |
| 4839 | ;;;;;; "0b056146d4775080a1847b8ce7527bc5") | 4616 | ;;;;;; "0b056146d4775080a1847b8ce7527bc5") |
| 4840 | ;;; Generated autoloads from rmailedit.el | 4617 | ;;; Generated autoloads from rmailedit.el |