Fix search back behavior.

This is the final issue: we remove the intermediate activity when
searching.  After this, back at search results goes directly to the Inbox.

Change-Id: I437d7bd7b08da1d7befdd873b43edaeee6ac99ee
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a195ef5..9f5db0e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -41,6 +41,7 @@
         <activity
             android:label="@string/app_name"
             android:name=".ui.MailActivity"
+            android:launchMode="singleTop"
             android:uiOptions="splitActionBarWhenNarrow">
             <intent-filter >
                 <action android:name="android.intent.action.MAIN" />