summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-07-28 19:24:11 -0700
committerKevin McCarthy <kevin@8t8.us>2019-08-03 14:08:09 -0700
commit85bd11b08d66ceaaeb30bafb963a950a507185d1 (patch)
treea8e6ada0c4a856f6e826ccd8b1b76bf6b367bd0e /OPS
parent361156045e886b0aeba6920992aec4c20536d23c (diff)
Basic autocrypt account menu.
Provide ability to create, delete, and toggle the prefer-encrypt and enabled flag for an account. Hook into the index via 'A' <autocrypt-acct-menu>.
Diffstat (limited to 'OPS')
-rw-r--r--OPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/OPS b/OPS
index 076b4079..a91a14ab 100644
--- a/OPS
+++ b/OPS
@@ -3,6 +3,11 @@ OP_END_COND "end of conditional execution (noop)"
OP_ATTACH_VIEW_MAILCAP "force viewing of attachment using mailcap"
OP_ATTACH_VIEW_TEXT "view attachment as text"
OP_ATTACH_COLLAPSE "Toggle display of subparts"
+OP_AUTOCRYPT_ACCT_MENU "manage autocrypt accounts"
+OP_AUTOCRYPT_CREATE_ACCT "create a new autocrypt account"
+OP_AUTOCRYPT_DELETE_ACCT "delete the current account"
+OP_AUTOCRYPT_TOGGLE_ACTIVE "toggle the current account active/inactive"
+OP_AUTOCRYPT_TOGGLE_PREFER "toggle the current account prefer-encrypt flag"
OP_BOTTOM_PAGE "move to the bottom of the page"
OP_BOUNCE_MESSAGE "remail a message to another user"
OP_BROWSER_NEW_FILE "select a new file in this directory"