Closes #6201 First batch of work for account manager. "Add account" functionality is complete (though Geary will still only display one email account in the main UI)

This commit is contained in:
Eric Gregory 2013-01-22 18:23:07 -08:00
parent a3df18a590
commit e49835426c
14 changed files with 1594 additions and 996 deletions

View file

@ -3,6 +3,7 @@
If ToolbarMenu is changed, be sure to update ToolbarMenuProxy as well. See comments below.
-->
<popup name="ToolbarMenu">
<menuitem name="Accounts" action="GearyAccounts" />
<menuitem name="Preferences" action="GearyPreferences" />
<separator />
<menuitem name="Help" action="GearyHelp" />
@ -17,6 +18,7 @@
we keep a duplicate of ToolbarMenu in this .ui file to be used by the proxy.
-->
<popup name="ToolbarMenuProxy">
<menuitem name="Accounts" action="GearyAccounts" />
<menuitem name="Preferences" action="GearyPreferences" />
<separator />
<menuitem name="Help" action="GearyHelp" />