1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Revert unintentional change

This commit is contained in:
Daniel Applebaum 2009-04-01 03:38:55 +00:00
parent 8ca1830afb
commit b210762ac7

View File

@ -273,8 +273,11 @@ public class MailService extends Service {
{
notif.number = unreadMessageCount;
// Dan's way
//Intent i = FolderMessageList.actionHandleAccountIntent(context, thisAccount);
// Everybody else's way
Intent i = FolderMessageList.actionHandleAccountIntent(context, thisAccount, Email.INBOX);
Intent i = FolderMessageList.actionHandleAccountIntent(context, thisAccount);
PendingIntent pi = PendingIntent.getActivity(context, 0, i, 0);