sup specific pulling

This commit is contained in:
Felix Van der Jeugt 2016-06-03 19:10:00 +02:00
parent 01a3997384
commit 4060ef2e10
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
say "Running mbsync..."
if not system "mbsync", "-a", "-qq"
if not system "mbsync", "-qq", "ugent", "gmail"
say "mbsync unsuccesful."
end