mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
(menu-bar-tools-menu): Call read-mail-command
interactively.
This commit is contained in:
parent
98c602effb
commit
b2df30a65d
@ -688,7 +688,9 @@ Do the same for the keys of the same name."
|
||||
'(menu-item "Send Mail" compose-mail
|
||||
:help "Send a mail message"))
|
||||
(define-key menu-bar-tools-menu [rmail]
|
||||
'(menu-item "Read Mail" read-mail-command
|
||||
'(menu-item "Read Mail" (lambda ()
|
||||
(interactive)
|
||||
(call-interactively read-mail-command))
|
||||
:help "Read your mail and reply to it"))
|
||||
(define-key menu-bar-tools-menu [gnus]
|
||||
'(menu-item "Read Net News" gnus
|
||||
|
Loading…
Reference in New Issue
Block a user