[Dovecot] Bash script to mark all mail read in Maildir + Dovecot

2009-01-09 Thread Andrew Oakley
ot any potential problems? Thanks. cut here--- #!/bin/bash # markallread by Andrew Oakley www.aoakley.com Public Domain 2009-01-09 # A script to mark all MAILDIR mail as read, including folders # Assumes Dovecot folder naming dot prefix eg. ~/.maildir/.foldername # Loop through ~/.maildir/.fo

Re: [Dovecot] Bash script to mark all mail read in Maildir + Dovecot

2009-01-12 Thread Andrew Oakley
ons and new features. One of the first things that needs adding is variables to allow the maildir path and folder prefix to be configured. #!/bin/bash # markallread by Andrew Oakley www.aoakley.com Public Domain 2009-01-11 # A script to mark all maildir mail as read, including folders # Assumptio