diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-03 02:07:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-03 03:22:07 +0800 |
commit | ec089b4a4129458f7140254607306eec0ef4aebf (patch) | |
tree | 7418aa00b5e9c66b8176ba5e5b69c1b2a7108841 /mail/Makefile.am | |
parent | 45b6f58f0a2d3e9e567694febf58882b9f74a257 (diff) | |
download | gsoc2013-evolution-ec089b4a4129458f7140254607306eec0ef4aebf.tar.gz gsoc2013-evolution-ec089b4a4129458f7140254607306eec0ef4aebf.tar.zst gsoc2013-evolution-ec089b4a4129458f7140254607306eec0ef4aebf.zip |
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.
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |