Changeset 5502:f53e3909ace2 for imap
- Timestamp:
- 2008-08-29 18:18:59 (3 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
imap/imap.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
imap/imap.c
r5501 r5502 976 976 memcpy (idata->ctx->hdrs, hdrs, idata->ctx->msgcount * sizeof (HEADER*)); 977 977 978 oldsort = Sort;979 978 Sort = SORT_ORDER; 980 979 qsort (idata->ctx->hdrs, idata->ctx->msgcount, sizeof (HEADER*), … … 1243 1242 memcpy (ctx->hdrs, hdrs, ctx->msgcount * sizeof (HEADER*)); 1244 1243 1245 oldsort = Sort;1246 1244 Sort = SORT_ORDER; 1247 1245 qsort (ctx->hdrs, ctx->msgcount, sizeof (HEADER*),
