aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2004-10-22 02:12:22 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-10-22 02:12:22 +0800
commit58431fb115969b527e04db2a8cdae7af94113a01 (patch)
treed6977e5c08fb9bc18e58596b8f11c543be08c45c /plugins/mail-to-task/ChangeLog
parenta32a1d4ab6591d68109a4d5f2642ef4efb37814b (diff)
downloadgsoc2013-evolution-58431fb115969b527e04db2a8cdae7af94113a01.tar
gsoc2013-evolution-58431fb115969b527e04db2a8cdae7af94113a01.tar.gz
gsoc2013-evolution-58431fb115969b527e04db2a8cdae7af94113a01.tar.bz2
gsoc2013-evolution-58431fb115969b527e04db2a8cdae7af94113a01.tar.lz
gsoc2013-evolution-58431fb115969b527e04db2a8cdae7af94113a01.tar.xz
gsoc2013-evolution-58431fb115969b527e04db2a8cdae7af94113a01.tar.zst
gsoc2013-evolution-58431fb115969b527e04db2a8cdae7af94113a01.zip
new functions. (do_mail_to_task): set attendees and organizer on the task
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
Diffstat (limited to 'plugins/mail-to-task/ChangeLog')
-rw-r--r--plugins/mail-to-task/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog
index f0d90529f1..e7ee058e13 100644
--- a/plugins/mail-to-task/ChangeLog
+++ b/plugins/mail-to-task/ChangeLog
@@ -1,5 +1,9 @@
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>