2009-04-24 Milan Crha <mcrha@redhat.com>
** Fix for bug #342296
* org-gnome-mail-to-task.eplug.xml:
* org-gnome-mail-to-task.xml:
* mail-to-task.c: (set_attendees), (set_organizer), (do_report_error),
(report_error_idle), (do_mail_to_event), (mail_to_event),
(org_gnome_mail_to_event), (org_gnome_mail_to_event_menu),
(org_gnome_mail_to_meeting), (org_gnome_mail_to_meeting_menu),
(org_gnome_mail_to_task), (org_gnome_mail_to_task_menu),
(org_gnome_mail_to_memo), (org_gnome_mail_to_memo_menu):
Extended to be able to save mail to event, meeting, task or memo.
2009-03-26 Milan Crha <mcrha@redhat.com>
** Fix for bug #576696
* mail-to-task.c: (set_attendees): Set mandatory properties.
2009-01-28 Tor Lillqvist <tml@novell.com>
* Makefile.am: Remove a trailing space after the line continuation
backslash.
2009-01-21 Milan Crha <mcrha@redhat.com>
* Makefile.am: Use also EVOLUTION_CALENDAR_CFLAGS.
2008-10-31 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #558726 (patch by Frederic van Starbmann)
* mail-to-task.c (do_mail_to_task):
Fix a potential format string crash.
2008-08-27 Sankar P <psankar@novell.com>
License Changes
* mail-to-task.c:
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate
dlls on Windows.
2008-06-18 Milan Crha <mcrha@redhat.com>
** Fix for bug #318089
* mail-to-task.c: (convert_to_task): Ask for destination source only
when have more than one writable source defined.
2007-11-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #353807
* mail-to-task.c: (do_mail_to_task): Notice user if any error occur
during opening calendar, calendar is readonly or when add fails.
2007-11-05 Milan Crha <mcrha@redhat.com>
** Fix for bug #334675
* mail-to-task.c: (do_mail_to_task), (text_contains_nonwhitespace),
(get_selected_text), (convert_to_task), (org_gnome_mail_to_task),
(org_gnome_mail_to_task_menu):
When selected only one message, then try to use selected text in
preview as description, instead of whole message body.
2007-11-05 Milan Crha <mcrha@redhat.com>
** Fix for bug #353779
* org-gnome-mail-to-task.eplug.xml:
Allow convert more than one mail to task with one click.
2007-09-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #473903
* mail-to-task.c: (set_attachments):
Fixes serious compiler warning.
2007-08-16 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #350539
* mail-to-task.c: (set_description):
Ensures non-NULL mime_part.
2007-04-02 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* org-gnome-mail-to-task.eplug.xml:
Cleanup.
Fixes part of #301149
2006-07-31 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #310489
* mail-to-task.c:
(set_attendees):
(set_organizer): Appended the mailto field
to the email values.
(do_mail_to_task):Set the ICAL_X parameter
so that no mail is sent to the recipients.
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.
2006-03-04 Chenthill Palanisamy <pchenthill@novell.com>
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 <pchenthill@novell.com>
* Makefile.am: Reverting the commit made by
Kjartan Maraas <kmaraas@gnome.org> so that
the file org-gnome-mail-to-task.xml is include in the
dist.
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.
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.
2005-12-21 Chenthill Palanisamy <pchenthill@novell.com>
Committing for Hiroyuki Ikezoe <poincare@ikezoe.net>
Fixes #274433
* mail-to-task.c: (set_description): Convert the string to utf8.
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
2005-10-03 Chenthill Palanisamy <pchenthill@novell.com>
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 <NotZed@Ximian.com>
* mail-to-task.c (add_attendee_cb): use the right type for attendees.
2005-05-11 Not Zed <NotZed@Ximian.com>
* Makefile.am: added built_sources/cleanfiles
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
* org-gnome-mail-to-task.eplug.xml: s/.in/.xml/ & i18n.
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* 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 <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.
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.
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.
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist .eplugin.in file
2004-10-29 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-mail-to-task.eplug.in: fix folder view popup id again.
2004-10-28 Not Zed <NotZed@Ximian.com>
* org-gnome-mail-to-task.eplug.in: fix folder view popup id.
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.
* org-gnome-mail-to-task.eplug.in: use correct icon.
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.
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* mail-to-task.c: implemented plugin for converting selected
mails to tasks.