Skip to content

Commit

Permalink
Merge pull request ewwink#4 from jeroen1956/master
Browse files Browse the repository at this point in the history
yahoo.js and minor imap.js (outlining)
  • Loading branch information
ewwink authored Aug 3, 2017
2 parents 4098541 + 40decaf commit 53a228f
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 377 deletions.
4 changes: 2 additions & 2 deletions components/scripts/imap.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function process(aData,aHttp) {
var fnd=aData.match(/\* SEARCH ?(.*)$/m);
var n=0;
if(fnd) n=fnd[1]?fnd[1].trim().split(" ").length:0;
if(this.inboxOnly){
if(this.inboxOnly){
if(!this.inboxDone){
this.newData=n;
}
Expand Down Expand Up @@ -113,7 +113,7 @@ function process(aData,aHttp) {
case ST_DATA+6:
this.sock.close();
if(this.count<0){
this.reset();
this.reset();
}else this.stage=ST_DATA;
this.main.setResult(this);
return true;
Expand Down
Loading

0 comments on commit 53a228f

Please sign in to comment.