Search:

Type: Posts; User: houm

Search: Search took 0.00 seconds.

  1. Replies
    138
    Views
    213,742

    The previously unshown mail should be visible at...

    The previously unshown mail should be visible at the end of your mailbox queue then.
  2. Replies
    138
    Views
    213,742

    You don't loose the unshown mails, they just take...

    You don't loose the unshown mails, they just take some time to be visible in your mailbox after you created free slots.
  3. Replies
    138
    Views
    213,742

    Instead of 2 for loops I'd suggest a simple...

    Instead of 2 for loops I'd suggest a simple single table lookup

    local t = {
    ["Undercity AuctionHouse"] = "Horde Auction House",
    --etc
    }return function:
    sender = t[sender] or sender

    -
Results 1 to 3 of 3