MAIL_AUTOCOMPLETE_MAX_BUTTONS = 5
this:SetBackdropBorderColor(TOOLTIP_DEFAULT_COLOR.r, TOOLTIP_DEFAULT_COLOR.g, TOOLTIP_DEFAULT_COLOR.b)
this:SetBackdropColor(TOOLTIP_DEFAULT_BACKGROUND_COLOR.r, TOOLTIP_DEFAULT_BACKGROUND_COLOR.g, TOOLTIP_DEFAULT_BACKGROUND_COLOR.b)
this.maxHeight = MAIL_AUTOCOMPLETE_MAX_BUTTONS * MailAutoCompleteButton1:GetHeight()
MailAutoCompleteInstructions:SetText("|cffbbbbbbPress Tab|r")
GameTooltip:SetOwner( this, "ANCHOR_RIGHT" );
GameTooltip:SetText( L[ "This mail was returned to you." ] );
GameTooltip:Hide();
GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
GameTooltip:SetText( L[ "This mail was sent by an auctionhouse." ] );
GameTooltip:Hide();
TurtleMail.log.show_calendar( "End" )
TurtleMail.log.players_dropdown_on_load()
TurtleMail.log.players_dropdown_on_load()
TurtleMail.log.populate( "Sent" )
TurtleMail.log.populate( "Received" )
MailFrameTab_OnClick()