1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

kill a temporary variable

This commit is contained in:
Jesse Vincent 2010-11-14 00:49:21 +00:00
parent 6a6c86d117
commit 32ea04a5b3

View File

@ -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())
{