mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 16:16:48 +01:00
- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts
This commit is contained in:
@@ -478,7 +478,7 @@ class rcube_imap
|
||||
*/
|
||||
function get_mailbox_name()
|
||||
{
|
||||
return $this->conn->connected() ? $this->mailbox : '';
|
||||
return $this->mailbox;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user