From 4060ef2e105ffbd1fe7b05b548c934eefde1e0be Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 3 Jun 2016 19:10:00 +0200 Subject: [PATCH] sup specific pulling --- sup/hooks/before-poll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sup/hooks/before-poll.rb b/sup/hooks/before-poll.rb index 16e76da..77995ef 100644 --- a/sup/hooks/before-poll.rb +++ b/sup/hooks/before-poll.rb @@ -1,4 +1,4 @@ say "Running mbsync..." -if not system "mbsync", "-a", "-qq" +if not system "mbsync", "-qq", "ugent", "gmail" say "mbsync unsuccesful." end