summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-02-19 16:34:05 -0800
committerKevin McCarthy <kevin@8t8.us>2020-02-29 20:30:13 -0800
commit6fe9b1d5c526b0497b17ef340d058fb1537e7da0 (patch)
tree92cbb386c7829489e435fb8f9071ea31d2af3abe /OPS
parent331772558d86aaf342895e2cff1c029b198483fa (diff)
Add background compose menu and $background_format config var.
List the backgrounded sessions. Allow the user to resume one, or exit the menu. Bind to 'B' by default in the index and pager menus. Remove the "<mail>" function autoresuming functionality, instead invoke the menu to resume backgrounded sessions.
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPS b/OPS
index 0ebb773d..8070a189 100644
--- a/OPS
+++ b/OPS
@@ -8,6 +8,7 @@ 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_BACKGROUND_COMPOSE_MENU "list and select backgrounded compose sessions"
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"