aboutsummaryrefslogblamecommitdiffstats
path: root/plugins/mail-to-task/ChangeLog
blob: c74542ec2187269ee3aeb251052024de835ab979 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                       



                                                                             



                                                     




                                                               




                                                                    





                                                                     




                                                                      




                                                                               



                                            



                                                                          



                                                                    

                                             



                                                                           



                                                            




                                                                        
                                                                    
                       
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.