Changeset 5502:f53e3909ace2 for imap

Show
Ignore:
Timestamp:
2008-08-29 18:18:59 (3 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Remove redundant code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/imap.c

    r5501 r5502  
    976976    memcpy (idata->ctx->hdrs, hdrs, idata->ctx->msgcount * sizeof (HEADER*)); 
    977977 
    978     oldsort = Sort; 
    979978    Sort = SORT_ORDER; 
    980979    qsort (idata->ctx->hdrs, idata->ctx->msgcount, sizeof (HEADER*), 
     
    12431242    memcpy (ctx->hdrs, hdrs, ctx->msgcount * sizeof (HEADER*)); 
    12441243 
    1245     oldsort = Sort; 
    12461244    Sort = SORT_ORDER; 
    12471245    qsort (ctx->hdrs, ctx->msgcount, sizeof (HEADER*),