. Fixed 'Compose' and 'Accounts' menu options

This commit is contained in:
Bao-Long Nguyen-Trong 2009-06-07 23:43:42 +00:00
parent b20649f2ad
commit 84d7e0081b
1 changed files with 10 additions and 0 deletions

View File

@ -561,11 +561,21 @@ public class FolderList extends K9ListActivity {
@Override public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case R.id.compose:
MessageCompose.actionCompose(this, mAccount);
return true;
case R.id.check_mail:
checkMail(mAccount);
return true;
case R.id.accounts:
onAccounts();
return true;
case R.id.list_folders:
onRefresh( REFRESH_REMOTE );