summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2016-07-17 19:31:13 -0700
committerKevin McCarthy <kevin@8t8.us>2016-07-17 19:31:13 -0700
commit5efa1c6d1253e59ba2c6d0a2cef25826fa50d4f1 (patch)
treec952f1a669c7e1f731dab169a8bb212d469ab22b /OPS
parent347c517c5d8abc78ae0e643df8b051ba95139282 (diff)
Add purge-message patch.
This is based on the patch by Cedric Duval. Modifications are: * Use the exising M_PURGE flag from the trash folder patch, rather than adding a separate flag. * Undelete operations are already handled by the trash folder patch.
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPS b/OPS
index 8414a8b3..02cea8e1 100644
--- a/OPS
+++ b/OPS
@@ -142,6 +142,7 @@ OP_PREV_ENTRY "move to the previous entry"
OP_PREV_LINE "scroll up one line"
OP_PREV_PAGE "move to the previous page"
OP_PRINT "print the current entry"
+OP_PURGE_MESSAGE "really delete the current entry, bypassing the trash folder"
OP_QUERY "query external program for addresses"
OP_QUERY_APPEND "append new query results to current results"
OP_QUIT "save changes to mailbox and quit"