mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 06:37:33 +02:00
IMAP: Use db mail
This commit is contained in:
@@ -35,7 +35,7 @@ if (isset($_GET["imap"])) {
|
||||
}
|
||||
|
||||
function select_db($database) {
|
||||
return ($database == "imap");
|
||||
return ($database == "mail");
|
||||
}
|
||||
|
||||
function query($query, $unbuffered = false) {
|
||||
@@ -154,7 +154,7 @@ if (isset($_GET["imap"])) {
|
||||
}
|
||||
|
||||
function get_databases($flush) {
|
||||
return array("imap");
|
||||
return array("mail");
|
||||
}
|
||||
|
||||
function collations() {
|
||||
|
Reference in New Issue
Block a user