Marcus accidentally commented out the accessible message view

This commit is contained in:
Jesse Vincent 2010-10-10 19:29:10 +00:00
parent 0054c00240
commit c2378c9f46
1 changed files with 2 additions and 2 deletions

View File

@ -258,10 +258,10 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<!-- <activity
<activity
android:name="com.fsck.k9.AccessibleEmailContentActivity"
>
</activity>-->
</activity>
<receiver android:name="com.fsck.k9.service.BootReceiver"
android:enabled="true"