diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/rmail.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 3be5eea6795..509d3d0f05e 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -432,6 +432,9 @@ Note: it means the file has no messages in it.\n\^_"))) (define-key rmail-mode-map [menu-bar mail] (cons "Mail" (make-sparse-keymap "Mail"))) +(define-key rmail-mode-map [menu-bar mail resend] + '("Re-send" . rmail-resend)) + (define-key rmail-mode-map [menu-bar mail continue] '("Get New Mail" . rmail-get-new-mail)) |