> > doveadm -fjson mailbox status -u user unseen "*" > > Very nice Aki! I can pass that JSON to a Python program I make to parse > JSON, and then just report the ones not having "unseen":"0" . ThankOr use format "-ftab" and grep non-zero entries. Simpler than parsing JSON. Joseph Tam <jtam.home at gmail.com>