aboutsummaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-02-28 00:22:56 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-02-28 00:22:56 +0100
commit37d1a5380634471b11c828cf265d4a39e818a1c1 (patch)
treebbd6d58171beb79369c9c452098286591e6a6eae /res/menu
parentbfee69b00b2762a910f7f3f1714d18fddc99a9ad (diff)
basic pgp support.
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/manageaccounts_context.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/menu/manageaccounts_context.xml b/res/menu/manageaccounts_context.xml
index 2adc45df..a51a8e52 100644
--- a/res/menu/manageaccounts_context.xml
+++ b/res/menu/manageaccounts_context.xml
@@ -15,5 +15,11 @@
android:title="Enable"
android:showAsAction="always"
android:visible="false"/>
+
+ <item
+ android:id="@+id/announce_pgp"
+ android:orderInCategory="75"
+ android:showAsAction="never"
+ android:title="@string/announce_pgp" />
</menu>