summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorDamien Riegel <damien.riegel@gmail.com>2016-11-07 18:10:22 -0800
committerDamien Riegel <damien.riegel@gmail.com>2016-11-07 18:10:22 -0800
commita3c973656d894d305883feaa3c2dd07c03e346b8 (patch)
treed44702c4f69398c3f6e6fa3ec6edd9f5e915e454 /OPS
parente8b8560351db51fb871675eeccc648fba6897bcf (diff)
compose: add operation to rename an attachment
As opposed to rename-file, which actually renames the underlying file of the attachment, rename-attachment puts a value in d_filename, which is used in the Content-Disposition header.
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPS b/OPS
index ed15b49e..8bad616c 100644
--- a/OPS
+++ b/OPS
@@ -36,6 +36,7 @@ OP_COMPOSE_ISPELL "run ispell on the message"
OP_COMPOSE_NEW_MIME "compose new attachment using mailcap entry"
OP_COMPOSE_TOGGLE_RECODE "toggle recoding of this attachment"
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_TOGGLE_DISPOSITION "toggle disposition between inline/attachment"