diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-29 21:42:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-29 21:42:07 +0800 |
commit | 11e1bc38c325665c24b1c831d009f89b7112ebe5 (patch) | |
tree | 6702c58b27499e98ed6be7e903965d9ad1a7f4c6 /ui/Makefile.am | |
parent | c6e59dfc5b5a94c727024114c0d047916df33cad (diff) | |
download | gsoc2013-evolution-11e1bc38c325665c24b1c831d009f89b7112ebe5.tar.gz gsoc2013-evolution-11e1bc38c325665c24b1c831d009f89b7112ebe5.tar.zst gsoc2013-evolution-11e1bc38c325665c24b1c831d009f89b7112ebe5.zip |
Get the basic mail browser window working. No message contents yet.
svn path=/branches/kill-bonobo/; revision=36946
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index a794a869fb..507b317f93 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -9,6 +9,7 @@ UI_FILES = \ evolution-calendars.ui \ evolution-contacts.ui \ evolution-mail.ui \ + evolution-mail-reader.ui \ evolution-memos.ui \ evolution-shell.ui \ evolution-tasks.ui |