summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
Diffstat (limited to 'frm')
-rw-r--r--frm/frm.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/frm/frm.c b/frm/frm.c
index e40eb34cf..54ddd81bf 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -325,15 +325,7 @@ main(int argc, char **argv)
mailbox_name = argv[0];
/* register the formats. */
- {
- list_t bookie;
- registrar_get_list (&bookie);
- list_append (bookie, mbox_record);
- list_append (bookie, path_record);
- list_append (bookie, mh_record);
- list_append (bookie, pop_record);
- list_append (bookie, imap_record);
- }
+ mu_register_all_mbox_formats ();
/* Construct the mailbox_t, attach a notification and destroy */
{

Return to:

Send suggestions and report system problems to the System administrator.