gnome-gmail icon indicating copy to clipboard operation
gnome-gmail copied to clipboard

allow me to select the profile i want to use for open the email

Open voidplayer opened this issue 9 years ago • 2 comments

firefox -P -no-remote to start a separate session for my email...

Could it be possible to open the email on one specific profile instead of the default profile?

voidplayer avatar Apr 05 '16 16:04 voidplayer

Not as currently written. GG uses the python webbrowser module to work with the right browser. It would be possible modify the browser object's remote-args to add the parameters, but that is browser-specific and uses undocumented features.

You realize that the profile used and the email account used are independent? The email account is prompted before launching the browser.

davesteele avatar Apr 05 '16 17:04 davesteele

yeah i do realize. I dont use separate profiles for different mails, but because i dont want navigation data linked to my email :)

I also realize that this is browser specific. It would be nice to be able to pass parameters to the browser to be able to do this :)

voidplayer avatar Apr 05 '16 17:04 voidplayer