mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Api: Pre-select opened mail dialog if add email address preference is not set
This commit is contained in:
parent
5c112f471b
commit
1b3ce756f9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user