diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-26 08:03:53 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-26 08:03:53 +0800 |
commit | 75bb2f48a52ea7891195e89091df68c46a7db514 (patch) | |
tree | 5daa6818bc5f278c4e4a6c5c9ad25c08b05ae1ff /mail/mail-local.h | |
parent | 5ccced69c1e12d19fb65071f0d8c707669802371 (diff) | |
download | gsoc2013-evolution-75bb2f48a52ea7891195e89091df68c46a7db514.tar gsoc2013-evolution-75bb2f48a52ea7891195e89091df68c46a7db514.tar.gz gsoc2013-evolution-75bb2f48a52ea7891195e89091df68c46a7db514.tar.bz2 gsoc2013-evolution-75bb2f48a52ea7891195e89091df68c46a7db514.tar.lz gsoc2013-evolution-75bb2f48a52ea7891195e89091df68c46a7db514.tar.xz gsoc2013-evolution-75bb2f48a52ea7891195e89091df68c46a7db514.tar.zst gsoc2013-evolution-75bb2f48a52ea7891195e89091df68c46a7db514.zip |
Neater importer stuff.
svn path=/trunk/; revision=7828
Diffstat (limited to 'mail/mail-local.h')
-rw-r--r-- | mail/mail-local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-local.h b/mail/mail-local.h index 254fcbe4f6..808c2cdf18 100644 --- a/mail/mail-local.h +++ b/mail/mail-local.h @@ -35,4 +35,6 @@ void mail_local_storage_startup (EvolutionShellClient *shellclient, void mail_local_reconfigure_folder (FolderBrowser *fb); +CamelFolder *mail_local_lookup_folder (const char *name, + CamelException *ex); #endif |