Re: Marking an entire mailbox read

2016-06-13 Thread Stephan Bosch
Op 1-6-2016 om 21:58 schreef @lbutlr: I have an archive mailbox that contains in excess of 100,000 mail messages (stored in maildir) that accidentally got marked as unread. It is too large for my mail client to select all the mail and mark it as read without throttling. Is there a simple

Re: Marking an entire mailbox read

2016-06-01 Thread @lbutlr
On Jun 1, 2016, at 1:58 PM, @lbutlr wrote: > find ~/Maildir/.Archive/cur/* -type f -name “1*:2” --exec mv {} {}S \; For the record,I did the following, which appears to have worked: find . -type f -name "1*2,*" -not -name "*2,S*" -exec mv {} {}S \; -- It wasn't that her

Marking an entire mailbox read

2016-06-01 Thread @lbutlr
I have an archive mailbox that contains in excess of 100,000 mail messages (stored in maildir) that accidentally got marked as unread. It is too large for my mail client to select all the mail and mark it as read without throttling. Is there a simple way that I can use doveadm or something to