mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
removed unread field mAccount
This commit is contained in:
parent
92e9e6d140
commit
0c7740ce86
@ -183,7 +183,6 @@ public class SmtpTransport extends Transport {
|
||||
}
|
||||
|
||||
|
||||
Account mAccount;
|
||||
String mHost;
|
||||
int mPort;
|
||||
String mUsername;
|
||||
@ -204,7 +203,6 @@ public class SmtpTransport extends Transport {
|
||||
throw new MessagingException("Error while decoding transport URI", e);
|
||||
}
|
||||
|
||||
mAccount = account;
|
||||
mHost = settings.host;
|
||||
mPort = settings.port;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user