blob: 800acff0e8a382c976594785aa84398a203f670e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
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.
|