diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-25 00:01:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-25 00:01:24 +0300 |
commit | 867c7e500c975c579796a3047962738774270ee0 (patch) | |
tree | d1a58b55971ddeb52106a968f2a04df596f1df3a /plugins/GmailNotifier | |
parent | 35df0639c0bd3ad7f1a7f73604b859e100a6c50c (diff) |
where are my passwords?
Diffstat (limited to 'plugins/GmailNotifier')
-rw-r--r-- | plugins/GmailNotifier/src/check.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) {
|