+2005-07-15 Helge Hess <helge.hess@opengroupware.org>
+
+ * product.plist: only enable folder add/remove buttons when the user
+ has the 'c' permission on the IMAP folder (#1456) (v0.9.141)
+
2005-07-14 Helge Hess <helge.hess@opengroupware.org>
* UIxMailAccountView.m: removed methods to detect whether the
# version file
-SUBMINOR_VERSION:=140
+SUBMINOR_VERSION:=141
# v0.9.140 requires SoObjects/Mailer v0.9.100
# v0.9.134 requires libSOGo v0.9.41
),
( // fourth group (folders)
{ link = "#"; onclick="return ctxFolderAdd(this)";
+ enabled = "clientObject.isCreateAllowed";
isSafe = NO;
cssClass = "tbicon_folderadd"; label = "Create"; },
{ link = "#"; onclick="return ctxFolderDelete(this)";
+ enabled = "clientObject.isCreateAllowed";
isSafe = NO;
cssClass = "tbicon_folderdel"; label = "Delete"; },
),