diff options
author | Kevin McCarthy <kevin@8t8.us> | 2018-08-22 15:07:45 -0700 |
---|---|---|
committer | Kevin McCarthy <kevin@8t8.us> | 2018-08-22 15:07:45 -0700 |
commit | 32734a9fb5d4dc68a9c557d472dbfdee0a4b5d26 (patch) | |
tree | 03d49047f7b897836db48cc859fac90478c30ef0 /OPS | |
parent | 1d3b82b771c3698c758db3c47b69c539cca062c6 (diff) |
Add compose-to-sender functionality.
This patch is loosely based on the NeoMutt feature, but adds in
support for the attach menu, reuses functionality in send.c, and has
proper mode checks.
Thanks to Enno for the opening the ticket requesting the port.
Diffstat (limited to 'OPS')
-rw-r--r-- | OPS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ OP_COMPOSE_POSTPONE_MESSAGE "save this message to send later" OP_COMPOSE_RENAME_ATTACHMENT "send attachment with a different name" OP_COMPOSE_RENAME_FILE "rename/move an attached file" OP_COMPOSE_SEND_MESSAGE "send the message" +OP_COMPOSE_TO_SENDER "compose new message to the current message sender" OP_COMPOSE_TOGGLE_DISPOSITION "toggle disposition between inline/attachment" OP_COMPOSE_TOGGLE_UNLINK "toggle whether to delete file after sending it" OP_COMPOSE_UPDATE_ENCODING "update an attachment's encoding info" |