k-9/src/com/fsck/k9/controller
cketti d5bb462917 Don't create Message objects when changing flags of selected messages
This changes the interface to MessagingController and the way flags are
updated in the database. Now messages aren't changed one by one but in
batches of 500. This should give better performance, but breaks the
unread and flagged count. I'm not very sad about this, because now we
can move towards only displaying the number of unread/flagged messages
in the local database.
2012-12-06 06:26:38 +01:00
..
MessageDateComparator.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
MessageRemovalListener.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
MessageRetrievalListener.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
MessagingController.java Don't create Message objects when changing flags of selected messages 2012-12-06 06:26:38 +01:00
MessagingControllerPushReceiver.java Big, scary massive "ant astyle" to get us back to something 2011-02-06 17:09:48 -05:00
MessagingListener.java Add remote IMAP search support. 2012-09-13 09:10:37 -07:00