Re: [RCU] marking emails as read with managesieve plugin

2018-05-09 Thread Steve Wilson
Unfortunately I've not used roundcube to manage sieve for a while, however this is one of my rules which files into a folder and marks as "read". The imap flag is actually "Seen". if header :contains "Envelope-To" "em...@dre.ss" { setflag "\\Seen"; fileinto "Folder"; stop; } This is

[RCU] marking emails as read with managesieve plugin

2018-05-09 Thread Fabian A. Santiago
Hello, I'm using: RCM 1.3.6 installed with website stable release package composer used to update all dependencies as per upgrade doc i'm trying to have one of my managesieve filters mark emails as read while also moving them to their specific folder. the moving part works great but RCM