aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.c
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-12-11 19:36:23 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-12-11 19:36:23 +0800
commitc08e99018cacc660a1995507b8d505f45f41cc95 (patch)
tree640dc840422812e1d1776895320e21279bfb96ef /mail/mail-local.c
parent9601a1ec7b5c125465fa602fa2f1baf675f2fd9f (diff)
downloadgsoc2013-evolution-c08e99018cacc660a1995507b8d505f45f41cc95.tar
gsoc2013-evolution-c08e99018cacc660a1995507b8d505f45f41cc95.tar.gz
gsoc2013-evolution-c08e99018cacc660a1995507b8d505f45f41cc95.tar.bz2
gsoc2013-evolution-c08e99018cacc660a1995507b8d505f45f41cc95.tar.lz
gsoc2013-evolution-c08e99018cacc660a1995507b8d505f45f41cc95.tar.xz
gsoc2013-evolution-c08e99018cacc660a1995507b8d505f45f41cc95.tar.zst
gsoc2013-evolution-c08e99018cacc660a1995507b8d505f45f41cc95.zip
Just added a little todo comment about some design issues.
svn path=/trunk/; revision=6901
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r--mail/mail-local.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c
index dbe76ff54d..1a03b649fd 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -26,6 +26,14 @@
* USA
*/
+/*
+ TODO:
+
+ If we are going to have all this LocalStore stuff, then the LocalStore
+ should have a reconfigure_folder method on it, as, in reality, it is
+ the maintainer of this information.
+
+*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif