Allow for hidden recipients in encrypt methods

This commit is contained in:
Dominik Schürmann
2015-03-16 18:20:44 +01:00
parent a5271bf229
commit fd8f5ebb2f
13 changed files with 134 additions and 34 deletions

View File

@@ -24,4 +24,11 @@
android:title="@string/label_enable_compression"
android:checked="true"
android:checkable="true" />
<item
android:id="@+id/check_hidden_recipients"
android:title="@string/label_hidden_recipients"
android:checked="false"
android:checkable="true" />
</menu>