On Thu, Mar 15, 2018 at 04:58:41PM +0100, Yuri D'Elia wrote:
> I'd be fine with a way to trigger an executable on new messages in the
> INBOX folder, but I don't see an easy way to do that.
It's quite easy. Example:
touch timestamp.file
mbsync ...
find /path/to/inbox/ -type f -cnewer timestamp.file -exec myscript {} +
rm -f timestamp.file
--
Eugene Berdnikov
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel