mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-17 23:15:10 -05: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:
parent
c3cc43675b
commit
19bff64672
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user