<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#C0C0C0" bgcolor="#330000">
<p><br>
</p>
<div class="moz-cite-prefix">Em 04/12/2021 14:29, Paul escreveu:<br>
</div>
<blockquote type="cite" cite="mid:20211204172946.2aee3b56@localhost">
<pre wrap="">On Sat, 4 Dec 2021 02:01:16 -0300
Dedeco Balaco via Users <a class="moz-txt-link-rfc2396E" href="mailto:users@lists.claws-mail.org"><users@lists.claws-mail.org></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I enabled that option, and chose a few folders only: inboxes, drafts and
bulk mail. Repeated the test. It did not work. Besides the notification,
i also configured a command to be executed when new messages arrive. My
command plays a sound. I heard no sound after 2 minutes passed. But when
i looked at CM window, another test message was already there.
</pre>
</blockquote>
<pre wrap="">
What modules of the Notification plugin have you enabled? Which one is it
that doesn't seem to be working?
</pre>
</blockquote>
<p>Enabled:</p>
<p>1. Systray icon: for only a few folders (inboxes, drafts and
bulks); passive window; 10 seconds; show folder name.</p>
<p>2. Command: "bipador"; which is a shell script¹ in a folder in
$PATH; block command for 10 seconds.</p>
<p>3. Notification window: 5 seconds.</p>
<p>4. The next option, which i am not sure how to untranslate it:
"letreiro" (display, billboard, screen, ...). Options: some speed
(how to define?? 55%?); at most 100 messages; 600 pixel width;
"letreiro aderente"; colors green/red bg.</p>
<p>My language is portuguese (Brasil).<br>
<br>
Nothing worked.</p>
<p>The shell script source is this:</p>
<p><font size="+2"><tt>#!/bin/bash</tt><tt><br>
</tt><tt>for(( i=0; i<3; i++ ));</tt><tt><br>
</tt><tt>do</tt><tt><br>
</tt><tt> play -q -V0 -n synth 0.1 sin 220;</tt><tt><br>
</tt><tt> sleep 1;</tt><tt><br>
</tt><tt>done</tt><tt><br>
</tt><tt>play -q -V0 -n synth 0.1 sin 220;</tt></font></p>
<p>It works if we test it from command line. It will beep 4 times,
with pauses of 1 second.<br>
</p>
</body>
</html>