aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #310489Chenthill Palanisamy2006-07-312-4/+35
| | | | svn path=/trunk/; revision=32448
* Fixes #332605. Multipart message handling. (set_attachments): NewHiroyuki Ikezoe2006-06-062-2/+109
| | | | | | | | | | | | | | 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
* added a bug id which was fixed with the previous patch.Chenthill Palanisamy2006-03-101-1/+1
| | | | svn path=/trunk/; revision=31679
* included the header file, authentication.hChenthill Palanisamy2006-03-041-0/+1
| | | | svn path=/trunk/; revision=31638
* fixes #330974.Chenthill Palanisamy2006-03-042-2/+11
| | | | svn path=/trunk/; revision=31637
* reverting the previous commit.Chenthill Palanisamy2006-02-012-3/+10
| | | | svn path=/trunk/; revision=31394
* Make this place a bit more quietKjartan Maraas2006-01-281-3/+3
| | | | svn path=/trunk/; revision=31328
* Add some much needed ego to NCLUDES ;-)Harish Krishnaswamy2006-01-171-1/+1
| | | | | | | | 2006-01-17 Harish Krishnaswamy <kharish@novell.com> * Makefile.am : Add some much needed ego to NCLUDES ;-) svn path=/trunk/; revision=31222
* Enumerate files for BUILT_SOURCES macro as plugin_DATA now includes staticHarish Krishnaswamy2006-01-162-2/+8
| | | | | | | | | | 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Enumerate files for BUILT_SOURCES macro as plugin_DATA now includes static files from the source tree. svn path=/trunk/; revision=31214
* ** Fixes bug #323011Srinivasa Ragavan2006-01-145-17/+85
| | | | | | | | | | | | | | | 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-212-2/+23
| | | | svn path=/trunk/; revision=30920
* Re-implemented this funciton. (add_attendee_cb): Removed this callbackMubeen Jukaku2005-11-112-16/+31
| | | | | | | | | | | 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-032-13/+84
| | | | svn path=/trunk/; revision=30475
* use the right type for attendees.Not Zed2005-08-242-1/+5
| | | | | | | | 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
* Fixed built_sources && cleanfiles for generated filesMichael Zucci2005-05-122-0/+7
| | | | svn path=/trunk/; revision=29327
* fix names so that intltool will parse as xmlMichael Zucci2005-05-063-4/+9
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* clean up author/descriptions for various plugins.Björn Torkelsson2005-02-252-2/+7
| | | | | | | | 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * clean up author/descriptions for various plugins. svn path=/trunk/; revision=28889
* new function to correctly retrieve the body of the message.Rodrigo Moya2005-01-152-18/+46
| | | | | | | | | | 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
* fixed description and added author's info, to display correctly on theRodrigo Moya2004-11-032-2/+8
| | | | | | | | | 2004-11-04 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: fixed description and added author's info, to display correctly on the plugin manager. svn path=/trunk/; revision=27819
* revert rodrigo's last fix, it should actually work now, i hope.Not Zed2004-11-032-1/+6
| | | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-task.eplug.in: revert rodrigo's last fix, it should actually work now, i hope. svn path=/trunk/; revision=27816
* Dist .eplug.in filesJP Rosevear2004-11-022-0/+6
| | | | svn path=/trunk/; revision=27781
* fix folder view popup id again.Rodrigo Moya2004-10-292-2/+6
| | | | | | | | 2004-10-29 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: fix folder view popup id again. svn path=/trunk/; revision=27769
* fix folder view popup id.Not Zed2004-10-282-1/+5
| | | | | | | | 2004-10-28 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-task.eplug.in: fix folder view popup id. svn path=/trunk/; revision=27754
* new functions. (do_mail_to_task): set attendees and organizer on the taskRodrigo Moya2004-10-222-1/+63
| | | | | | | | | | 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
* use correct icon.Rodrigo Moya2004-10-222-1/+5
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: use correct icon. svn path=/trunk/; revision=27685
* fixed to make the plugin show up in the correct place.Rodrigo Moya2004-10-222-2/+7
| | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: fixed to make the plugin show up in the correct place. svn path=/trunk/; revision=27684
* implemented plugin for converting selected mails to tasks.Rodrigo Moya2004-10-225-0/+154
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