phenobarbital / myroundcube

Automatically exported from code.google.com/p/myroundcube
0 stars 0 forks source link

Can the sound_notifier be set on by default for new users when they create their account? #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Have the sound_notifier set to on by default when new accounts are created so 
user does not have to set it up themselves. Now, the user has to know the 
feature exists in order to turn it on.

What version of the product are you using? On what operating system?
.4trunk3836

Please provide any additional information below.

Original issue reported on code.google.com by jeffsh...@gmail.com on 29 Jul 2010 at 3:59

GoogleCodeExporter commented 9 years ago
Add to plugin config:

/* defaults */
$rcmail_config['sound_notifier'] = true;
$rcmail_config['sound_notifier_choice'] = 'Default';

I will include it into next release.

Original comment by roland.l...@gmail.com on 1 Aug 2010 at 6:14

GoogleCodeExporter commented 9 years ago

Original comment by rol...@liebl.ath.cx on 7 Aug 2010 at 12:32

GoogleCodeExporter commented 9 years ago
Thanks! This works for defaults.

I noticed the sound notifier only works if the user is viewing the Inbox. If a 
user is composing an email or is on any other RC page, it does not work. Is it 
not possible to have the sound played no matter what RC page the user is on?

Original comment by jeffsh...@gmail.com on 8 Aug 2010 at 7:02

GoogleCodeExporter commented 9 years ago
This is currently not possible due to plugin api structure. 'new_messages' hook 
is not called on other tasks than 'mail'. I will leave ticket open. Perhaps 
there is a workaround.

Original comment by rol...@liebl.ath.cx on 9 Aug 2010 at 6:40

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by rol...@liebl.ath.cx on 27 Feb 2011 at 7:18