. Automatically open inbox folder when opening an account

This commit is contained in:
Bao-Long Nguyen-Trong 2009-02-01 07:22:26 +00:00
parent 8721b64e66
commit c78db1c327
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class Accounts extends ListActivity implements OnItemClickListener, OnCli
}
private void onOpenAccount(Account account) {
FolderMessageList.actionHandleAccount(this, account);
FolderMessageList.actionHandleAccount(this, account, Email.INBOX);
}
public void onClick(View view) {