IMAP,POP3,NewMailNotification: fixed x86_64 build.
* Notifier::HeaderFetched(): fixed the method signature (go figure how it could build on x86). * POP3: fSizes type is now std::vector<size_t> instead of BList. Please review. off_t might be a better choice. * added the mail_daemon add-ons to the Haiku package again.
This commit is contained in:
@@ -205,13 +205,12 @@ AddFilesToPackage add-ons accelerants : $(SYSTEM_ADD_ONS_ACCELERANTS) ;
|
||||
AddFilesToPackage add-ons Translators : $(SYSTEM_ADD_ONS_TRANSLATORS) ;
|
||||
AddFilesToPackage add-ons locale catalogs : $(SYSTEM_ADD_ONS_LOCALE_CATALOGS) ;
|
||||
|
||||
# TODO: fix these.
|
||||
#AddFilesToPackage add-ons mail_daemon inbound_protocols : POP3
|
||||
# IMAP ;
|
||||
#AddFilesToPackage add-ons mail_daemon outbound_protocols : SMTP ;
|
||||
#AddFilesToPackage add-ons mail_daemon inbound_filters
|
||||
# : MatchHeader SpamFilter NewMailNotification ;
|
||||
#AddFilesToPackage add-ons mail_daemon outbound_filters : Fortune ;
|
||||
AddFilesToPackage add-ons mail_daemon inbound_protocols : POP3
|
||||
IMAP ;
|
||||
AddFilesToPackage add-ons mail_daemon outbound_protocols : SMTP ;
|
||||
AddFilesToPackage add-ons mail_daemon inbound_filters
|
||||
: MatchHeader SpamFilter NewMailNotification ;
|
||||
AddFilesToPackage add-ons mail_daemon outbound_filters : Fortune ;
|
||||
|
||||
AddFilesToPackage add-ons media : $(SYSTEM_ADD_ONS_MEDIA) ;
|
||||
AddFilesToPackage add-ons media plugins : $(SYSTEM_ADD_ONS_MEDIA_PLUGINS) ;
|
||||
|
||||
Reference in New Issue
Block a user