From bdf7d020940d8a3722c8a7ec942ffee2e849ed92 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sun, 17 Jan 2010 19:18:31 +0000 Subject: [PATCH] Update the new mail notification add-on's name to match the sentence case changes. Should fix ticket #5257. MDR's account add-on chain format should probably be modified to not be so dependent on the actual name of the add-on as opposed to some alternate UID though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35130 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 2 +- src/add-ons/mail_daemon/system_filters/notifier/Jamfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 4b5da50832..ba940e9935 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -507,7 +507,7 @@ AddFilesToHaikuImage system add-ons mail_daemon inbound_filters : Match\ Header Spam\ Filter R5\ Daemon\ Filter ; AddFilesToHaikuImage system add-ons mail_daemon outbound_filters : Fortune ; AddFilesToHaikuImage system add-ons mail_daemon system_filters - : Inbox New\ Mail\ Notification Outbox Message\ Parser ; + : Inbox New\ mail\ notification Outbox Message\ Parser ; AddFilesToHaikuImage system add-ons media : $(SYSTEM_ADD_ONS_MEDIA) ; AddFilesToHaikuImage system add-ons media plugins : $(SYSTEM_ADD_ONS_MEDIA_PLUGINS) ; diff --git a/src/add-ons/mail_daemon/system_filters/notifier/Jamfile b/src/add-ons/mail_daemon/system_filters/notifier/Jamfile index 8431f02a87..7c55b8d291 100644 --- a/src/add-ons/mail_daemon/system_filters/notifier/Jamfile +++ b/src/add-ons/mail_daemon/system_filters/notifier/Jamfile @@ -11,12 +11,12 @@ UsePublicHeaders [ FDirName add-ons mail_daemon ] ; SubDirHdrs [ FDirName $(HAIKU_TOP) headers os add-ons mail_daemon ] ; -Addon New\ Mail\ Notification : +Addon New\ mail\ notification : filter.cpp ConfigView.cpp ; -LinkAgainst New\ Mail\ Notification : +LinkAgainst New\ mail\ notification : be libmail.so $(TARGET_LIBSUPC++) ; Package haiku-maildaemon-cvs : - New\ Mail\ Notification : + New\ mail\ notification : boot home config add-ons mail_daemon system_filters ;