URL to open Compose mail in new window
I have made a custom URL in "Compose" in the preferences, so that instead of opening gmail with a new compose mail in the corner, I get an new clean tap with only the new compose mail.
https:/
The question are, what piece of code do i need to ad, to make it open in a new separate window instead of a new tap? -and possible in a predefined size?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Unity Mail Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Hansen
- Solved:
- 2013-03-08
- Last query:
- 2013-03-08
- Last reply:
- 2013-03-08
Hansen (moteprime) said : | #1 |
I found the "--new-window" option, but it somehow messes with the url, so chromium just opens a new gmail window.
This is what i put in the Compose field:
Exec:chromium-
Dmitry Shachnev (mitya57) said : | #2 |
Hi Hansen,
> Exec:chromium-
I think putting the URL into quotes should help:
Exec:
Hansen (moteprime) said : | #3 |
That really made me so happy!
THANK YOU!!