# HG changeset patch
# User t_mrc-ct@users.osdn.jp
# Date 1438597297 -32400
#      Mon Aug 03 19:21:37 2015 +0900
# Branch GECKO3810_2015070713_RELBRANCH
# Node ID 1db4286a63444f47086e5f4680ae8af4e572e83c
# Parent  7bdfc65eae43c4a559d916b3a18245b308378699
disable tabs-in-titlebar

diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js
--- a/mail/app/profile/all-thunderbird.js
+++ b/mail/app/profile/all-thunderbird.js
@@ -467,21 +467,18 @@
 // Where to show tab close buttons:
 // 0 - active tab only
 // 1 - all tabs until tabClipWidth is reached, then active tab only
 // 2 - no close buttons
 // 3 - at the end of the tabstrip
 pref("mail.tabs.closeButtons", 1);
 
 // Allow the tabs to be in the titlebar on supported systems
-#ifdef UNIX_BUT_NOT_MAC
+// Traffic light buttons disappear on Tiger (TFFx Issue 247,282)
 pref("mail.tabs.drawInTitlebar", false);
-#else
-pref("mail.tabs.drawInTitlebar", true);
-#endif
 
 // The breakpad report server to link to in about:crashes
 pref("breakpad.reportURL", "http://crash-stats.mozilla.com/report/index/");
 
 // OS Integrated Search and Indexing
 #ifdef XP_WIN
 pref("mail.winsearch.enable", false);
 pref("mail.winsearch.firstRunDone", false);
