THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#888 - add ban and unban client signals
User who did this - Grygoriy Fuchedzhy (gry)

----------
Patch adding ban and unban handlers.
In order to implement suspend/resume for some client add content of 
suspend-resume-config.lua to your config and then add something like this to 
your rules table:

  { rule_any = { class = { "GNU IceCat", "Firefox" } },
    callback = function(c)
                   c:add_signal("ban", suspend)
                   c:add_signal("unban", resume)
                end},

----------

One or more files have been attached.

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=888#comment2606

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to