From f364fb58850edbe6fa49792868e9af3d0356b518 Mon Sep 17 00:00:00 2001 From: Vivek Jain Date: Fri, 18 Mar 2005 05:53:53 +0000 Subject: **Fixes #73473 user proper entry to calculate the date of reply requested 2005-03-18 Vivek Jain **Fixes #73473 * send-options.c :(org_gnome_compose_send_options) user proper entry to calculate the date of reply requested svn path=/trunk/; revision=29058 --- plugins/groupwise-send-options/send-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/groupwise-send-options/send-options.c') diff --git a/plugins/groupwise-send-options/send-options.c b/plugins/groupwise-send-options/send-options.c index d57b85193b..75f6b5a2ce 100644 --- a/plugins/groupwise-send-options/send-options.c +++ b/plugins/groupwise-send-options/send-options.c @@ -97,7 +97,7 @@ org_gnome_compose_send_options (EPlugin *ep, EMMenuTargetWidget *t) 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) ; } -- cgit v1.2.3