From cc51a32255f103d782233f12537bdb0132f45e02 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 22 Dec 2004 13:05:59 +0000 Subject: Added getCapabilities() on messaging::store. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 74eebaa7..977b6e75 100644 --- a/SConstruct +++ b/SConstruct @@ -360,7 +360,7 @@ opts.AddOptions( + 'This option has no effect if "with_messaging" is not activated.\n' + 'Separate protocols with spaces; string must be quoted with ".\n' + 'Available protocols: pop3, smtp, imap, maildir.', - '"pop3 smtp imap"' + '"pop3 smtp imap maildir"' ), ( 'with_platforms', -- cgit