[evolution-patches] patch to fix #73473 (groupwise-send-options plugin)
- From: "Jain Vivek" <jvivek novell com>
- To: <evolution-patches lists ximian com>
- Cc: "Susarla Parthasarathi" <SParthasarathi novell com>
- Subject: [evolution-patches] patch to fix #73473 (groupwise-send-options plugin)
- Date: Mon, 14 Mar 2005 22:35:04 -0700
Hi,
The attached patch fixes :
http://bugzilla.ximian.com/show_bug.cgi?id=73473
The changes are made in plugins/groupwise-send-options/send-options.c
Thanks,
Vivek Jain
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/plugins/groupwise-send-options/ChangeLog,v
retrieving revision 1.3
diff -u -p -r1.3 ChangeLog
--- ChangeLog 9 Mar 2005 11:45:50 -0000 1.3
+++ ChangeLog 15 Mar 2005 05:28:10 -0000
@@ -1,3 +1,9 @@
+2005-03-15 Vivek Jain <jvivek novell com>
+
+ **Fixes #73473
+ * send-options.c :(org_gnome_compose_send_options)
+ user proper entry to calculate the date of reply requested
+
2005-03-09 Sankar P <psankar novell com>
* send-options.c: (org_gnome_compose_send_options)
Index: send-options.c
===================================================================
RCS file: /cvs/gnome/evolution/plugins/groupwise-send-options/send-options.c,v
retrieving revision 1.3
diff -u -p -r1.3 send-options.c
--- send-options.c 9 Mar 2005 11:45:50 -0000 1.3
+++ send-options.c 15 Mar 2005 05:28:10 -0000
@@ -97,7 +97,7 @@ org_gnome_compose_send_options (EPlugin
e_msg_composer_add_header (comp, X_REPLY_CONVENIENT ,"1" ) ;
else if (dialog->data->gopts->reply_within) {
time_t t;
- t = add_day_to_time (time (NULL), dialog->data->gopts->reply_convenient);
+ t = add_day_to_time (time (NULL), dialog->data->gopts->reply_within);
strftime (value, 17, "%Y%m%dT%H%M%SZ", gmtime (&t));
e_msg_composer_add_header (comp, X_REPLY_WITHIN , value) ;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]