We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31ca6d commit 9ba73e8Copy full SHA for 9ba73e8
1 file changed
load/dmbase.js
@@ -391,7 +391,7 @@ msg_base = {
391
392
while (tmpPtr <= mb.last_msg) {
393
if (((mHdr = mb.get_msg_header(tmpPtr)) == null) ||
394
- (mHdr.attr & MSG_DELETED)) {
+ (mHdr.attr & MSG_DELETE)) {
395
tmpPtr++;
396
} else {
397
return true;
@@ -438,7 +438,7 @@ msg_base = {
438
"() Exception", e.message, 2);
439
}
440
441
- if ((curHdr == null) || (curHdr.attr&MSG_DELETED)) {
+ if ((curHdr == null) || (curHdr.attr&MSG_DELETE)) {
442
continue; //skip this shit, we don't want this indexed
443
444
if (userSettings.debug.message_scan) {
0 commit comments