Changeset 4181 in subversion
- Timestamp:
- Nov 4, 2010 10:09:47 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/copy.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/copy.inc
r4172 r4181 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.
