# MODULE status_edit.pl

sub status_edit {
    &commit_deletions;
    &system('stat -e',$id = &current_msgid,$Current_Folder);
    &read_folder();
    &redraw;
}

1;
