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
9ae6d54a
Commit
9ae6d54a
authored
Apr 07, 1994
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(rmail-mode-map): Key binding for rmail-sort-by-keywords.
parent
15589977
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/mail/rmail.el
lisp/mail/rmail.el
+6
-0
No files found.
lisp/mail/rmail.el
View file @
9ae6d54a
...
...
@@ -375,6 +375,7 @@ Note: it means the file has no messages in it.\n\^_")))
(define-key rmail-mode-map "
\C-c\C-s\C-r
" 'rmail-sort-by-recipient)
(define-key rmail-mode-map "
\C-c\C-s\C-c
" 'rmail-sort-by-correspondent)
(define-key rmail-mode-map "
\C-c\C-s\C-l
" 'rmail-sort-by-lines)
(define-key rmail-mode-map "
\C-c\C-s\C-k
" 'rmail-sort-by-keywords)
)
(define-key rmail-mode-map [menu-bar] (make-sparse-keymap))
...
...
@@ -2167,6 +2168,11 @@ 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
)
;;;; *** Rmail Summary Mode ***
...
...
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