Added pop and imap records.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -51,6 +51,8 @@ main (int argc, char **argv) | ... | @@ -51,6 +51,8 @@ main (int argc, char **argv) |
51 | list_t bookie; | 51 | list_t bookie; |
52 | registrar_get_list (&bookie); | 52 | registrar_get_list (&bookie); |
53 | list_append (bookie, path_record); | 53 | list_append (bookie, path_record); |
54 | list_append (bookie, pop_record); | ||
55 | list_append (bookie, imap_record); | ||
54 | } | 56 | } |
55 | 57 | ||
56 | if ((status = mailbox_create_default (&mbox, mboxname)) != 0) | 58 | if ((status = mailbox_create_default (&mbox, mboxname)) != 0) | ... | ... |
-
Please register or sign in to post a comment