diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 09:23:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-23 09:23:26 +0900 |
commit | 7a320d874dcdf954fdb6666e3ca54ea817670345 (patch) | |
tree | 05071acff28c71ef4ce79b685be8cebbe7c9ddbf /tdeioslave | |
parent | b46c8e41db48863140066441f56fb0cedb583db9 (diff) | |
download | tdepim-7a320d874dcdf954fdb6666e3ca54ea817670345.tar.gz tdepim-7a320d874dcdf954fdb6666e3ca54ea817670345.zip |
Fixed wrong DocPath strings. This relates to bug 2319.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/imap4/imap4.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/imap4/imaps.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/mbox/mbox.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/opengroupware/opengroupware.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/opengroupware/opengroupwares.protocol | 2 | ||||
-rw-r--r-- | tdeioslave/sieve/sieve.protocol | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tdeioslave/imap4/imap4.protocol b/tdeioslave/imap4/imap4.protocol index f37556c17..07d610734 100644 --- a/tdeioslave/imap4/imap4.protocol +++ b/tdeioslave/imap4/imap4.protocol @@ -26,4 +26,4 @@ source=true Capabilities=Subscription,ACL,Quota Icon=folder_inbox -DocPath=tdeioslave/imap/index.html +X-DocPath=tdeioslave/imap/index.html diff --git a/tdeioslave/imap4/imaps.protocol b/tdeioslave/imap4/imaps.protocol index 64a3aaf94..a3e4479f4 100644 --- a/tdeioslave/imap4/imaps.protocol +++ b/tdeioslave/imap4/imaps.protocol @@ -27,4 +27,4 @@ source=true Capabilities=Subscription,ACL,Quota Icon=folder_inbox -DocPath=tdeioslave/imap/index.html +X-DocPath=tdeioslave/imap/index.html diff --git a/tdeioslave/mbox/mbox.protocol b/tdeioslave/mbox/mbox.protocol index 5b5447dc2..179aade57 100644 --- a/tdeioslave/mbox/mbox.protocol +++ b/tdeioslave/mbox/mbox.protocol @@ -10,5 +10,5 @@ makedir=false deleting=false Icon=folder_inbox maxInstances=2 -DocPath=tdeioslave/mbox/index.html +X-DocPath=tdeioslave/mbox/index.html Class=:local diff --git a/tdeioslave/opengroupware/opengroupware.protocol b/tdeioslave/opengroupware/opengroupware.protocol index 5531f3106..33f8cbfc6 100644 --- a/tdeioslave/opengroupware/opengroupware.protocol +++ b/tdeioslave/opengroupware/opengroupware.protocol @@ -1,5 +1,5 @@ [Protocol] -DocPath=tdeioslave/opengroupware/index.html +X-DocPath=tdeioslave/opengroupware/index.html exec=tdeio_opengroupware input=none output=filesystem diff --git a/tdeioslave/opengroupware/opengroupwares.protocol b/tdeioslave/opengroupware/opengroupwares.protocol index 03bb4b1db..7729a9791 100644 --- a/tdeioslave/opengroupware/opengroupwares.protocol +++ b/tdeioslave/opengroupware/opengroupwares.protocol @@ -1,5 +1,5 @@ [Protocol] -DocPath=tdeioslave/opengroupware/index.html +X-DocPath=tdeioslave/opengroupware/index.html exec=tdeio_opengroupware input=none output=filesystem diff --git a/tdeioslave/sieve/sieve.protocol b/tdeioslave/sieve/sieve.protocol index db273b343..da9668dc2 100644 --- a/tdeioslave/sieve/sieve.protocol +++ b/tdeioslave/sieve/sieve.protocol @@ -51,4 +51,4 @@ Description[ta]=Sieve அஞ்சல் வடிகட்டும் நெ Description[tr]=Sieve e-posta filtreleme protokolü için bir ioslave Description[uk]=Підлеглий В/В для протоколу фільтрування пошти Sieve Description[zh_CN]=邮件过滤协议仆人 -DocPath=tdeioslave/sieve/index.html +X-DocPath=tdeioslave/sieve/index.html |