summaryrefslogtreecommitdiff
path: root/program/steps/mail/move_del.inc
AgeCommit message (Collapse)Author
2014-08-05 c'est la merde..workingHugues Hiegel
2013-07-01Contacts drag-n-drop default action is to move contacts (#1488751)Aleksander Machniak
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751) Use consistent naming: 'moveto' -> 'move'
2013-04-05Fix copying messages to a folder with "empty" name e.g. "0", better error ↵Aleksander Machniak
handling
2013-03-02Even better message on over quota error in move to trash operation (#1484164)Aleksander Machniak
2012-12-12Fix so compacting of non-empty folder is possible also when messages list is ↵Aleksander Machniak
empty (#1488858)
2012-08-11Added separate From and To columns apart from smart From/To column (#1486891)Aleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alecpl
2011-09-22- Fix bug where after delete message rows can be added to the list of ↵alecpl
another folder (#1487752)
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalecpl
- Fixed message ID updates in cache - Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-12-08- Better support for READ-ONLY and NOPERM responses handling (#1487083)alecpl
- Add confirmation message on purge/expunge commands response - Fix CLOSE was called on unselected mailbox
2010-12-01- Fix "Cannot use scalar value..." warning (#1487066)alecpl
2010-11-12- Fix handling of folders with "<>" characters in namealecpl
2010-11-12- Fix handling of folders with name "0" (#1487119)alecpl
2010-11-03- Add missing confirmation/error messages on contact/group/message actions ↵alecpl
(#1486845) - Add 'loading' message on message move/copy/delete/mark actions
2010-10-13- Minimize session data size by storing only last search resultalecpl
and by removing search result from session after listing with empty search filter
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-06-23- removed PHP closing tagalecpl
2010-05-15- remove offline message list generation on IE, this doesn't realy improve ↵alecpl
performance now
2010-03-25- Added possibility to select all messages in a folder (#1484756)alecpl
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomascube
2010-03-04- Fix deleting all messages from last list page (#1486293)alecpl
2009-12-13- Plugin API: added 'quota' hookalecpl
2009-09-17- some code improvements for r2959 changealecpl
2009-09-17- Fix incorrect count of new messages in folder list when using multiple ↵alecpl
IMAP clients (#1485995) - Fix all folders checking for new messages with disabled caching (#1486128)
2009-09-07- fix cache flushing after message delete with read_when_deleted=true + some ↵alecpl
code cleanup
2009-07-16Force ajax calls to protect from CSRFthomascube
2009-07-11- speed up adding of messages to the list after message move/deletealecpl
2009-06-11- speed up: don't count UNSEEN if mailbox is emptyalecpl
2009-06-05- Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options ↵alecpl
handling in UI
2009-05-30- After move/delete from 'show' action display next message instead of ↵alecpl
messages list (#1485887)
2009-04-23- messages list fix for IEalecpl
2008-10-27-fix: mark as read (for read_when_deleted) only when moving messages to trashalecpl
2008-10-27- Fix unread message unintentionally marked as read if ↵alecpl
read_when_deleted=true (#1485409)
2008-09-18- don't add new row to messages list if only marking as deleted ↵alecpl
(flag_for_deletion=true)
2008-07-31Fix read_when_deleted behavior + javascript codestylethomascube
2008-05-06- removed trigger_error() callalecpl
2008-04-30* cs fixestill
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomascube
global vars
2008-04-11#1484972: optimization: mark as read in one action with preview, deleted ↵alecpl
redundant quota reads
2008-04-07- better commands enabling/disabling after get/post response, fixes:alecpl
when delete last (selected) message in mailbox content in preview pane should be cleaned, when delete last (selected) message in mailbox sellect-all, purge and others commands should be disabled, and probably other related bugs
2008-02-05Applied patch for updating page title (#1484727, #1484650)thomascube
2007-11-25Only show new messages if they match the current search (#1484176)thomascube
2007-10-02Fix of the better fix of the bugfix :-)thomascube
2007-10-02Better fix for messaage reloading after movingthomascube
2007-10-02Fix loading of next messages after moving/deleting (#1484307)thomascube
2007-05-18Use HTTP-POST requests for actions that change application statethomascube