I am at the moment using a separate instance for guns, which I start as follow:
emacs --name Mail --title Mail --no-desktop --no-splash --funcall gnus
As gnus is nicely responsive, and all my other emacs stuff is running as emacsclient from a different emacs instance, I would like to try to run gnus also from as emacsclient. But I am struggling to translate the commnd line options I use. I have to set the windos name and title, as I am using awesome windows manager and the window should be sortet according the window name. Also, I would like to start gnus automatically.
So how can I translate the above command, that gnus is started as emacsclient with the windows name and title set to Mail?
emacsclient ...???