New comment by jeremybobbin on mblaze repository https://github.com/leahneukirchen/mblaze/issues/182#issuecomment-673605560 Comment: Hey thanks! Yeah I haven't found anything on it in the manuals. The only issue with the solution that @leahneukirchen provided is that, I want to keep my inbox as empty as possible, and archive emails that I consider "dealt with". When I delete a thread(or a single reply to a thread) from my inbox, then do `mseq -f | mseq -S`, only those ones are removed from the `mseq` list. So this: ``` /home/jer/.mail/work/Sent Mail/cur/1597154230.1026742_15.Amphibian,U=979:2,S /home/jer/.mail/work/Archive/cur/1597154277.1026721_14.Amphibian,U=7089:2,RS /home/jer/.mail/work/Sent Mail/cur/1597154468.1028958_2.Amphibian,U=980:2,S /home/jer/.mail/work/Inbox/cur/1597155064.1031310_4.Amphibian,U=7093:2,S ``` Would turn into this: ``` /home/jer/.mail/work/Sent Mail/cur/1597154230.1026742_15.Amphibian,U=979:2,S /home/jer/.mail/work/Archive/cur/1597154277.1026721_14.Amphibian,U=7089:2,RS /home/jer/.mail/work/Sent Mail/cur/1597154468.1028958_2.Amphibian,U=980:2,S ``` When I'd prefer that the entire thread were gone. Though I might just be trying get the `mblaze` suite to do something a `mairix` should be doing - what do you think?