diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-07-30 11:21:16 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-07-30 11:21:16 +0800 |
commit | 4f1ecbb64b04048e1765f25e65799830316021d1 (patch) | |
tree | 7964a6eb6536b0575c274d48c721274d86a98bd2 /mail/Makefile.am | |
parent | 08f83c6fcf6fb24a12553efa2410d6f389ee7911 (diff) | |
download | gsoc2013-evolution-4f1ecbb64b04048e1765f25e65799830316021d1.tar gsoc2013-evolution-4f1ecbb64b04048e1765f25e65799830316021d1.tar.gz gsoc2013-evolution-4f1ecbb64b04048e1765f25e65799830316021d1.tar.bz2 gsoc2013-evolution-4f1ecbb64b04048e1765f25e65799830316021d1.tar.lz gsoc2013-evolution-4f1ecbb64b04048e1765f25e65799830316021d1.tar.xz gsoc2013-evolution-4f1ecbb64b04048e1765f25e65799830316021d1.tar.zst gsoc2013-evolution-4f1ecbb64b04048e1765f25e65799830316021d1.zip |
Remove hack to pass the storage around.
2000-07-29 Not Zed <NotZed@HelixCode.com>
* component-factory.c (create_view): Remove hack to pass the
storage around.
* folder-browser-factory.c (control_activate): Changed to call
renamed vfolder editor.
* mail-ops.c (vfolder_edit_vfolders): renamed from vfolder_edit,
call new edit function.
(vfolder_editor_clicked): Removed.
(filter_druid_clicked):
(filter_edit): Updated for api change.
(real_fetch_mail): Fixed up for api change and fucked up indent.
(filter_get_folder): callback for filter driver.
* mail-vfolder.c: New file to manage virtual folders.
svn path=/trunk/; revision=4417
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index ab08d1315f..c5752ac822 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -49,6 +49,7 @@ evolution_mail_SOURCES = \ mail-threads.c \ mail-threads.h \ mail-types.h \ + mail-vfolder.c \ main.c \ message-list.c \ message-list.h \ |