summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-12-07 20:54:15 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-12-07 20:54:15 +0000
commit727b3c755d6db784cedc1d334d4a70ce72543d0d (patch)
tree120a7864b5dd2a28845c2fee7c9b9f57fc0130d3 /TODO
parent2412484207346815cb2a1a7ef3c3aa8e6e093fba (diff)
downloadmailutils-727b3c755d6db784cedc1d334d4a70ce72543d0d.tar.gz
mailutils-727b3c755d6db784cedc1d334d4a70ce72543d0d.tar.bz2
* NEWS, TODO: Update.
* examples/Makefile.am: Add aclck * examples/aclck.c: New file. Test program for ACLs. * include/mailutils/Makefile.am (pkginclude_HEADERS): Add acl.h, kwd.h and vartab.h. * include/mailutils/acl.h: New file. ACL declarations. * include/mailutils/kwd.h: New file. Declarations for simple string to token conversion. * include/mailutils/vartab.h: New file. Declarations of functions for variable expansion. * include/mailutils/mailutils.h: Include acl.h, kwd.h and vartab.h. * include/mailutils/types.hin: Define mu_vartab_t * mailbox/Makefile.am (libmailutils_la_SOURCES): Add acl.c, kwd.c, and vartab.c. * mailbox/acl.c: New file. * mailbox/kwd.c: New file. * mailbox/vartab.c: New file. * mailbox/cfg_parser.y (parse_cidr): Fix typo. * mailbox/list.c: Fix indentation. * mailbox/mailbox.c (_create_mailbox): Fix type of level. * mailbox/syslog.c: Use mu_kwd_* functions.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 52e39cee1..01b987335 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,12 @@
-GNU mailutils TODO list. 2007-11-30
+GNU mailutils TODO list. 2007-12-07
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
2007 Free Software Foundation, Inc.
* Documentation
+* Review the code and use mu_vartab_* and mu_kwd_* functions where
+necessary.
+
* mailbox
** Generic search interface

Return to:

Send suggestions and report system problems to the System administrator.