diff --git a/src/com/fsck/k9/activity/MessageList.java b/src/com/fsck/k9/activity/MessageList.java index 87ddacad5..45fe6630e 100644 --- a/src/com/fsck/k9/activity/MessageList.java +++ b/src/com/fsck/k9/activity/MessageList.java @@ -1521,7 +1521,7 @@ public class MessageList extends K9ListActivity implements OnItemClickListener, @Override public void onBackPressed() { // If we represent a remote search, then kill that before going back. - if(mSearchAccount != null && mSearchFolder != null && mRemoteSearchFuture != null) { + if (mSearchAccount != null && mSearchFolder != null && mRemoteSearchFuture != null) { try { Log.i(K9.LOG_TAG, "Remote search in progress, attempting to abort..."); // Canceling the future stops any message fetches in progress.