[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
In VM, messages are flagged for deletion, and then are subsequently expunged or removed from the folder. The messages are not removed from the on-disk copy of the folder until the folder is saved.
vm-delete-message
)
vm-undelete-message
)
vm-kill-subject
)
vm-expunge-folder
)
Setting the variable vm-move-after-deleting
non-nil
causes
VM to move past the messages after flagging them for deletion. Setting
vm-move-after-undeleting
non-nil
causes similar movement
after undeletes. Setting vm-move-after-killing
non-nil
causes VM to move after killing messages with vm-kill-subject
.
Note that the movement is done by calling vm-next-message
which
means that the value of vm-circular-folders
applies to the
post-command motion as for a motion command, not as for a non-motion
command.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |