https://bugs.kde.org/show_bug.cgi?id=477755
--- Comment #4 from Hans Dijkema <h...@dijkewijk.nl> --- Actually, You are doing nothing wrong. It's more of a 'synchronization' thing between different sieve editors. I sometimes need tot use the Web Sieve Editor, and this removes all 'SCRIPTNAME' comments of your sieve editor. I thought, maybe as kind of a work-around you could support both ways of script naming conventions. Or detect the managesieve 'rule' naming convention and reuse it. Op 30-11-2023 om 10:40 schreef Laurent Montel: > https://bugs.kde.org/show_bug.cgi?id=477755 > > --- Comment #3 from Laurent Montel<mon...@kde.org> --- > In your example > #SCRIPTNAME: Deel 5 van script > # rule:[invest filter] > if anyof (header :contains "subject" "Invest in Films" > , header :contains "subject" "Invest in Lithium Mining in Australia" > , header :contains "subject" "Invest in" > ) > { > setflag [ "\\Seen" ]; > fileinto "Spam"; > } > > sieveeditor keeps comments no ? > > What do you want that I fix ? > -- You are receiving this mail because: You are watching all bug changes.