comparison Modules/Config.lua @ 54:5f0e174c8adc

Hopefully fixed the usage of "mails".
author Zerotorescue
date Sun, 12 Sep 2010 22:07:12 +0200
parents fcc7112cc365
children 4cd3b02f6840
comparison
equal deleted inserted replaced
53:6b3d894b20f5 54:5f0e174c8adc
304 }, 304 },
305 continueOpeningStackableItems = { 305 continueOpeningStackableItems = {
306 order = 15, 306 order = 15,
307 type = "toggle", 307 type = "toggle",
308 name = "Continue trying to open mail after your bags are full", 308 name = "Continue trying to open mail after your bags are full",
309 desc = "If there are a lot of stackable items in your mailbox (e.g. glyphs) you may want to toggle this option on.\n\nThis will cause your Blizzard error frame to get extremely spammy if there are many mails remaining. With this disabled, Mail Opener will completely stop opening mail while your inventory is full.", 309 desc = "If there are a lot of stackable items in your mailbox (e.g. glyphs) you may want to toggle this option on.\n\nThis will cause your Blizzard error frame to get extremely spammy if there's a lot of mail remaining. With this disabled, Mail Opener will completely stop opening mail while your inventory is full.",
310 width = "full", 310 width = "full",
311 get = function() return MailOpener.db.profile.general.continueOpeningStackableItems; end, 311 get = function() return MailOpener.db.profile.general.continueOpeningStackableItems; end,
312 set = function(i, v) MailOpener.db.profile.general.continueOpeningStackableItems = v; end, 312 set = function(i, v) MailOpener.db.profile.general.continueOpeningStackableItems = v; end,
313 }, 313 },
314 showHelpTooltips = { 314 showHelpTooltips = {
438 }, 438 },
439 fishedOpeningBatch = { 439 fishedOpeningBatch = {
440 order = 22, 440 order = 22,
441 type = "toggle", 441 type = "toggle",
442 name = "Announce when |cfffed000finished opening the current batch|r", 442 name = "Announce when |cfffed000finished opening the current batch|r",
443 desc = "Announce when opening of the current batch of mails has been completed.", 443 desc = "Announce when opening of the current batch of mail has been completed.",
444 set = function(i, v) MailOpener.db.profile.notifications.finishedCurrentBatch = v; end, 444 set = function(i, v) MailOpener.db.profile.notifications.finishedCurrentBatch = v; end,
445 get = function() return MailOpener.db.profile.notifications.finishedCurrentBatch; end, 445 get = function() return MailOpener.db.profile.notifications.finishedCurrentBatch; end,
446 width = "double", 446 width = "double",
447 }, 447 },
448 noMoreMailAvailable = { 448 noMoreMailAvailable = {