(mu_register_all_mbox_formats): Removed nntp_record. It is not a *mailbox* format.
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -114,7 +114,6 @@ extern record_t sendmail_record; | ... | @@ -114,7 +114,6 @@ extern record_t sendmail_record; |
114 | list_append (bookie, imap_record);\ | 114 | list_append (bookie, imap_record);\ |
115 | list_append (bookie, mh_record);\ | 115 | list_append (bookie, mh_record);\ |
116 | list_append (bookie, maildir_record);\ | 116 | list_append (bookie, maildir_record);\ |
117 | list_append (bookie, nntp_record);\ | ||
118 | } while (0) | 117 | } while (0) |
119 | 118 | ||
120 | #define mu_register_local_mbox_formats() do {\ | 119 | #define mu_register_local_mbox_formats() do {\ | ... | ... |
-
Please register or sign in to post a comment