aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorGlenn Morris2013-10-30 09:29:36 -0700
committerGlenn Morris2013-10-30 09:29:36 -0700
commit6c3d1c01b4e4d464fa9b369e904c900cd4290cbf (patch)
treefb4a0e304af4d467db0e8313c5420c83f6d82859 /lisp/mail
parent13e9d2a7eaaea52aa1e87518221ad60493ba2c6a (diff)
downloademacs-6c3d1c01b4e4d464fa9b369e904c900cd4290cbf.tar.gz
emacs-6c3d1c01b4e4d464fa9b369e904c900cd4290cbf.zip
Revert auto-commit loaddefs weirdness
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el223
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" "\
4620Edit 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" "\
4631Add LABEL to labels associated with current RMAIL message.
4632Completes (see `rmail-read-label') over known labels when reading.
4633LABEL 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" "\
4638Remove LABEL from labels associated with current RMAIL message.
4639Completes (see `rmail-read-label') over known labels when reading.
4640LABEL 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" "\
4645Read a label with completion, prompting with PROMPT.
4646Completions are chosen from `rmail-label-obarray'. The default
4647is `rmail-last-label', if that is non-nil. Updates `rmail-last-label'
4648according 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" "\
4653Show previous message with one of the labels LABELS.
4654LABELS should be a comma-separated list of label names.
4655If LABELS is empty, the last set of labels specified is used.
4656With 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" "\
4661Show next message with one of the labels LABELS.
4662LABELS should be a comma-separated list of label names.
4663If LABELS is empty, the last set of labels specified is used.
4664With 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" "\
4675Toggle the display of a MIME message.
4676
4677The actual behavior depends on the value of `rmail-enable-mime'.
4678
4679If `rmail-enable-mime' is non-nil (the default), this command toggles
4680the display of a MIME message between decoded presentation form and
4681raw data. With optional prefix argument ARG, it toggles the display only
4682of the MIME entity at point, if there is one. The optional argument
4683STATE forces a particular display state, rather than toggling.
4684`raw' forces raw mode, any other non-nil value forces decoded mode.
4685
4686If `rmail-enable-mime' is nil, this creates a temporary \"*RMAIL*\"
4687buffer holding a decoded copy of the message. Inline content-types are
4688handled according to `rmail-mime-media-type-handlers-alist'.
4689By default, this displays text and multipart messages, and offers to
4690download attachments as specified by `rmail-mime-attachment-dirs-alist'.
4691The 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" "\
4702Set the inbox list of the current RMAIL file to FILE-NAME.
4703You can specify one file name, or several names separated by commas.
4704If FILE-NAME is empty, remove any existing inbox list.
4705
4706This 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" "\
4717Sort messages of current Rmail buffer by \"Date\" header.
4718If 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" "\
4723Sort messages of current Rmail buffer by \"Subject\" header.
4724Ignores any \"Re: \" prefix. If prefix argument REVERSE is
4725non-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" "\
4730Sort messages of current Rmail buffer by author.
4731This uses either the \"From\" or \"Sender\" header, downcased.
4732If 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" "\
4737Sort messages of current Rmail buffer by recipient.
4738This uses either the \"To\" or \"Apparently-To\" header, downcased.
4739If 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" "\
4744Sort messages of current Rmail buffer by other correspondent.
4745This uses either the \"From\", \"Sender\", \"To\", or
4746\"Apparently-To\" header, downcased. Uses the first header not
4747excluded by `mail-dont-reply-to-names'. If prefix argument
4748REVERSE 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" "\
4753Sort messages of current Rmail buffer by the number of lines.
4754If 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" "\
4759Sort messages of current Rmail buffer by labels.
4760LABELS is a comma-separated list of labels. The order of these
4761labels specifies the order of messages: messages with the first
4762label come first, messages with the second label come second, and
4763so on. Messages that have none of these labels come last.
4764If 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" "\
4775Display 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" "\
4780Display a summary of all messages with one or more LABELS.
4781LABELS 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" "\
4786Display a summary of all messages with the given RECIPIENTS.
4787Normally checks the To, From and Cc fields of headers;
4788but if PRIMARY-ONLY is non-nil (prefix arg given),
4789 only look in the To and From fields.
4790RECIPIENTS 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" "\
4795Display a summary of all messages according to regexp REGEXP.
4796If 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),
4798Emacs 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" "\
4803Display a summary of all messages with the given SUBJECT.
4804Normally checks just the Subject field of headers; but with prefix
4805argument WHOLE-MESSAGE is non-nil, looks in the whole message.
4806SUBJECT 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" "\
4811Display a summary of all messages whose \"From\" field matches SENDERS.
4812SENDERS 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" "\
4823Break up a digest message into its constituent messages.
4824Leaves 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" "\
4829Extract a forwarded message from the containing message.
4830This puts the forwarded message into a separate rmail message following
4831the containing message. This command is only useful when messages are
4832forwarded 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