Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b0d3522a
Commit
b0d3522a
authored
Jul 31, 1994
by
Richard M. Stallman
Browse files
(rmail-summary-mode-map): Move new Re-send menu item to right place.
Add Get New Mail item.
parent
5cbdeb30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
lisp/mail/rmailsum.el
lisp/mail/rmailsum.el
+8
-2
No files found.
lisp/mail/rmailsum.el
View file @
b0d3522a
...
...
@@ -700,12 +700,18 @@ Commands for sorting the summary:
(
define-key
rmail-summary-mode-map
[menu-bar
mail]
(
cons
"Mail"
(
make-sparse-keymap
"Mail"
)))
(
define-key
rmail-summary-mode-map
[menu-bar
mail
resend]
'
(
"Re-send"
.
rmail-resend
))
(
define-key
rmail-summary-mode-map
[menu-bar
mail
continue]
'
(
"Get New Mail"
.
rmail-summary-get-new-mail
))
(
define-key
rmail-summary--mode-map
[menu-bar
mail
lambda]
'
(
"----"
))
(
define-key
rmail-summary-mode-map
[menu-bar
mail
continue]
'
(
"Continue"
.
rmail-summary-continue
))
(
define-key
rmail-summary-mode-map
[menu-bar
mail
resend]
'
(
"Re-send"
.
rmail-resend
))
(
define-key
rmail-summary-mode-map
[menu-bar
mail
forward]
'
(
"Forward"
.
rmail-summary-forward
))
...
...
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