diff --git a/src/NOCQ/NOCQ.csproj b/src/NOCQ/NOCQ.csproj
index da637ce..9663b03 100644
--- a/src/NOCQ/NOCQ.csproj
+++ b/src/NOCQ/NOCQ.csproj
@@ -72,7 +72,6 @@
-
diff --git a/src/NOCQ/Plugins/Email/ImapInput.cs b/src/NOCQ/Plugins/Email/ImapInput.cs
index 9930fed..70f5344 100644
--- a/src/NOCQ/Plugins/Email/ImapInput.cs
+++ b/src/NOCQ/Plugins/Email/ImapInput.cs
@@ -86,11 +86,13 @@ namespace NOCQ.Plugins.Email
}
}
}
+
+ return alerts;
}
public void Execute(object sender, ElapsedEventArgs args)
{
-
+ var alerts = getAlerts ();
}
public void Run()