summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-01-08 16:29:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-01-08 16:29:59 +0000
commit45a2791f0bb68f1af73056fdc7ab07a39c2b9baa (patch)
treede061a272a7358d67bb5ba6d0cbddf52ac0e689e /frm
parent885c5863cad30184428e7b0ac3ffb1da58e3f6dd (diff)
downloadmailutils-45a2791f0bb68f1af73056fdc7ab07a39c2b9baa.tar.gz
mailutils-45a2791f0bb68f1af73056fdc7ab07a39c2b9baa.tar.bz2
(main): Use mu_register_all_mbox_formats
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.