summaryrefslogtreecommitdiff
path: root/libmu_scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-01-08 16:28:58 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-01-08 16:28:58 +0000
commitd0f66bb25c3e4b58d91f3c8dcfb73abe7764302b (patch)
tree00d1be855aa69477b7dff79fcb935b67f80be781 /libmu_scm
parent28d63fd9026b85abd7f244d043d41ee6b7434140 (diff)
downloadmailutils-d0f66bb25c3e4b58d91f3c8dcfb73abe7764302b.tar.gz
mailutils-d0f66bb25c3e4b58d91f3c8dcfb73abe7764302b.tar.bz2
Added maildir support
Diffstat (limited to 'libmu_scm')
-rw-r--r--libmu_scm/mu_scm.c1
1 files changed, 1 insertions, 0 deletions
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
@@ -59,12 +59,13 @@ struct format_record {
record_t *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 },
{ "smtp", &smtp_record },
{ NULL, NULL },
};

Return to:

Send suggestions and report system problems to the System administrator.