2006-06-06 Hiroyuki Ikezoe Fixes #332605. * mail-to-task.c: (set_description): Multipart message handling. (set_attachments): New function. Set attachment files to a task. (clean_name): New function. from plugins/save-attachments/save-attachments.c. 2006-03-04 Chenthill Palanisamy Fixes #330974, 333688. * mail-to-task.c: (set_description): Check if the params are present, before accessing the value. Fixes a crash. (convert_to_task): Set the authentication function while creating the ECal. 2006-02-01 Chenthill Palanisamy * Makefile.am: Reverting the commit made by Kjartan Maraas so that the file org-gnome-mail-to-task.xml is include in the dist. 2006-01-16 Harish Krishnaswamy * Makefile.am: Enumerate files for BUILT_SOURCES macro as plugin_DATA now includes static files from the source tree. 2006-01-14 Srinivasa Ragavan ** Fixes bug #323011 * Makefile.am: Added org-gnome-mail-to-task.xml to build * mail-to-task.c (convert_to_task), (org_gnome_mail_to_task), (org_gnome_mail_to_task_menu): Added Code to handle menu. * org-gnome-mail-to-task.eplug.xml: Added plug to show Convert to Task menu item under Message menu. * org-gnome-mail-to-task.xml: Added UI files for menu item. 2005-12-21 Chenthill Palanisamy Committing for Hiroyuki Ikezoe Fixes #274433 * mail-to-task.c: (set_description): Convert the string to utf8. 2005-10-11 Mubeen Jukaku * mail-to-task.c (set_attendees): Re-implemented this funciton. (add_attendee_cb): Removed this callback because of above change. Fixes bug #301081 2005-10-03 Chenthill Palanisamy Fixes #315752 * mail-to-task.c: Created a new structure AsyncData to store information passed to thread. (do_mail_to_task): get the required contents from AsyncData and free it at the end. (copy_uids): Duplicate the uids from t->uids. (org_gnome_mail_to_task): duplicated the t->uid and run do_mail_to_task as a thread. 2005-08-23 Not Zed * mail-to-task.c (add_attendee_cb): use the right type for attendees. 2005-05-11 Not Zed * Makefile.am: added built_sources/cleanfiles 2005-05-06 Not Zed * Makefile.am: * org-gnome-mail-to-task.eplug.xml: s/.in/.xml/ & i18n. 2005-02-24 Björn Torkelsson * org-gnome-mail-to-task.eplug.in: Shortened the name of the plugin and added a . to the end of the description. 2005-01-14 Rodrigo Moya * mail-to-task.c (set_description): new function to correctly retrieve the body of the message. (do_mail_to_task): call set_description. 2004-11-04 Rodrigo Moya * org-gnome-mail-to-task.eplug.in: fixed description and added author's info, to display correctly on the plugin manager. 2004-11-03 Not Zed * org-gnome-mail-to-task.eplug.in: revert rodrigo's last fix, it should actually work now, i hope. 2004-11-01 JP Rosevear * Makefile.am: dist .eplugin.in file 2004-10-29 Rodrigo Moya * org-gnome-mail-to-task.eplug.in: fix folder view popup id again. 2004-10-28 Not Zed * org-gnome-mail-to-task.eplug.in: fix folder view popup id. 2004-10-21 Rodrigo Moya * mail-to-task.c (set_attendees, set_organizer): new functions. (do_mail_to_task): set attendees and organizer on the task from the recipients in the mail message. * org-gnome-mail-to-task.eplug.in: use correct icon. 2004-10-21 Rodrigo Moya * org-gnome-mail-to-task.eplug.in: fixed to make the plugin show up in the correct place. 2004-10-21 Rodrigo Moya * mail-to-task.c: implemented plugin for converting selected mails to tasks.