Commit 52c4656f 52c4656f527c90e0123a4559ce7d5dcd5f1b03d5 by Sergey Poznyakoff

mh: rmm now saves state before returning

* mh/rmm.c (main): Call mh_global_save_state.
1 parent a43d959f
Showing 1 changed file with 1 additions and 0 deletions
......@@ -82,6 +82,7 @@ main (int argc, char **argv)
mu_mailbox_expunge (mbox);
mu_mailbox_close (mbox);
mu_mailbox_destroy (&mbox);
mh_global_save_state ();
return status;
}
......