summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-02-06 14:29:42 -0800
committerKevin McCarthy <kevin@8t8.us>2019-02-06 14:29:42 -0800
commitd97bbddfeb0167fd0cf1ba5a20bd7913c6577ce6 (patch)
treed1486abb8622874a8b6cc0e4809cce0b076c9342 /OPS
parentd79cb6b7e3d66469f747a3d9fb9a412fd8520f6f (diff)
Create <group-chat-reply> function.
This function differs from <group-reply> only in that it preserves To recipients in the original email as To recipients in the reply. The merits of this function aren't without controversy; therefore it is left unbound by default. Those who care about such things are free to bind it. Combine reply operation handlers in the pager and curs_main, since the code was the same with the exception of the flags used.
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPS b/OPS
index 87f643e4..2fad8f12 100644
--- a/OPS
+++ b/OPS
@@ -92,6 +92,7 @@ OP_FIRST_ENTRY "move to the first entry"
OP_FLAG_MESSAGE "toggle a message's 'important' flag"
OP_FORWARD_MESSAGE "forward a message with comments"
OP_GENERIC_SELECT_ENTRY "select the current entry"
+OP_GROUP_CHAT_REPLY "reply to all recipients preserving To/Cc"
OP_GROUP_REPLY "reply to all recipients"
OP_HALF_DOWN "scroll down 1/2 page"
OP_HALF_UP "scroll up 1/2 page"