diff options
author | 0 <NotZed@Ximian.com> | 2001-09-11 08:32:20 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-11 08:32:20 +0800 |
commit | c7e1b2cbb026ff94c0a7daf4c623b5c4116116bf (patch) | |
tree | 95dd5ae2ba8e0ea6d1bc4198e2157a47ec8b1895 /mail/mail-folder-cache.h | |
parent | ec9803b91dc499b6864c1d1a6a8cf615760d7649 (diff) | |
download | gsoc2013-evolution-c7e1b2cbb026ff94c0a7daf4c623b5c4116116bf.tar.gz gsoc2013-evolution-c7e1b2cbb026ff94c0a7daf4c623b5c4116116bf.tar.zst gsoc2013-evolution-c7e1b2cbb026ff94c0a7daf4c623b5c4116116bf.zip |
Dynamically create the folder type list from camel. (reconfigure_clicked):
2001-09-10 <NotZed@Ximian.com>
* mail-local.c (mail_local_reconfigure_folder): Dynamically create
the folder type list from camel.
(reconfigure_clicked): And change code to handle changes.
2001-09-10 <NotZed@Ximian.com>
* merged mail_local patch from peterw. Many changes.
svn path=/trunk/; revision=12759
Diffstat (limited to 'mail/mail-folder-cache.h')
-rw-r--r-- | mail/mail-folder-cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-folder-cache.h b/mail/mail-folder-cache.h index 9902933cf8..df99ef7283 100644 --- a/mail/mail-folder-cache.h +++ b/mail/mail-folder-cache.h @@ -56,6 +56,7 @@ void mail_folder_cache_note_folderinfo (const gchar *uri, CamelFolderInfo *f void mail_folder_cache_note_name (const gchar *uri, const gchar *name); CamelFolder *mail_folder_cache_try_folder (const gchar *uri); +gchar * mail_folder_cache_try_name (const gchar *uri); void mail_folder_cache_set_shell_view (GNOME_Evolution_ShellView sv); void mail_folder_cache_set_folder_browser (FolderBrowser *fb); |