Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-08-30 12:19:54 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-09-04 12:47:29 +0300
commit90275abd7796a85c9107eddb7939ed8f1e569c46 (patch)
tree44ec8d5adb8c684031bdc3f1456cc9bdaca9f2bc /lib/Mailbox.php
parent0c59d64478ee20cd1f8371fdda489836af2ca5ce (diff)
Clean up the code responsible for deleting a message
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Mailbox.php')
-rw-r--r--lib/Mailbox.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Mailbox.php b/lib/Mailbox.php
index 934376e34..506425d55 100644
--- a/lib/Mailbox.php
+++ b/lib/Mailbox.php
@@ -152,7 +152,7 @@ class Mailbox implements IMailBox {
/**
* Get message page
- *
+ *
* Build the list of UIDs for the current page on the client side
*
* This is done by fetching a list of *all* UIDs and their data, sorting them
@@ -479,7 +479,7 @@ class Mailbox implements IMailBox {
/**
* @return Horde_Imap_Client_Mailbox
*/
- public function getHordeMailBox() {
+ public function getHordeMailBox(): Horde_Imap_Client_Mailbox {
return $this->mailBox;
}