diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-08 10:08:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-08 10:08:44 +0800 |
commit | 573ea91f0c6dc6de73884bbf1a4b039975fcacda (patch) | |
tree | bdfab5a98b22e1253d7864cf70528360add0fb62 /mail/Makefile.am | |
parent | 5428d055d162ffa0dde2b0dc5a9b2e6907a6ca73 (diff) | |
download | gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar.gz gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar.bz2 gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar.lz gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar.xz gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.tar.zst gsoc2013-evolution-573ea91f0c6dc6de73884bbf1a4b039975fcacda.zip |
Added mail-view.c
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
* Makefile.am: Added mail-view.c
* folder-browser-factory.c (control_activate): Adda menu item for
viewing the message
* mail-view.c: New file containing methods for viewing messages in
separate windows
* mail-ops.c (view_message): New callback for viewing messages in
a new window.
svn path=/trunk/; revision=4588
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 5386741906..faeddf2dfa 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -53,6 +53,7 @@ evolution_mail_SOURCES = \ mail-threads.h \ mail-types.h \ mail-vfolder.c \ + mail-view.c \ main.c \ message-list.c \ message-list.h \ |