Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117785528
D5676.1775251319.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
477 B
Referenced Files
None
Subscribers
None
D5676.1775251319.diff
View Options
diff --git a/plugins/libkolab/lib/kolab_subscriptions.php b/plugins/libkolab/lib/kolab_subscriptions.php
--- a/plugins/libkolab/lib/kolab_subscriptions.php
+++ b/plugins/libkolab/lib/kolab_subscriptions.php
@@ -123,6 +123,10 @@
return $flag;
}
}
+ // INBOX should be enabled by default, unless explicitly overridden.
+ if (strtolower($folder) == "inbox") {
+ return 1;
+ }
return false;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 9:21 PM (6 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18826679
Default Alt Text
D5676.1775251319.diff (477 B)
Attached To
Mode
D5676: INBOX should be enabled by default, unless explicitly overridden.
Attached
Detach File
Event Timeline