[Kolab-devel] Patch: kolab-syncroton multifolder for android
Oleg Fiksel <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <1996420.hnAWMY8fi8@remote1> |
Dear Kolab Developers, first of all I want to thank you for the great peace of software which enables users and companies to use free and open product and have complete transparency. I want to put your attention to an article on kolab.org [1] which at the end of the article describes how to make kolab-syncroton push multiple folders to android. I was able to successfully test the patch. Please review this patch and let me know if it will be included in the main tree. Best regards Oleg [1] http://kolab.org/blog/zharvek/2014/12/27/updating-kolab-3.1-or-3.2-3.3 P.S.: [email protected] doesn't work. Gives an error: --cut-- <[email protected]>: host mx02.mykolab.com[95.128.36.1] said: 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) --cut-- _______________________________________________ devel mailing list [email protected] https://lists.kolab.org/mailman/listinfo/devel
kolab-syncrotron_android_multifolder.patch
(text/x-patch, 666 B)
--- /usr/share/kolab-syncroton/lib/kolab_sync_data_email.php-original 2015-03-13 20:53:25.100967493 +0100
+++ /usr/share/kolab-syncroton/lib/kolab_sync_data_email.php 2015-03-13 21:40:00.245967493 +0100
@@ -105,7 +105,11 @@
$this->storage = rcube::get_instance()->get_storage();
// Outlook 2013 support multi-folder
- $this->ext_devices[] = 'windowsoutlook15';
+ //$this->ext_devices[] = 'windowsoutlook15';
+
+ // android multifolder patch
+ $this->ext_devices[0] = 'android';
+ $this->ext_devices[1] = 'windowsoutlook15';
if ($this->asversion >= 14) {
$this->tag_categories = true;