From 867c7e500c975c579796a3047962738774270ee0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 25 Nov 2017 00:01:24 +0300 Subject: where are my passwords? --- plugins/GmailNotifier/src/check.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/GmailNotifier/src') diff --git a/plugins/GmailNotifier/src/check.cpp b/plugins/GmailNotifier/src/check.cpp index 9a74b69765..5a5e2cc4fc 100644 --- a/plugins/GmailNotifier/src/check.cpp +++ b/plugins/GmailNotifier/src/check.cpp @@ -112,6 +112,8 @@ void CheckMailInbox(Account *curAcc) nlr.cbSize = sizeof(nlr); nlr.szUrl = szUrl.GetBuffer(); nlr.requestType = REQUEST_GET; + nlr.headers = headers; + nlr.headersCount = _countof(headers); NETLIBHTTPREQUEST *nlu = Netlib_HttpTransaction(hNetlibUser, &nlr); if (nlu == nullptr) { -- cgit v1.2.3