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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user