From 0a7018d13a47f4072cfc753982d068fe47cb5050 Mon Sep 17 00:00:00 2001 From: leca Date: Wed, 11 Jun 2025 01:34:03 +0300 Subject: [PATCH] cleanup --- main.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/main.cpp b/main.cpp index 2382c2b..849535a 100644 --- a/main.cpp +++ b/main.cpp @@ -33,17 +33,17 @@ int main(int argc, char *argv[]) { - EmailParser p; - p.parse_file("/home/leca/example_email_receipts/lamoda.eml"); - // p.parse_file("/home/leca/example_email_receipts/lamoda2.eml"); - p.parse_file("/home/leca/example_email_receipts/читай_город.eml"); - p.parse_file("/home/leca/example_email_receipts/lenta.eml"); - p.parse_file("/home/leca/example_email_receipts/magnit.eml"); - p.parse_file("/home/leca/example_email_receipts/pyaterochka.eml"); - p.parse_file("/home/leca/example_email_receipts/rzd.eml"); - p.parse_file("/home/leca/example_email_receipts/russteels.eml"); - p.parse_file("/home/leca/example_email_receipts/avtodor.eml"); - return 0; + // EmailParser p; + // p.parse_file("/home/leca/example_email_receipts/lamoda.eml"); + // // p.parse_file("/home/leca/example_email_receipts/lamoda2.eml"); + // p.parse_file("/home/leca/example_email_receipts/читай_город.eml"); + // p.parse_file("/home/leca/example_email_receipts/lenta.eml"); + // p.parse_file("/home/leca/example_email_receipts/magnit.eml"); + // p.parse_file("/home/leca/example_email_receipts/pyaterochka.eml"); + // p.parse_file("/home/leca/example_email_receipts/rzd.eml"); + // p.parse_file("/home/leca/example_email_receipts/russteels.eml"); + // p.parse_file("/home/leca/example_email_receipts/avtodor.eml"); + // return 0; curl_global_init(CURL_GLOBAL_ALL); qRegisterMetaType("Check");