Re: Deleting emails

2020-07-22 Thread Marcelo Machado
Thank you again Janos. Em qua., 22 de jul. de 2020 às 17:33, escreveu: > > > Hello Marcelo, > > connect to the piler mysql database, and execute the following query: > > update metadata set retained=10 where id > x; > > Then let pilerpurge.py take care of the rest. > > x: is the numeric id

Re: Deleting emails

2020-07-22 Thread sj
Hello Marcelo, connect to the piler mysql database, and execute the following query: update metadata set retained=10 where id > x; Then let pilerpurge.py take care of the rest. x: is the numeric id of the last email you want to keep. Make sure to double check, because after purging the