Commit a584b840 a584b8406e11ac34789ee44dc0ade6b709d7c5be by Sergey Poznyakoff

(mu_register_all_mbox_formats): Removed nntp_record. It is not a *mailbox* format.

1 parent abc12ab3
......@@ -114,7 +114,6 @@ extern record_t sendmail_record;
list_append (bookie, imap_record);\
list_append (bookie, mh_record);\
list_append (bookie, maildir_record);\
list_append (bookie, nntp_record);\
} while (0)
#define mu_register_local_mbox_formats() do {\
......