diff --git a/._install.rdf b/._install.rdf new file mode 100644 index 0000000..a322a67 Binary files /dev/null and b/._install.rdf differ diff --git a/chrome/content/mailhops.js b/chrome/content/mailhops.js index 0ea7ac8..2fe859f 100644 --- a/chrome/content/mailhops.js +++ b/chrome/content/mailhops.js @@ -24,7 +24,7 @@ var mailHops = showWeather: false, map: 'goog', unit: 'mi', - appVersion: 'MailHops Postbox 0.6.5' + appVersion: 'MailHops Postbox 0.6.6' } mailHops.init = function() @@ -178,7 +178,7 @@ var regexAllIp = /(1\d{0,2}|2(?:[0-4]\d{0,1}|[6789]|5[0-5]?)?|[3-9]\d?|0)\.(1\d{ if(headXOrigIP){ var ip = headXOrigIP.match(regexAllIp); if(ip != null && ip.length != 0) - all_ips.push( ip[0] ); + all_ips.unshift( ip[0] ); } //loop through the received headers and parse for IP addresses if ( headReceived ){ @@ -195,7 +195,7 @@ var regexAllIp = /(1\d{0,2}|2(?:[0-4]\d{0,1}|[6789]|5[0-5]?)?|[3-9]\d?|0)\.(1\d{ for( var r=0; rpostbox@mailhops.com 2 MailHops - 0.6.5 + 0.6.6 MailHops maps the route an email traveled to get to you. Using GeoIP it also displays distance traveled along with the location (city, state and country) of the sender. chrome://mailhops/content/images/mailhops32.png http://mailhops.com diff --git a/mailhops-0.6.6-pb.xpi b/mailhops-0.6.6-pb.xpi new file mode 100644 index 0000000..3089431 Binary files /dev/null and b/mailhops-0.6.6-pb.xpi differ