diff Modules/Config.lua @ 62:1a4b2e73cef3

Changelog update. Added a few tips. Removed the useless welcome and goodbye notifications. Fixed wording of the filters at open all to make things clearer.
author Zerotorescue
date Tue, 14 Sep 2010 00:32:00 +0200
parents 4cd3b02f6840
children 4166a335ca81
line wrap: on
line diff
--- a/Modules/Config.lua	Tue Sep 14 00:00:39 2010 +0200
+++ b/Modules/Config.lua	Tue Sep 14 00:32:00 2010 +0200
@@ -62,13 +62,24 @@
 	
 	-- Can't put this in the abive scope as the ADDONEnable vars would then always be empty
 	tip = {
-		"To let Mail Opener automatically continue opening a batch of mail you previously interupted, you will have to tick the \"Continue opening mail\"-box at the \"Open All\" config. By default Mail Opener will always automatically start opening mail right after a server refresh, but you will have to manually resume mail opening if it gets interupted (e.g. because you closed the mailbox or because your bags were full).",
-		"You can shift click a mail icon to auto loot that single mail.",
-		"You can click the time remaining text to get it into a popup dialog so you can copy it (with CTRL-C) and then paste it (with CTRL-V) elsewhere.",
+		"To make Mail Opener automatically continue the opening of a batch of mail that had previously been interupted, you will have to tick the \"|cfffed000Continue opening mail|r\"-box at the \"|cfffed000Open All|r\" config. By default Mail Opener will always automatically start opening mail right after a server refresh, but you will have to manually resume mail opening if it gets interupted (e.g. because you closed the mailbox or because your bags were full).",
+		"You can |cfffed000shift-click|r a mail icon to loot all attachments from that single mail.",
+		{
+			txt = "|cfffed000Postal|r allows you to return mail by |cfffed000alt-clicking|r the mail icon.",
+			shown = (MailOpener.PostalEnabled),
+		},
+		{
+			txt = "|cfffed000Mail Opener|r is not meant to be a full replacement of |cfffed000Postal|r, it will only handle the opening of your mail and you can run both addons simultaneously.",
+			shown = (MailOpener.PostalEnabled),
+		},
+		"You can click the time remaining text to get it into a popup dialog so you can copy it (with |cfffed000CTRL-C|r) and then paste it (with |cfffed000CTRL-V|r) elsewhere.",
 		{
 			txt = "If you are looking for an addon with many handy modifications for |cfffed000sending|r mail, you might want to consider |cfffed000Postal|r.",
 			shown = (not MailOpener.PostalEnabled),
 		},
+		"|cfffed000Cost on Delivery|r and |cfffed000Blizzard|r mail will always be skipped, regardless of any filters.",
+		"|cfffed000Right-click|r the |cfffed000open all|r button to quickly adjust your mail opening filters.",
+		"|cfffed000Shift-click|r the |cfffed000open all|r button to temporarily override your filters and loot every single mail containing attachments and/or gold.",
 	};
 	
 	-- Remove any "hidden" tips
@@ -514,7 +525,7 @@
 				inline = true,
 				name = "General Notifications",
 				args = {
-					welcome = {
+					--[[welcome = {
 						order = 20,
 						type = "toggle",
 						name = "Show message when |cfffed000opening the mailbox|r",
@@ -531,7 +542,7 @@
 						set = function(i, v) MailOpener.db.profile.notifications.bye = v; end,
 						get = function() return MailOpener.db.profile.notifications.bye; end,
 						width = "double",
-					},
+					},]]
 					fishedOpeningBatch = {
 						order = 22,
 						type = "toggle",