1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Remove ability to export settings from the folder and message lists.

However, leaving the .xml in place so that this can be easily undone
later without recourse to revision control, as I suspect this might be
changed again soon.
This commit is contained in:
danapple 2011-03-19 12:45:08 -05:00
parent c3cc43675b
commit 19bff64672
2 changed files with 6 additions and 2 deletions

View File

@ -70,10 +70,12 @@
android:title="@string/global_settings_action"
android:icon="@android:drawable/ic_menu_preferences"
/>
<!-- Please leave this here in case it is desired later
<item android:id="@+id/export"
android:title="@string/settings_export_account" />
<item android:id="@+id/export_all"
android:title="@string/settings_export_all" />
-->
</menu>
</item>
<item

View File

@ -151,10 +151,12 @@
android:title="@string/global_settings_action"
android:icon="@android:drawable/ic_menu_preferences"
/>
<!-- Please leave this here in case it is desired later
<item android:id="@+id/export"
android:title="@string/settings_export_account" />
<item android:id="@+id/export_all"
android:title="@string/settings_export_all" />
-->
</menu>
</item>
<item