I just moved from offlineimap over to mbsync and I'm pretty happy. I however use systemd timers / unit files instead of cronjobs to control and log my inbox proccessing. Instead of just keeping this private figured I'd share it as it may be useful to others.
My respective fork for those who prefer git fetch work flow https://gitlab.com/mcgrof/mbsync Luis Chamberlain (2): src/mbsyncrc.sample: add an example for gmail with nested labels msync: add systemd user unit support .gitignore | 3 + Config.mk.in | 4 + Makefile.am | 11 ++ configure.ac | 15 ++- m4/features.m4 | 21 ++++ m4/paths.m4 | 47 ++++++++ m4/systemd.m4 | 201 ++++++++++++++++++++++++++++++++ src/mbsync.1 | 59 ++++++++++ src/mbsyncrc.sample | 42 +++++++ units/mbsync-oneshot.service.in | 11 ++ units/mbsync-oneshot.timer.in | 10 ++ 11 files changed, 423 insertions(+), 1 deletion(-) create mode 100644 Config.mk.in create mode 100644 m4/features.m4 create mode 100644 m4/paths.m4 create mode 100644 m4/systemd.m4 create mode 100644 units/mbsync-oneshot.service.in create mode 100644 units/mbsync-oneshot.timer.in -- 2.20.1 _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel