mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-28 17:55:00 +02:00
added detach support for the gui
This commit is contained in:
@@ -64,7 +64,10 @@ class ControllerMessageRestore extends Controller {
|
||||
|
||||
$this->data['piler_id'] = $this->model_search_message->get_piler_id_by_id($this->data['id']);
|
||||
|
||||
$this->model_search_message->connect_to_pilergetd();
|
||||
$msg = $this->model_search_message->get_raw_message($this->data['piler_id']);
|
||||
$this->model_search_message->disconnect_from_pilergetd();
|
||||
|
||||
$this->model_search_message->remove_journal($msg);
|
||||
|
||||
if(ENABLE_IMAP_AUTH == 1) {
|
||||
|
Reference in New Issue
Block a user