Reorder methods for better logical grouping

This commit is contained in:
Jesse Vincent 2010-01-09 23:25:10 +00:00
parent 9db97e214d
commit 5802b84e16
1 changed files with 6 additions and 5 deletions

View File

@ -795,6 +795,12 @@ public class MessageList
}
}
private void onAccounts()
{
Accounts.listAccounts(this);
finish();
}
private void onShowFolderList()
{
FolderList.actionHandleAccount(this, mAccount, false);
@ -847,11 +853,6 @@ public class MessageList
}
private void onAccounts()
{
Accounts.listAccounts(this);
finish();
}
private void onCycleSort()
{