Quantcast

-Small update

Xruptor [01-08-11 - 13:48]
-Small update
Filename
xanAutoMail.lua
xanAutoMail.toc
diff --git a/xanAutoMail.lua b/xanAutoMail.lua
index 8f5da0b..28163f9 100644
--- a/xanAutoMail.lua
+++ b/xanAutoMail.lua
@@ -282,7 +282,7 @@ end
 local function inboxFullCheck()
 	local nItem, nTotal = GetInboxNumItems()
 	if nItem and nTotal then
-		if ( nTotal > nItem) or InboxTooMuchMail:IsVisible() then
+		if ( nTotal > nItem) or InboxTooMuchMail:IsVisible() and not inboxAllButton.movedBottom then
 			inboxAllButton:ClearAllPoints()
 			inboxAllButton:SetPoint("CENTER", InboxFrame, "BOTTOM", -10, 100)
 			inboxAllButton.movedBottom = true
diff --git a/xanAutoMail.toc b/xanAutoMail.toc
index 2df1839..74bdd2f 100644
--- a/xanAutoMail.toc
+++ b/xanAutoMail.toc
@@ -2,7 +2,7 @@
 ## Title: xanAutoMail
 ## Notes: Expands blizzards automatic name generation for sending Mail to include people outside the guild.
 ## Author: Xruptor
-## Version: 1.3
+## Version: 1.4
 ## SavedVariables: xanAutoMailDB

 libs\LibStub\LibStub.lua