summaryrefslogtreecommitdiff
path: root/mh/refile.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/refile.c')
-rw-r--r--mh/refile.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mh/refile.c b/mh/refile.c
index c1d28e3ab..8bcab2f85 100644
--- a/mh/refile.c
+++ b/mh/refile.c
@@ -220,7 +220,9 @@ main (int argc, char **argv)
mh_msgset_parse (&msgset, mbox, argc, argv, "cur");
status = mu_msgset_foreach_message (msgset, refile_iterator, NULL);
-
+
+ mh_sequences_elim (msgset);
+
mu_mailbox_expunge (mbox);
mu_mailbox_close (mbox);
mu_mailbox_destroy (&mbox);

Return to:

Send suggestions and report system problems to the System administrator.