Fix undefined index errors
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Aug 2009 18:05:50 +0000 (12:05 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Aug 2009 18:05:50 +0000 (12:05 -0600)
imp/js/DimpBase.js

index 7b8ec75..453ab3c 100644 (file)
@@ -1084,7 +1084,8 @@ var DimpBase = {
         var tmp;
 
         if (!opts ||
-            (this.pp.imapuid == opts.index &&
+            (this.pp &&
+             this.pp.imapuid == opts.index &&
              this.pp.view == opts.mailbox)) {
             $('msgLogInfo').show();