- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts

This commit is contained in:
alecpl
2011-11-10 11:16:32 +00:00
parent d61756663c
commit 46cdbf074e
11 changed files with 72 additions and 26 deletions

View File

@@ -478,7 +478,7 @@ class rcube_imap
*/
function get_mailbox_name()
{
return $this->conn->connected() ? $this->mailbox : '';
return $this->mailbox;
}