aboutsummaryrefslogtreecommitdiffstats
path: root/cloud_mdir_sync/mailbox.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not pass msgdb all over the placeJason Gunthorpe2020-02-071-2/+5
| | | | | | | The mailboxes can only be linked to a single msgdb, always take it from the mailbox cfg. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
* Lift Mailbox.cfg out of the sub classesJason Gunthorpe2020-02-071-1/+5
| | | | | | Make sure it is always set Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
* Initial commit of cloud_mdir_syncJason Gunthorpe2020-01-101-0/+80
I have been using for a few months now with no ill effects. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>