Download
(22Kb)
Download
Updated: 10-16-10 07:01 AM
Pictures
File Info
Updated:10-16-10 07:01 AM
Created:05-12-09 10:14 AM
Downloads:5,919
Favorites:50
MD5:

Better Outbox  Popular! (More than 5000 hits)

Version: r15-release
by: Ammo [More]

Better Outbox is Better Inbox's outbox brother.

It adds the following features to the outbox frame:
- Autocompletion of your alts automatically. Helps when you have non-guilded alts.
- Autofills the subject if no subject is set and you are only sending money.
- Autofills the recipient with the last person mailed.

I'm still looking for ways to improve, please leave a comment!

Enjoy,

-Ammo

r15-release:
- 4.0 compatible release

r12-release:
- Store last known recipient across sessions
- 3.2 toc

r10-release:
- Focus the recipient box after sending a mail

r8-release:
- Add p3lim suggestion of last recipient
- Make this work with every locale (I hope)

r6-release:
- Initial release
Optional Files (0)


Post A Reply Comment Options
Unread 05-13-09, 01:19 AM  
Ammo
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 137
Uploads: 22
I added the last recipient mailed and made it work with GlobalStrings from blizzard, so it should be localized as well
Report comment to moderator  
Reply With Quote
Unread 05-12-09, 10:11 PM  
4AD
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Usefull feature?

A dropdownbox might be handy where one can save the most used recipients.
Last edited by 4AD : 05-13-09 at 12:29 AM.
Report comment to moderator  
Reply With Quote
Unread 05-12-09, 11:33 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Suggestion: add this

I have this feature in my bag-o-treats add-on:
Code:
function addon:MAIL_SEND_SUCCESS()
	if(self.last) then
		SendMailNameEditBox:SetText(self.last)
		SendMailNameEditBox:HighlightText()
	end
end

do
	local orig = SendMailFrame_SendMail
	function SendMailFrame_SendMail(...)
		addon.last = SendMailNameEditBox:GetText()
		orig(...)
	end
end
It sets the last send-to name
Last edited by p3lim : 05-12-09 at 11:33 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.