aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-04-24 05:16:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-24 05:16:00 +0800
commit373b8669f5e8b377ba0d17d938641e8650551abb (patch)
treed63d1ce1faa9fc617c84058fa6ad704580eaf7fc /mail/Makefile.am
parent23faa57aef230148a5ab1c746a325be4ba029b02 (diff)
downloadgsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar
gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar.gz
gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar.bz2
gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar.lz
gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar.xz
gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.tar.zst
gsoc2013-evolution-373b8669f5e8b377ba0d17d938641e8650551abb.zip
Use the message-browser widget rather than the mail-view window.
2001-04-23 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (do_view_message): Use the message-browser widget rather than the mail-view window. * mail-view.c: Removed. * folder-browser.c: Added a folder_loaded signal. * message-browser.[c,h]: New window to solve all our message browsing needs. This replaces mail-view.c. * message-list.c (message_list_select_uid): New function needed by the new message-browser window. svn path=/trunk/; revision=9525
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index de0b3c92e1..ed3cdf3b2b 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -92,7 +92,8 @@ evolution_mail_SOURCES = \
mail-types.h \
mail-vfolder.c \
mail-vfolder.h \
- mail-view.c \
+ message-browser.c \
+ message-browser.h \
main.c \
message-list.c \
message-list.h \