Fixed a bug that would cause queued messages stored in IMAP directories not to be sent if IMAP mail was checked before queued mail was sent. This the last known bug in MDR.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9665 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Nathan Whitehorn
2004-10-30 19:34:01 +00:00
parent 83cb1d3403
commit c3a2f3930f
3 changed files with 33 additions and 4 deletions
+1 -1
View File
@@ -618,7 +618,7 @@ makeIndices()
fs_create_index(device,B_MAIL_ATTR_WHEN,B_INT32_TYPE,0);
fs_create_index(device,B_MAIL_ATTR_FLAGS,B_INT32_TYPE,0);
fs_create_index(device,"MAIL:chain",B_INT32_TYPE,0);
//fs_create_index(device,"MAIL:fullsize",B_UINT32_TYPE,0);
fs_create_index(device,"MAIL:pending_chain",B_INT32_TYPE,0);
}
}