comparison Modules/OpenAll.lua @ 54:5f0e174c8adc

Hopefully fixed the usage of "mails".
author Zerotorescue
date Sun, 12 Sep 2010 22:07:12 +0200
parents fcc7112cc365
children 1a4b2e73cef3
comparison
equal deleted inserted replaced
53:6b3d894b20f5 54:5f0e174c8adc
770 }, 770 },
771 canceled = { 771 canceled = {
772 order = 20, 772 order = 20,
773 type = "toggle", 773 type = "toggle",
774 name = "Open all |cfffed000auction canceled|r mail", 774 name = "Open all |cfffed000auction canceled|r mail",
775 desc = "Automatically loot all auction canceled mails from the auction house.", 775 desc = "Automatically loot all auction canceled mail from the auction house.",
776 set = function(i, v) self.db.profile.filter.AH.canceled = v; end, 776 set = function(i, v) self.db.profile.filter.AH.canceled = v; end,
777 get = function() return self.db.profile.filter.AH.canceled; end, 777 get = function() return self.db.profile.filter.AH.canceled; end,
778 width = "double", 778 width = "double",
779 }, 779 },
780 expired = { 780 expired = {
781 order = 21, 781 order = 21,
782 type = "toggle", 782 type = "toggle",
783 name = "Open all |cfffed000auction expired|r mail", 783 name = "Open all |cfffed000auction expired|r mail",
784 desc = "Automatically loot all auction canceled mails from the auction house.", 784 desc = "Automatically loot all auction canceled mail from the auction house.",
785 set = function(i, v) self.db.profile.filter.AH.expired = v; end, 785 set = function(i, v) self.db.profile.filter.AH.expired = v; end,
786 get = function() return self.db.profile.filter.AH.expired; end, 786 get = function() return self.db.profile.filter.AH.expired; end,
787 width = "double", 787 width = "double",
788 }, 788 },
789 outbid = { 789 outbid = {
790 order = 22, 790 order = 22,
791 type = "toggle", 791 type = "toggle",
792 name = "Open all |cfffed000outbid on|r mail", 792 name = "Open all |cfffed000outbid on|r mail",
793 desc = "Automatically loot all auction outbid mails from the auction house.", 793 desc = "Automatically loot all auction outbid mail from the auction house.",
794 set = function(i, v) self.db.profile.filter.AH.outbid = v; end, 794 set = function(i, v) self.db.profile.filter.AH.outbid = v; end,
795 get = function() return self.db.profile.filter.AH.outbid; end, 795 get = function() return self.db.profile.filter.AH.outbid; end,
796 width = "double", 796 width = "double",
797 }, 797 },
798 success = { 798 success = {
799 order = 23, 799 order = 23,
800 type = "toggle", 800 type = "toggle",
801 name = "Open all |cfffed000auction successful|r mail", 801 name = "Open all |cfffed000auction successful|r mail",
802 desc = "Automatically loot all auction successful mails from the auction house.", 802 desc = "Automatically loot all auction successful mail from the auction house.",
803 set = function(i, v) self.db.profile.filter.AH.success = v; end, 803 set = function(i, v) self.db.profile.filter.AH.success = v; end,
804 get = function() return self.db.profile.filter.AH.success; end, 804 get = function() return self.db.profile.filter.AH.success; end,
805 width = "double", 805 width = "double",
806 }, 806 },
807 won = { 807 won = {
808 order = 24, 808 order = 24,
809 type = "toggle", 809 type = "toggle",
810 name = "Open all |cfffed000auction won|r mail", 810 name = "Open all |cfffed000auction won|r mail",
811 desc = "Automatically loot all auction won mails from the auction house.", 811 desc = "Automatically loot all auction won mail from the auction house.",
812 set = function(i, v) self.db.profile.filter.AH.won = v; end, 812 set = function(i, v) self.db.profile.filter.AH.won = v; end,
813 get = function() return self.db.profile.filter.AH.won; end, 813 get = function() return self.db.profile.filter.AH.won; end,
814 width = "double", 814 width = "double",
815 }, 815 },
816 normalHeader = { 816 normalHeader = {
820 }, 820 },
821 normalAttachments = { 821 normalAttachments = {
822 order = 40, 822 order = 40,
823 type = "toggle", 823 type = "toggle",
824 name = "Other mail with |cfffed000attachments|r", 824 name = "Other mail with |cfffed000attachments|r",
825 desc = "Automatically loot all mails with attachments not sent by any of the above sources.", 825 desc = "Automatically loot all mail with attachments not sent by any of the above sources.",
826 set = function(i, v) self.db.profile.filter.normalAttachments = v; end, 826 set = function(i, v) self.db.profile.filter.normalAttachments = v; end,
827 get = function() return self.db.profile.filter.normalAttachments; end, 827 get = function() return self.db.profile.filter.normalAttachments; end,
828 width = "double", 828 width = "double",
829 }, 829 },
830 normalMoney = { 830 normalMoney = {
831 order = 50, 831 order = 50,
832 type = "toggle", 832 type = "toggle",
833 name = "Other mail with |cfffed000gold|r", 833 name = "Other mail with |cfffed000gold|r",
834 desc = "Automatically loot all mails with gold not sent by any of the above sources.", 834 desc = "Automatically loot all mail with gold not sent by any of the above sources.",
835 set = function(i, v) self.db.profile.filter.normalMoney = v; end, 835 set = function(i, v) self.db.profile.filter.normalMoney = v; end,
836 get = function() return self.db.profile.filter.normalMoney; end, 836 get = function() return self.db.profile.filter.normalMoney; end,
837 width = "double", 837 width = "double",
838 }, 838 },
839 allowShiftClick = { 839 allowShiftClick = {