k-9/src/com/fsck/k9
Danny Baumann c0e0ac9d34 Fix marking messages as read from notification.
MessagingController.setFlag(Account, List<Long>, Flag, boolean, boolean)
expects database IDs, while Message.getId() returns UIDs. Fix the
operation by using a variant that expects UIDs.
2013-01-02 15:43:29 +01:00
..
activity Add actions to notifications. 2013-01-02 14:17:20 +01:00
controller Add actions to notifications. 2013-01-02 14:17:20 +01:00
crypto Converted message view to a fragment 2012-10-05 18:14:07 +02:00
fragment Fix crash when deleting all messages in a thread 2012-12-18 21:12:40 +01:00
helper Remove own Notification.Builder abstraction. 2013-01-02 14:09:37 +01:00
mail Fetch in-reply-to header when downloading envelope on IMAP accounts 2012-12-13 17:03:35 +01:00
preferences Remove the setting to hide the refile buttons 2012-12-08 11:51:10 +01:00
provider Fix "disappearing threads" bug 2012-12-18 20:48:33 +01:00
remotecontrol astyle-d 2011-02-26 18:39:06 -06:00
search Use constant "UUID" for search accounts 2012-12-07 14:06:03 +01:00
service Fix marking messages as read from notification. 2013-01-02 15:43:29 +01:00
view make the checkmark a little wider. 2012-11-24 17:44:07 -05:00
Account.java Remove the setting to hide the refile buttons 2012-12-08 11:51:10 +01:00
AccountStats.java Grey out unavailable accounts. 2011-03-19 12:36:58 -05:00
BaseAccount.java astyle-d 2011-02-26 18:39:06 -06:00
EmailAddressAdapter.java Don't use EmailAddressAdapter as singleton 2012-04-11 03:26:45 +02:00
EmailAddressValidator.java astyle-d 2011-02-26 18:39:06 -06:00
EmailReceivedIntent.java astyle-d 2011-02-26 18:39:06 -06:00
FontSizes.java Show the subject line in the MessageHeader if the ActionBar title was truncated. 2012-09-09 13:45:33 -07:00
Identity.java astyle-d 2011-02-26 18:39:06 -06:00
K9.java Enable K9.DEBUG if a debugger is attached. 2012-12-21 18:00:42 -08:00
NotificationSetting.java astyle-d 2011-02-26 18:39:06 -06:00
Preferences.java Removed unused method that was used for debugging 2012-07-07 14:28:15 +02:00