configuration/sup/hooks/before-poll.rb

5 lines
92 B
Ruby
Raw Normal View History

2015-01-05 17:33:59 +01:00
say "Running mbsync..."
if not system "mbsync", "-a", "-qq"
say "mbsync unsuccesful."
end