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:
Jérôme Duval
2015-01-08 22:31:43 +01:00
parent 1d766e9dd3
commit b9962ceac2
8 changed files with 38 additions and 32 deletions
+6 -7
View File
@@ -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) ;