Page 1 of 1
Choose which email account to read out loud
Posted: 09 Jun 2014 12:23
by angelatwork
Hi, I use AM to read my mail out loud through my bluetooth at times, using the trigger "notification on statusbar displayed". But I have several mail accounts and some are less important than others (for getting news letters etc.). I would like to exclude these from being read out loud. But, looking through the debug dialog, I cannot find a variable that pics up which mail account that has received the mail. Is there a way to accomplish this?
Best regards
Re: Choose which email account to read out loud
Posted: 10 Jun 2014 10:57
by BoBo
eNotifyLite - Email Notification seems to allow filtering. (TBH, I haven't tested/used it).
Hope that helps.
Re: Choose which email account to read out loud
Posted: 10 Jun 2014 12:10
by angelatwork
Thanks for your input Bobo

.
Since eNotifyLite seems to be able to do it, I have now posted a request for it in AM.
Re: Choose which email account to read out loud
Posted: 10 Jun 2014 16:51
by Martin
Hi,
The variable
notification_text might contain the account name like <account>@gmail.com, at least it does on Gmail on my device.
It might be possible to add a condition
Expression: contains(notification_text, "xyz@gmail.com").
Regards,
Martin
Re: Choose which email account to read out loud
Posted: 11 Jun 2014 14:33
by angelatwork
Thanks, I will try it out

Re: Choose which email account to read out loud
Posted: 11 Jun 2014 16:08
by angelatwork
It seems to work ☺