mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-14 21:45:14 -05:00
kill a temporary variable
This commit is contained in:
parent
6a6c86d117
commit
32ea04a5b3
@ -3479,8 +3479,7 @@ public class MessagingController implements Runnable
|
|||||||
Folder localFolder = null;
|
Folder localFolder = null;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Store localStore = account.getLocalStore();
|
localFolder = account.getLocalStore().getFolder(
|
||||||
localFolder = localStore.getFolder(
|
|
||||||
account.getOutboxFolderName());
|
account.getOutboxFolderName());
|
||||||
if (!localFolder.exists())
|
if (!localFolder.exists())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user