Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e70d8747
Commit
e70d8747
authored
May 27, 2015
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; Auto-commit of loaddefs files.
parent
1b3fd89b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/mail/rmail.el
lisp/mail/rmail.el
+4
-4
No files found.
lisp/mail/rmail.el
View file @
e70d8747
...
...
@@ -4843,7 +4843,7 @@ If prefix argument REVERSE is non-nil, sorts in reverse order.
;;;***
;;;### (autoloads nil "
rmailsum
" "
rmailsum.el
" "
b34aec2c31535804e
27
3
19
92a64c8cdf
")
;;;### (autoloads nil "
rmailsum
" "
rmailsum.el
" "
eb94a5d2edf2a3c3c074f
27
f
19
8b8311
")
;;; Generated autoloads from rmailsum.el
(autoload 'rmail-summary "
rmailsum
" "
\
...
...
@@ -4862,7 +4862,7 @@ 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
.
RECIPIENTS
is
a
regular
expression
.
\(fn
RECIPIENTS
&optional
PRIMARY-ONLY
)
" t nil)
...
...
@@ -4878,13 +4878,13 @@ Emacs will list the message in the summary.
Display
a
summary
of
all
messages
with
the
given
SUBJECT.
Normally
checks
just
the
Subject
field
of
headers
; but with prefix
argument
WHOLE-MESSAGE
is
non-nil,
looks
in
the
whole
message.
SUBJECT
is
a
string
of
regexps
separated
by
commas
.
SUBJECT
is
a
regular
expression
.
\(fn
SUBJECT
&optional
WHOLE-MESSAGE
)
" t nil)
(autoload 'rmail-summary-by-senders "
rmailsum
" "
\
Display
a
summary
of
all
messages
whose
\"From\"
field
matches
SENDERS.
SENDERS
is
a
string
of
regexps
separated
by
commas
.
SENDERS
is
a
regular
expression
.
\(fn
SENDERS
)
" t nil)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment