Add "newguid" action accessible from any folder

This commit is contained in:
Francis Lachapelle
2014-09-12 09:59:48 -04:00
parent f4479dfcf7
commit 2f29b5ddc5
3 changed files with 46 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
/* UIxFolderActions.h - this file is part of SOGo
*
* Copyright (C) 2007-2013 Inverse inc.
* Copyright (C) 2007-2014 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -48,6 +48,7 @@
- (WOResponse *) canAccessContentAction;
- (WOResponse *) activateFolderAction;
- (WOResponse *) deactivateFolderAction;
- (WOResponse *) newguidAction;
@end