summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-05-17 09:50:23 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-05-17 09:50:23 +0000
commitd66ace08ef4e4c92e8ab382fc30442d9724345bf (patch)
treece9e0a6ec3dfb8a0d1fd83882844e84e2bcd0585 /mh
parenta9bb18a10dfa33c67370fec49886a4034c9491b4 (diff)
downloadmailutils-d66ace08ef4e4c92e8ab382fc30442d9724345bf.tar.gz
mailutils-d66ace08ef4e4c92e8ab382fc30442d9724345bf.tar.bz2
(_action_send): Use %z instead of %Z to form Date header.
Diffstat (limited to 'mh')
-rw-r--r--mh/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/send.c b/mh/send.c
index e12285995..ec4d72d9b 100644
--- a/mh/send.c
+++ b/mh/send.c
@@ -456,7 +456,7 @@ _action_send (void *item, void *data)
time_t t = time (NULL);
struct tm *tm = localtime (&t);
- mu_strftime (date, sizeof date, "%a, %d %b %Y %H:%M:%S %Z", tm);
+ mu_strftime (date, sizeof date, "%a, %d %b %Y %H:%M:%S %z", tm);
mu_header_set_value (hdr, MU_HEADER_DATE, date, 1);
if (mu_header_get_value (hdr, MU_HEADER_FROM, NULL, 0, &n))

Return to:

Send suggestions and report system problems to the System administrator.