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
aba6cc35
Commit
aba6cc35
authored
Jul 29, 1994
by
Richard M. Stallman
Browse files
(rmail-summary-mode-map): Add Re-send menu item.
parent
386c099f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/mail/rmailsum.el
lisp/mail/rmailsum.el
+3
-0
No files found.
lisp/mail/rmailsum.el
View file @
aba6cc35
...
...
@@ -690,6 +690,9 @@ 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]
'
(
"Continue"
.
rmail-summary-continue
))
...
...
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