aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/mail-to-task.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #310489Chenthill Palanisamy2006-07-311-4/+25
| | | | svn path=/trunk/; revision=32448
* Fixes #332605. Multipart message handling. (set_attachments): NewHiroyuki Ikezoe2006-06-061-2/+99
| | | | | | | | | | | | | | 2006-06-06 Hiroyuki Ikezoe <poincare@ikezoe.net> 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. svn path=/trunk/; revision=32083
* included the header file, authentication.hChenthill Palanisamy2006-03-041-0/+1
| | | | svn path=/trunk/; revision=31638
* fixes #330974.Chenthill Palanisamy2006-03-041-2/+2
| | | | svn path=/trunk/; revision=31637
* ** Fixes bug #323011Srinivasa Ragavan2006-01-141-15/+42
| | | | | | | | | | | | | | | 2006-01-14 Srinivasa Ragavan <sragavan@novell.com> ** 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. svn path=/trunk/; revision=31179
* fixes #274433Chenthill Palanisamy2005-12-211-2/+16
| | | | svn path=/trunk/; revision=30920
* Re-implemented this funciton. (add_attendee_cb): Removed this callbackMubeen Jukaku2005-11-111-16/+24
| | | | | | | | | | | 2005-10-11 Mubeen Jukaku <jmubeen@novell.com> * mail-to-task.c (set_attendees): Re-implemented this funciton. (add_attendee_cb): Removed this callback because of above change. Fixes bug #301081 svn path=/trunk/; revision=30600
* fixes 315752.Chenthill Palanisamy2005-10-031-13/+73
| | | | svn path=/trunk/; revision=30475
* use the right type for attendees.Not Zed2005-08-241-1/+1
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * mail-to-task.c (add_attendee_cb): use the right type for attendees. svn path=/trunk/; revision=30229
* new function to correctly retrieve the body of the message.Rodrigo Moya2005-01-151-18/+40
| | | | | | | | | | 2005-01-14 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c (set_description): new function to correctly retrieve the body of the message. (do_mail_to_task): call set_description. svn path=/trunk/; revision=28406
* new functions. (do_mail_to_task): set attendees and organizer on the taskRodrigo Moya2004-10-221-1/+59
| | | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * 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. svn path=/trunk/; revision=27686
* implemented plugin for converting selected mails to tasks.Rodrigo Moya2004-10-221-0/+110
2004-10-21 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c: implemented plugin for converting selected mails to tasks. svn path=/trunk/; revision=27682