mswatchrc - watch_mdbox - A script to check for changes in dovecot (m)dbox folders.
 (HTM) git clone git://r-36.net/watch_mdbox
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       mswatchrc (163B)
       ---
            1 sync syncapp 
            2 mailbox_prefix mb :
            3 
            4 store sshremote {
            5         watch ssh user@example.com "inputkill /usr/bin/watch_mdbox" 
            6 }
            7 
            8 store local {
            9         watch /usr/bin/watch_mdbox
           10 }
           11