From d0f66bb25c3e4b58d91f3c8dcfb73abe7764302b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 8 Jan 2004 16:28:58 +0000 Subject: Added maildir support --- libmu_scm/mu_scm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmu_scm') diff --git a/libmu_scm/mu_scm.c b/libmu_scm/mu_scm.c index eaae397f3..e1bf5e331 100644 --- a/libmu_scm/mu_scm.c +++ b/libmu_scm/mu_scm.c @@ -62,6 +62,7 @@ struct format_record { static struct format_record format_table[] = { { "mbox", &mbox_record }, { "mh", &mh_record }, + { "maildir", &maildir_record }, { "pop", &pop_record }, { "imap", &imap_record }, { "sendmail", &sendmail_record }, -- cgit v1.2.1