| | |
| | | | program/steps/mail/list.inc | |
| | | | | |
| | | | This file is part of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, The Roundcube Dev Team | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | | PURPOSE: | |
| | |
| | | $RCMAIL->user->save_prefs($save_arr); |
| | | |
| | | $mbox_name = $IMAP->get_mailbox_name(); |
| | | |
| | | // Synchronize mailbox cache, handle flag changes |
| | | $IMAP->mailbox_sync($mbox_name); |
| | | |
| | | // initialize searching result if search_filter is used |
| | | if ($_SESSION['search_filter'] && $_SESSION['search_filter'] != 'ALL') |
| | |
| | | |
| | | // send response |
| | | $OUTPUT->send(); |
| | | |
| | | |