Summary: | Marking a mail as "pending task" should generate a task in Kontact | ||
---|---|---|---|
Product: | [Applications] kontact | Reporter: | Iñaki Baz Castillo <ibc> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Iñaki Baz Castillo
2006-08-21 00:30:33 UTC
The biggest problem I see is the tight coupling between kmail and korganizer this feature would lead to. An appointment cannot be created without having korganizer installed - but an advantage of the kontact suite are the independent components. What about the following: In KMail, there is an option "Create Task" in every e-mail which would create a task in KOrganizer via DCOP, or DBus for KDE4. With a kontact kio slave, it would even be possible to attach the mail to the task. With this solution, there is no dependency between the two tools, apart from the DCOP call. The mail may be moved or deleted without affecting the task. Synchonization between the task and the e-mail would require some linkage. This cold be done via the attachment in the task (kio slave...) and a field in the mail header (X-KTask-ID?). Something alike... What ever the solution looks like, it should not make both the tools dependend from each other. Great proposal! |