20 Jul
                
                    2022
                
            
            
                20 Jul
                
                '22
                
            
            
            
        
    
                1:16 a.m.
            
        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" . Thank
Or use format "-ftab" and grep non-zero entries. Simpler than parsing JSON.
Joseph Tam <jtam.home@gmail.com>