mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Api: Pre-select opened mail dialog if add email address preference is not set
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user