mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
Api: Pre-select opened mail dialog if add email address preference is not set
This commit is contained in:
parent
e78b33145e
commit
dffa51e3dd
@ -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