When editing rules using roundcube managesieve plugin it puts the rule names at the top of each rule in the format, e.g
# rule:[job]
if anyof (header :contains "from" "noreply@domain.tld")
{
fileinto "Job";
}
Is there any way to preserve that format? And also if possible to search by the rule name?