Postal_DejaVu now remembers the last 15 people you have mailed and allows you to scroll the list with the UP/DOWN arrows in the SendMail Name Editbox. Right now this data is not saved between sessions.
Im still waiting for inspiration on a Postal_Storage module which if enabled different components would grab data from it.
[2007/01/12 06:45:30-270-x1]: Postal-2.0 -Ace2-\Postal_DejaVu\Postal_DejaVu.lua:8: AceHook-2.1: Could not find the handler "ArrowHandler" you supplied when hooking method "OnChar"
<in C code>: ?
AceEvent-2.0-23383 (FuBar):251: in function `TriggerEvent'
AceEvent-2.0-23383 (FuBar):962: in function <...face\AddOns\FuBar\libs\AceEvent-2.0\AceEvent-2.0.lua:955>
[2007/01/12 06:45:30-270-x1]: Postal-2.0 -Ace2-\Postal_DejaVu\Postal_DejaVu.lua:8: AceHook-2.1: Could not find the handler "ArrowHandler" you supplied when hooking method "OnChar"
<in C code>: ?
AceEvent-2.0-23383 (FuBar):251: in function `TriggerEvent'
AceEvent-2.0-23383 (FuBar):962: in function <...face\AddOns\FuBar\libs\AceEvent-2.0\AceEvent-2.0.lua:955>
Proposal for Postal_Express. Option to count the money you have collected from the mails and print it when you close the mailbox frame
I.e. when you have received 5 mails from selling stuff at AH. Then you collect the money from those, and when you close the mailbox frame it will print the total amount.
I'm guessing this was a function of GMail that hasn't been implemented in Postal yet but I'd love to be able to alt+click an item to initiate trade and put it in the first slot of the trade window again.
Proposal for Postal_Express. Option to count the money you have collected from the mails and print it when you close the mailbox frame
I.e. when you have received 5 mails from selling stuff at AH. Then you collect the money from those, and when you close the mailbox frame it will print the total amount.
Not a good fit for postal express since its a "fast and quick mailshortcuts" type deal.
What you are thinking of is something like a new submod/module which:
1. when the mailframe is shown registers money update events and stores how much you have
2. when the mailframe closes checks how much you have and prints the difference
Come up with a good name for it Postal_??? and Ill make it, pretty simple.
I'm guessing this was a function of GMail that hasn't been implemented in Postal yet but I'd love to be able to alt+click an item to initiate trade and put it in the first slot of the trade window again.
This was branched off into "AltClickToAddItem" which is on trunk. Unfortunately, it does not initiate trades yet, oops. Ill throw it in tomorrow.
Proposal for Postal_Express. Option to count the money you have collected from the mails and print it when you close the mailbox frame
I.e. when you have received 5 mails from selling stuff at AH. Then you collect the money from those, and when you close the mailbox frame it will print the total amount.
Heya grennon, since I didn't take a look at the mail API so far, do yo think it's possible to also add a feature that does print out the amount for an auction I've won? Something like: Auction won: 20 rune clothes for 1.20 g.
Heya grennon, since I didn't take a look at the mail API so far, do yo think it's possible to also add a feature that does print out the amount for an auction I've won? Something like: Auction won: 20 rune clothes for 1.20 g.
Note: I really need to move this mod to the module system since the number of features is growing.
Alright, what do you mean by this feature exactly? When you collect a mail from the AH, spit out a summary of the message to the chatframe? Trigger a custom event like "Postal10_AuctionWon", ItemLink, Count, Cost for another mod (or a postal module) to read?
Just made the jump from gmail (welll lost all my addons and just noticed that one was missing hehe) any news on when the mass mail option will be ready as realy realy realy miss that :)
Alright, what do you mean by this feature exactly? When you collect a mail from the AH, spit out a summary of the message to the chatframe?
Yup, that was the basic idea behind it. In my opinion it would fit best to Postal_Rake, since it's already showing the money you gained from your mail. Make them real Ace modules though, you'll love it. I'm enyoing this big time in Fence :)
Tried for an hour before switching back to Gmail. I'll switch to Postal when Send All is back.
A question I have though is, would it be possible to turn off the aurosend mail when receipent exists and I alt-add an item :<
Tried for an hour before switching back to Gmail. I'll switch to Postal when Send All is back.
A question I have though is, would it be possible to turn off the aurosend mail when receipent exists and I alt-add an item :<
This is actually the ghetto feature to tide users over til there a massmail gui done.
My guild bank's name is Naxxbank. After I get done doing Naxx I open the mailframe, i click the sendmail frame, I type in Nax- (it autocompletes Naxxbank).
My bag frame is open and I mouseover to my pile of wartorn chain scraps, I alt click and it fires off to Naxxbank.
DejaVu keeps Naxxbank's name in the To: field. Now I just go through my bag and alt-click to plate scraps, leather, cloth, words of thawing, frozen runes.
This is actually much leaner and faster than using a GUI and I expect some users will switch doing it this way.
.toc file:
## Version: 2.0|cff7fff7f -Ace2-|r
## Title: Postal
Should be:
## Version: 2.0
## Title: Postal |cff7fff7f -Ace2-|r
AND feature request:
- With GMail it was possible to trade stuff with ALT+Click. Hope to see this too, else I need to change back to GMail :(
- mass mail is needed :)
This is actually the ghetto feature to tide users over til there a massmail gui done.
My guild bank's name is Naxxbank. After I get done doing Naxx I open the mailframe, i click the sendmail frame, I type in Nax- (it autocompletes Naxxbank).
My bag frame is open and I mouseover to my pile of wartorn chain scraps, I alt click and it fires off to Naxxbank.
DejaVu keeps Naxxbank's name in the To: field. Now I just go through my bag and alt-click to plate scraps, leather, cloth, words of thawing, frozen runes.
This is actually much leaner and faster than using a GUI and I expect some users will switch doing it this way.
Thx didnt know u could mass maill like that hehe, must admit i prefer that way of mass mailing its nice and simple and dosnt mess with the frame (dont know what ur mass mail frames gonna look like yet), Anyways many thanks and keep up the good work
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Im still waiting for inspiration on a Postal_Storage module which if enabled different components would grab data from it.
<in C code>: ?
AceEvent-2.0-23383 (FuBar):251: in function `TriggerEvent'
AceEvent-2.0-23383 (FuBar):962: in function <...face\AddOns\FuBar\libs\AceEvent-2.0\AceEvent-2.0.lua:955>
---
Fixed
I.e. when you have received 5 mails from selling stuff at AH. Then you collect the money from those, and when you close the mailbox frame it will print the total amount.
Not a good fit for postal express since its a "fast and quick mailshortcuts" type deal.
What you are thinking of is something like a new submod/module which:
1. when the mailframe is shown registers money update events and stores how much you have
2. when the mailframe closes checks how much you have and prints the difference
Come up with a good name for it Postal_??? and Ill make it, pretty simple.
This was branched off into "AltClickToAddItem" which is on trunk. Unfortunately, it does not initiate trades yet, oops. Ill throw it in tomorrow.
Done. New mod, Postal_Rake . It might even work.
deDE:
["Forward"] = "Weiterleiten"
["FW:"] = "WL:"
["Open All"] = "Alles \195\150ffnen"
---
Note: I really need to move this mod to the module system since the number of features is growing.
Alright, what do you mean by this feature exactly? When you collect a mail from the AH, spit out a summary of the message to the chatframe? Trigger a custom event like "Postal10_AuctionWon", ItemLink, Count, Cost for another mod (or a postal module) to read?
IR
Yup, that was the basic idea behind it. In my opinion it would fit best to Postal_Rake, since it's already showing the money you gained from your mail. Make them real Ace modules though, you'll love it. I'm enyoing this big time in Fence :)
A question I have though is, would it be possible to turn off the aurosend mail when receipent exists and I alt-add an item :<
This is actually the ghetto feature to tide users over til there a massmail gui done.
My guild bank's name is Naxxbank. After I get done doing Naxx I open the mailframe, i click the sendmail frame, I type in Nax- (it autocompletes Naxxbank).
My bag frame is open and I mouseover to my pile of wartorn chain scraps, I alt click and it fires off to Naxxbank.
DejaVu keeps Naxxbank's name in the To: field. Now I just go through my bag and alt-click to plate scraps, leather, cloth, words of thawing, frozen runes.
This is actually much leaner and faster than using a GUI and I expect some users will switch doing it this way.
## Version: 2.0|cff7fff7f -Ace2-|r
## Title: Postal
Should be:
## Version: 2.0
## Title: Postal |cff7fff7f -Ace2-|r
AND feature request:
- With GMail it was possible to trade stuff with ALT+Click. Hope to see this too, else I need to change back to GMail :(
- mass mail is needed :)
go grab AltClicktoAddItem if you want that outside of the mail frame.
note (HI GRENNON) the only thing it lacks is the ability to open trade. it will insert into an already open trade window.
Thx didnt know u could mass maill like that hehe, must admit i prefer that way of mass mailing its nice and simple and dosnt mess with the frame (dont know what ur mass mail frames gonna look like yet), Anyways many thanks and keep up the good work