From ec089b4a4129458f7140254607306eec0ef4aebf Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 Oct 2010 14:07:04 -0400 Subject: Rewrite the folder subscription editor. Redesign the "Folder Subscriptions" dialog and use Camel's async API instead of the MailMsg infrastructure to simplify the implementation. --- mail/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/Makefile.am') diff --git a/mail/Makefile.am b/mail/Makefile.am index d50f9bd23b..79db282629 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -80,7 +80,7 @@ mailinclude_HEADERS = \ em-inline-filter.h \ em-junk.h \ em-search-context.h \ - em-subscribe-editor.h \ + em-subscription-editor.h \ em-sync-stream.h \ em-utils.h \ em-vfolder-context.h \ @@ -149,7 +149,7 @@ libevolution_mail_la_SOURCES = \ em-inline-filter.c \ em-junk.c \ em-search-context.c \ - em-subscribe-editor.c \ + em-subscription-editor.c \ em-sync-stream.c \ em-utils.c \ em-vfolder-context.c \ -- cgit