From bf15c3977c27536e47578e8b0ecaedb852c5ff52 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 24 Jan 2018 11:25:46 +0100 Subject: Fixed initial account login. Because we ended up trying to load the resources before they even existed (directly after the account was created), we ended up creating a second set of unconfigured resources. Storing the password by modifying the resource was an artifact of the past anyways, and a login function results in a cleaner system and fixes the problem at hand. --- accounts/gmail/gmailsettings.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'accounts/gmail') diff --git a/accounts/gmail/gmailsettings.cpp b/accounts/gmail/gmailsettings.cpp index 681ee1d4..ab050661 100644 --- a/accounts/gmail/gmailsettings.cpp +++ b/accounts/gmail/gmailsettings.cpp @@ -38,7 +38,6 @@ void GmailSettings::save() mSmtpServer = "smtps://smtp.gmail.com:465"; mSmtpUsername = mEmailAddress; - mSmtpPassword = mImapPassword; saveAccount(); saveImapResource(); -- cgit v1.2.3