diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-28 05:08:51 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-28 05:08:51 +0800 |
commit | d4b3c14fcd52e273d549e20ae84ead8cf1f75d8d (patch) | |
tree | 73ddf644a1422e6c0a2b0338fe2b961f5fcdf4f3 /mail/Makefile.am | |
parent | 63e96e100291b330e75cc3b3b49795c720e5ffa0 (diff) | |
download | gsoc2013-evolution-d4b3c14fcd52e273d549e20ae84ead8cf1f75d8d.tar.gz gsoc2013-evolution-d4b3c14fcd52e273d549e20ae84ead8cf1f75d8d.tar.zst gsoc2013-evolution-d4b3c14fcd52e273d549e20ae84ead8cf1f75d8d.zip |
Renamed from session.c and made to be a subclass of CamelSession.
* mail-session.c: Renamed from session.c and made to be a subclass
of CamelSession.
* mail-mt.c (mail_user_message): Renamed from mail_get_accept and
made more general-purpose, to implement the new
camel_session_alert_user.
svn path=/trunk/; revision=9618
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 6f48791528..b9700e60f5 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -86,6 +86,8 @@ evolution_mail_SOURCES = \ mail-search-dialogue.h \ mail-send-recv.c \ mail-send-recv.h \ + mail-session.c \ + mail-session.h \ mail-summary.c \ mail-summary.h \ mail-tools.c \ @@ -98,8 +100,6 @@ evolution_mail_SOURCES = \ main.c \ message-list.c \ message-list.h \ - session.c \ - mail-session.h \ subscribe-dialog.c \ subscribe-dialog.h \ mail.h |