Changeset 1038
- Timestamp:
- 2008-08-08 05:08:33 (2 years ago)
- Files:
-
- trunk/chrome/content/dta/manager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager.js
r1037 r1038 2196 2196 this._wasRetr = /^RETR/.test(msg) || /^REST/.test(msg); 2197 2197 } 2198 if (server && this._wasRetr && /^[45]/.test(msg)) {2198 else if (/^5/.test(msg) || (this._wasRetr && /^4/.test(msg))) { 2199 2199 Debug.logString("Server didn't allow retrieving stuff!"); 2200 2200 if (!this.handleError()) {
