diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-31 04:51:26 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-31 04:51:26 +0800 |
commit | 80e6c5adad4e89846c004efb2029d4db9ec2e64f (patch) | |
tree | 4a1252574114d2c70040d9013bdebd9941c2c1c1 /mail/Makefile.am | |
parent | d6b8b58bb45b16c1cb3a575c277ffdc77441e2df (diff) | |
download | gsoc2013-evolution-80e6c5adad4e89846c004efb2029d4db9ec2e64f.tar.gz gsoc2013-evolution-80e6c5adad4e89846c004efb2029d4db9ec2e64f.tar.zst gsoc2013-evolution-80e6c5adad4e89846c004efb2029d4db9ec2e64f.zip |
Add popup menus to the calendar memopad and taskpad.
Implement support for "hide completed tasks" option (not yet tested).
Flesh out most of the Preferences window. Still need Certificates page.
svn path=/branches/kill-bonobo/; revision=36701
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 8eaf2ae5de..5165e04527 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -53,6 +53,8 @@ libevolution_module_mail_la_SOURCES = \ e-searching-tokenizer.h \ em-account-editor.c \ em-account-editor.h \ + em-account-prefs.c \ + em-account-prefs.h \ em-composer-prefs.c \ em-composer-prefs.h \ em-composer-utils.c \ @@ -105,6 +107,10 @@ libevolution_module_mail_la_SOURCES = \ em-inline-filter.h \ em-junk-hook.c \ em-junk-hook.h \ + em-mailer-prefs.c \ + em-mailer-prefs.h \ + em-network-prefs.c \ + em-network-prefs.h \ em-popup.c \ em-popup.h \ em-search-context.c \ @@ -238,14 +244,10 @@ libevolution_module_mail_la_LIBADD = \ # em-icon-stream.c \ # em-inline-filter.c \ # em-junk-hook.c \ -# em-mailer-prefs.c \ -# em-mailer-prefs.h \ # em-menu.c \ # em-message-browser.c \ # em-migrate.c \ # em-migrate.h \ -# em-network-prefs.c \ -# em-network-prefs.h \ # em-popup.c \ # em-search-context.c \ # em-search-context.h \ @@ -263,8 +265,6 @@ libevolution_module_mail_la_LIBADD = \ # mail-autofilter.c \ # mail-component-factory.c \ # mail-component.c \ -# mail-config-factory.c \ -# mail-config-factory.h \ # mail-config.c \ # mail-crypto.c \ # mail-crypto.h \ |