Changeset ac2c953 in github
- Timestamp:
- Nov 4, 2010 10:09:47 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 93681d1
- Parents:
- 30b3022
- File:
-
- 1 edited
-
program/steps/mail/copy.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/copy.inc
rc50d887 rac2c953 23 23 if (!$OUTPUT->ajax_call) 24 24 return; 25 26 // count messages before changing anything27 $old_count = $IMAP->messagecount(NULL, $IMAP->threading ? 'THREADS' : 'ALL');28 $old_pages = ceil($old_count / $IMAP->page_size);29 25 30 26 // move messages
Note: See TracChangeset
for help on using the changeset viewer.
