how to open a message when i click on the messahe in the notification area

Asked by kkharinarayanan

i wanted to know if we can click a particular email in the notification area and then taht particular email is displayed in a browser window (Gmail)

Question information

Language:
English Edit question
Status:
Solved
For:
Popper Edit question
Assignee:
No assignee Edit question
Solved by:
Pa_trick17
Solved:
Last query:
Last reply:
Revision history for this message
Pa_trick17 (trick17) said :
#1

Hi kkharinarayanan,

short: No. - I'm sorry.

Greets

Pa_trick17

Revision history for this message
Ralf Hersel (ralf.hersel) said :
#2

Hi kkharinarayanan,

long: Popper reacts to a click on a single email in the indicator menu if you specify a user script in Popper-Configurator for the event "Click on an email in the indicator menu". This event will start your user script. It is up to you what you do in that user script. Information about the clicked email is passed to the user script. Therefore you can try to open Gmail in your browser and do something meaningful.

Cheers
Ralf

Revision history for this message
kkharinarayanan (kkharinarayanan) said :
#3

RALF thanks for the reply.
how ever i already know that i can run a script.
and i am already using it to open the inbox.
but what should i put in that script to open the specific mail. that is my question.

Revision history for this message
Best Pa_trick17 (trick17) said :
#4

Hi kkharinarayanan,

> but what should i put in that script to open the specific mail. that is my question.

And that's why I told you that it isn't possible. You can't open
> that particular email
in a browser window afaik. What i can offer you is a command to open firefox with googlemail in a new tab, if firefox is already open, or in a new firefox window:

firefox -new-tab "mail.google.com"

Greets

Pa_trick17

Revision history for this message
kkharinarayanan (kkharinarayanan) said :
#5

Thanks Pa_trick17, that solved my question.

Revision history for this message
kkharinarayanan (kkharinarayanan) said :
#6

Thanks ,