1
0
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:
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; 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())
{ {