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









                                                                         









                                                         

                                                         
                              





                                                           






                                                              





                                                                










                                                                              






                                                                        






                                                                         










                                                                       



                                                                             



                                                     




                                                               




                                                                    





                                                                     




                                                                      




                                                                               



                                            



                                                                          



                                                                    

                                             



                                                                           



                                                            




                                                                        
                                                                    
                       
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.