aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-04-13 23:04:27 +0200
committerChristian Schneppe <christian@pix-art.de>2017-04-13 23:04:27 +0200
commite2ef2fe45feb650be610a56fd900b48105214ed3 (patch)
tree1b640f8e29cccf821e48b894d38e01f2e79fb444 /src/main/res/menu
parentf1b500958c990241ad76c3e9476e1229b1141fa0 (diff)
integrate OpenPGP (untested)
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/editaccount.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/menu/editaccount.xml b/src/main/res/menu/editaccount.xml
index 5841524e6..5541470d8 100644
--- a/src/main/res/menu/editaccount.xml
+++ b/src/main/res/menu/editaccount.xml
@@ -67,6 +67,9 @@
android:showAsAction="never"
android:title="@string/mgmt_account_reconnect" />
<item
+ android:id="@+id/mgmt_account_announce_pgp"
+ android:title="@string/mgmt_account_publish_pgp" />
+ <item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:showAsAction="never"