Api: Pre-select opened mail dialog if add email address preference is not set

This commit is contained in:
nathan 2023-07-05 08:12:44 -06:00
parent 5c112f471b
commit 1b3ce756f9

View File

@ -634,6 +634,7 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd)
case "new":
c.index = "new";
break;
default:
case "add":
c.index = 0;
break;