3. WSResort
The WSResort command will copy (or move) messages, based on the contents, from one or more existing message sets to a (possibly new) message set. Form:
WSResort [-mt] toMsgSet ← searchPattern(s) IN fromMsgSet(s)
The -m switch causes the message to be removed from the old message set. The -t switch causes the keyword search to be performed on the table of contents entry, rather than the whole message. searchPattern(s) may be either a list of ropes to search for separated by spaces or the single character '*, which indicates that all messages should be moved (or copied). fromMsgSet(s) is similar, but '* is not allowed.