1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-12 14:18:02 -05:00

Now that our not-deleted-messages mode works, actually use it in messagelists

This commit is contained in:
Jesse Vincent 2009-11-30 04:02:51 +00:00
parent 299cd9a07c
commit 4f5c9c8b3c

View File

@ -719,7 +719,7 @@ public class MessagingController implements Runnable
} }
}, },
true // Skip deleted messages false // Skip deleted messages
); );
MessageContainer messCont = new MessageContainer(); MessageContainer messCont = new MessageContainer();
messCont.last = true; messCont.last = true;