summaryrefslogtreecommitdiff
path: root/libsieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-12 14:15:48 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-12 14:15:48 +0000
commit86c4ae8dc8d2e25b100a835d9a53a280f96889f9 (patch)
treee37489ea6a70c408ba02e38f0551252eca73183e /libsieve
parente3fc8d4b86286923825bfda76bfd0e349a339a40 (diff)
downloadmailutils-86c4ae8dc8d2e25b100a835d9a53a280f96889f9.tar.gz
mailutils-86c4ae8dc8d2e25b100a835d9a53a280f96889f9.tar.bz2
Use mu_strftime
Diffstat (limited to 'libsieve')
-rw-r--r--libsieve/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsieve/actions.c b/libsieve/actions.c
index fccf41806..0fb9d359c 100644
--- a/libsieve/actions.c
+++ b/libsieve/actions.c
@@ -155,7 +155,7 @@ mime_create_reason (mu_mime_t mime, mu_message_t msg, const char *text)
time (&t);
tm = localtime (&t);
- strftime (datestr, sizeof datestr, "%a, %b %d %H:%M:%S %Y %Z", tm);
+ mu_strftime (datestr, sizeof datestr, "%a, %b %d %H:%M:%S %Y %Z", tm);
mu_sieve_get_message_sender (msg, &sender);

Return to:

Send suggestions and report system problems to the System administrator.