(main): Call mu_register_local_mbox_formats().
Showing
2 changed files
with
2 additions
and
12 deletions
... | @@ -165,12 +165,7 @@ main (int argc, char **argv) | ... | @@ -165,12 +165,7 @@ main (int argc, char **argv) |
165 | } | 165 | } |
166 | 166 | ||
167 | /* Register the desired formats. */ | 167 | /* Register the desired formats. */ |
168 | { | 168 | mu_register_local_mbox_formats (); |
169 | list_t bookie; | ||
170 | registrar_get_list (&bookie); | ||
171 | list_append (bookie, mbox_record); | ||
172 | list_append (bookie, path_record); | ||
173 | } | ||
174 | 169 | ||
175 | /* Set the signal handlers. */ | 170 | /* Set the signal handlers. */ |
176 | signal (SIGINT, imap4d_signal); | 171 | signal (SIGINT, imap4d_signal); | ... | ... |
... | @@ -189,12 +189,7 @@ main (int argc, char **argv) | ... | @@ -189,12 +189,7 @@ main (int argc, char **argv) |
189 | } | 189 | } |
190 | 190 | ||
191 | /* Register the desired formats. */ | 191 | /* Register the desired formats. */ |
192 | { | 192 | mu_register_local_mbox_formats (); |
193 | list_t bookie; | ||
194 | registrar_get_list (&bookie); | ||
195 | list_append (bookie, mbox_record); | ||
196 | list_append (bookie, path_record); | ||
197 | } | ||
198 | 193 | ||
199 | /* Set the signal handlers. */ | 194 | /* Set the signal handlers. */ |
200 | signal (SIGINT, pop3d_signal); | 195 | signal (SIGINT, pop3d_signal); | ... | ... |
-
Please register or sign in to post a comment