diff options
-rw-r--r-- | mail/mail-local.c | 8 |
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 |