mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
(rmail-start-mail): Set mail-dedicated-frame frame param.
This commit is contained in:
parent
54feedaa7b
commit
7ab4b7ad3d
1 changed files with 3 additions and 1 deletions
|
|
@ -2053,8 +2053,10 @@ Deleted messages stay in the file until the \\[rmail-expunge] command is given."
|
|||
(if (and window-system rmail-mail-new-frame)
|
||||
(prog1
|
||||
(apply 'mail-other-frame args)
|
||||
;; This is not a standard frame parameter;
|
||||
;; nothing except sendmail.el looks at it.
|
||||
(modify-frame-parameters (selected-frame)
|
||||
'((dedicated . t))))
|
||||
'((mail-dedicated-frame . t))))
|
||||
(apply 'mail-other-window args)))
|
||||
|
||||
(defun rmail-mail ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue