Originally Posted By: drum
Originally Posted By: Khaled
For the time being, I have added "nul" as an allowed "write" device to /filter.


I don't think this is necessary. Doesn't the following method provide the same result, and is perhaps even more efficient than using nul?

Code:
/filter -fk $qt($mircini) return n0=*

Drawback of using 'return' is that, if the user has Identifier warning checked, it causes for every line an error "* No such identifier: $return". This does not happen with '$' as filter target.