~ Grady Martin <sunnycemet...@gmail.com> [2016-03-29 04:13:01 -0400]:
You may want to consider ignoring messages older than two weeks when you synchronize. With OfflineIMAP, for example, this is controlled by "maxage" in [Account] sections.
Thank you kindly for the answer.If it cannot be solved within mutt i would prefer to do something like this in a cronjob.
find $INBOX -maxdepth 1 -type f -mtime +14 -exec mv -v -t $READM {} \; Kindly, Peter