Doing a reguler fetch instead of a UID fetch in messageObjectsFromIndex:toIndex

This commit is contained in:
mronge@mronges-macbook-pro-15.local
2007-07-15 19:59:18 -07:00
parent b4ce613d2e
commit 5b00fcc41b
+1 -1
View File
@@ -264,7 +264,7 @@
return nil;
}
r = mailimap_uid_fetch([self imapSession], set, fetch_type, &fetch_result);
r = mailimap_fetch([self imapSession], set, fetch_type, &fetch_result);
if (r != MAIL_NO_ERROR) {
if ( env_list != NULL )
mailmessage_list_free(env_list);