Author Topic: My custom soundfile for the newmail_notifier plugin gets overwritten  (Read 569 times)

Offline Moeppi

  • Newbie
  • *
  • Posts: 2
Hi there,

First of all, thank you for your great webmail tool!

I have one request/wish: I would like to use custom sound for the newmail_notifier plugin. I found the two sound files (.wav/.mp3) in the plugin directory and replaced them with my own. But every time I (re-)start my roundcube docker container, the sound files get overwritten by some kind of script (maybe the composer?).

How can I make my changes permanent for this plugin?

Thanks and greetings, Moeppi

I see this output at the container console after replacing the sound files and restarting the container:

Code: [Select]
...
roundcubemail  | roundcubemail found in /var/www/html - installing update...
roundcubemail  | Target installation already in version 1.6.6. Do you want to update again? (y/N)
roundcubemail  | Copying files to target location...newmail_notifier/
roundcubemail  | newmail_notifier/composer.json
roundcubemail  | newmail_notifier/sound.mp3
roundcubemail  | newmail_notifier/sound.wav
roundcubemail  | done.
...