. Clicking on the new mail notification gets you to the default folder if any else to the folder list

This commit is contained in:
Bao-Long Nguyen-Trong 2009-06-20 04:06:44 +00:00
parent 2cb5bdebb3
commit 47a8537f08
1 changed files with 3 additions and 0 deletions

View File

@ -364,6 +364,9 @@ public class FolderList extends K9ListActivity {
if (initialFolder != null) {
intent.putExtra(EXTRA_INITIAL_FOLDER, initialFolder);
}
else {
intent.putExtra(EXTRA_STARTUP, true);
}
return intent;
}