[haiku-commits] haiku.r1alpha4: hrevr1alpha4-44646 - build/jam

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 24 Oct 2012 00:32:38 +0200 (CEST)

hrevr1alpha4-44646 adds 1 changeset to branch 'r1alpha4'
old head: fa9e38958222742312ba82cff6a369b3664900ac
new head: 04211a040097c1b0ce9085b17d26df3ecc5d6894

----------------------------------------------------------------------------

04211a0: Disable IMAP for R1A4. See #9080

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrevr1alpha4-44646
Commit:      04211a040097c1b0ce9085b17d26df3ecc5d6894
URL:         http://cgit.haiku-os.org/haiku/commit/?id=04211a0
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Tue Oct 23 19:26:00 2012 UTC
Committer:   Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Commit-Date: Tue Oct 23 22:19:28 2012 UTC

Ticket:      https://dev.haiku-os.org/ticket/9080

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 1 deletion(-)
build/jam/HaikuImage |    3 ++-

----------------------------------------------------------------------------

diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage
index 67bc299..342cf2b 100644
--- a/build/jam/HaikuImage
+++ b/build/jam/HaikuImage
@@ -631,7 +631,8 @@ AddFilesToHaikuImage system add-ons locale catalogs
        : $(SYSTEM_ADD_ONS_LOCALE_CATALOGS) ;
 AddFilesToHaikuHybridImage system add-ons locale catalogs
        : $(SYSTEM_ADD_ONS_LOCALE_CATALOGS) : : true ;
-AddFilesToHaikuImage system add-ons mail_daemon inbound_protocols : POP3 IMAP ;
+# IMAP is disabled for R1A4. See #9080
+AddFilesToHaikuImage system add-ons mail_daemon inbound_protocols : POP3 ;
 AddFilesToHaikuImage system add-ons mail_daemon outbound_protocols : SMTP ;
 AddFilesToHaikuImage system add-ons mail_daemon inbound_filters
        : MatchHeader SpamFilter NewMailNotification ;


Other related posts:

  • » [haiku-commits] haiku.r1alpha4: hrevr1alpha4-44646 - build/jam - kallisti5