diff --git a/NOCQ.userprefs b/NOCQ.userprefs deleted file mode 100644 index bfd823d..0000000 --- a/NOCQ.userprefs +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/NOCQ.Application/Program.cs b/src/NOCQ.Application/Program.cs index c443a52..be77610 100644 --- a/src/NOCQ.Application/Program.cs +++ b/src/NOCQ.Application/Program.cs @@ -25,6 +25,7 @@ namespace NOCQ.Application }); //RedisDatabase.SaveAlert(, "127.0.0.1", RedisQueues.Output, 6379, 3000); + // Parse the settings file var json = System.IO.File.ReadAllText ("settings.json"); var settings = SettingsParser.Parse (json); diff --git a/src/NOCQ/Plugins/Email/ImapInput.cs b/src/NOCQ/Plugins/Email/ImapInput.cs index 5e1660a..2e69c57 100644 --- a/src/NOCQ/Plugins/Email/ImapInput.cs +++ b/src/NOCQ/Plugins/Email/ImapInput.cs @@ -4,11 +4,9 @@ using AE.Net.Mail; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; -<<<<<<< HEAD using System.ComponentModel.Composition; -======= using Newtonsoft.Json.Linq; ->>>>>>> de89a87aa5549aaa31cb301c1a98fff6336c7aeb + namespace NOCQ.Plugins.Email {