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
This commit is contained in:
Rene Gollent
2010-01-17 19:18:31 +00:00
parent 4e1bbd4d0d
commit bdf7d02094
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -507,7 +507,7 @@ AddFilesToHaikuImage system add-ons mail_daemon inbound_filters
: Match\ Header Spam\ Filter R5\ Daemon\ Filter ; : Match\ Header Spam\ Filter R5\ Daemon\ Filter ;
AddFilesToHaikuImage system add-ons mail_daemon outbound_filters : Fortune ; AddFilesToHaikuImage system add-ons mail_daemon outbound_filters : Fortune ;
AddFilesToHaikuImage system add-ons mail_daemon system_filters 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 : $(SYSTEM_ADD_ONS_MEDIA) ;
AddFilesToHaikuImage system add-ons media plugins AddFilesToHaikuImage system add-ons media plugins
: $(SYSTEM_ADD_ONS_MEDIA_PLUGINS) ; : $(SYSTEM_ADD_ONS_MEDIA_PLUGINS) ;
@@ -11,12 +11,12 @@ UsePublicHeaders [ FDirName add-ons mail_daemon ] ;
SubDirHdrs [ FDirName $(HAIKU_TOP) headers os 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 ; filter.cpp ConfigView.cpp ;
LinkAgainst New\ Mail\ Notification : LinkAgainst New\ mail\ notification :
be libmail.so $(TARGET_LIBSUPC++) ; be libmail.so $(TARGET_LIBSUPC++) ;
Package haiku-maildaemon-cvs : Package haiku-maildaemon-cvs :
New\ Mail\ Notification : New\ mail\ notification :
boot home config add-ons mail_daemon system_filters ; boot home config add-ons mail_daemon system_filters ;