thunderbird-android/src/com/fsck/k9
Joe Steele 769ad843dd Revert "Fix for StrictMode error."
This reverts commit bbdec62e37.

Aside from being the incorrect solution for fixing the problem
described in pull request 211, the patch generates 'Dead code'
warnings inside the if(){} statements on lines 46 and 47.

The correct fix for the problem was already implemented in commit
5678786c97.

Although the logcat in the pull request was generated after the fix,
line numbers in the log indicate that it was based on an outdated
version of MimeUtility.java from before the fix.
2013-06-03 11:59:58 -04:00
..
activity Correctly initialize mSingleAccountMode 2013-05-27 16:59:07 +02:00
cache Add a caching layer to EmailProvider 2013-02-19 04:45:14 +01:00
controller Don't show ALL unread messages for "notification opens unread messages" 2013-04-18 22:06:33 +02:00
crypto
fragment Always include currently opened message in the message list 2013-05-23 17:15:09 +02:00
helper Re-desined textToHtml() according to the state transition diagram. 2013-05-11 08:44:17 +09:00
mail Revert "Fix for StrictMode error." 2013-06-03 11:59:58 -04:00
preferences Fix settings versioning after merging autofitWidth branch. 2013-05-08 23:10:01 -04:00
provider Avoid NullPointerException (reported via Play Store) 2013-03-21 23:19:11 +01:00
remotecontrol
search Exclude folders Trash, Spam, and Outbox from "All messages" 2013-04-23 20:14:29 +02:00
service Convert theme setting value to an enum. 2013-02-08 15:24:03 +01:00
view Remove override annotation so we can use the latest SDK to compile 2013-05-23 16:45:19 +02:00
Account.java Merge branch 'message-list-sender-sorting' 2013-04-26 02:39:48 +02:00
AccountStats.java
BaseAccount.java
EmailAddressAdapter.java
EmailAddressValidator.java
FontSizes.java merge date and time font size preference into one 2013-02-11 13:05:52 +01:00
Identity.java
K9.java Issue 4503: Auto-fit messages option 2013-04-04 17:11:17 -04:00
NotificationSetting.java
Preferences.java