Register mh_record.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -182,6 +182,7 @@ main (int argc, char **argv) | ... | @@ -182,6 +182,7 @@ main (int argc, char **argv) |
182 | list_append (bookie, path_record); | 182 | list_append (bookie, path_record); |
183 | list_append (bookie, pop_record); | 183 | list_append (bookie, pop_record); |
184 | list_append (bookie, imap_record); | 184 | list_append (bookie, imap_record); |
185 | list_append (bookie, mh_record); | ||
185 | /* Possible supported mailers. */ | 186 | /* Possible supported mailers. */ |
186 | list_append (bookie, sendmail_record); | 187 | list_append (bookie, sendmail_record); |
187 | list_append (bookie, smtp_record); | 188 | list_append (bookie, smtp_record); | ... | ... |
-
Please register or sign in to post a comment