mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 10:40:11 -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;
|
||||
try
|
||||
{
|
||||
Store localStore = account.getLocalStore();
|
||||
localFolder = localStore.getFolder(
|
||||
localFolder = account.getLocalStore().getFolder(
|
||||
account.getOutboxFolderName());
|
||||
if (!localFolder.exists())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user