diff options
author | Not Zed <NotZed@Ximian.com> | 2001-07-19 19:50:49 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-07-19 19:50:49 +0800 |
commit | cdea22d886c2547288e24129b14399eeed08cd17 (patch) | |
tree | cd73b00b4d561f1cb9f2ee4288df284cd7f4b11e /mail/Makefile.am | |
parent | e20c4b9b33ec0c32fc8f5b5611f9e0412b2bf790 (diff) | |
download | gsoc2013-evolution-cdea22d886c2547288e24129b14399eeed08cd17.tar.gz gsoc2013-evolution-cdea22d886c2547288e24129b14399eeed08cd17.tar.zst gsoc2013-evolution-cdea22d886c2547288e24129b14399eeed08cd17.zip |
partial checkin before completing the changes
2001-07-18 Not Zed <NotZed@Ximian.com>
* mail-local.c (reconfigure_folder_reconfigure): Changed to use
camel_operation rathre than mail_status.
(reconfigure_folder_describe): re-enabled this function.
* mail-ops.c (get_messages_get): Changed to use camel-progress for
status reporting.
(save_messages_save): Likewise.
2001-07-17 Not Zed <NotZed@Ximian.com>
* mail-mt.c (struct _mail_msg_priv, destroy_objects, mail_msg_new,
mail_msg_free, do_op_status): Changed to use an EvolutionActivityClient for
progress.
svn path=/trunk/; revision=11223
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index b29861960c..004ed4e932 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -106,7 +106,7 @@ evolution_mail_SOURCES = \ message-list.h \ subscribe-dialog.c \ subscribe-dialog.h \ - mail.h + mail.h mcheck.c evolution_mail_LDADD = \ $(top_builddir)/camel/libcamel.la \ |