summaryrefslogtreecommitdiff
path: root/mapi
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-11-18 10:50:17 -0700
committerEduardo Chappa <chappa@washington.edu>2013-11-18 10:50:17 -0700
commit186a23ef94452e15aeadf60224300ca16acd4182 (patch)
tree0fd551a6240e6c2dbc68e6c87ddbed2a2fc4d974 /mapi
parentef190f4e45840523a85c366291d65c9973776450 (diff)
downloadalpine-186a23ef94452e15aeadf60224300ca16acd4182.tar.xz
* Update to version 2.19.3
* Alpine computes the signature of a signed message on a different message than the one it sends, because of this, messages that are sent can not be validated either in the sent-mail folder, nor in the server that receives such message.
Diffstat (limited to 'mapi')
-rw-r--r--mapi/pmapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapi/pmapi.c b/mapi/pmapi.c
index bcd9ba38..dc00e3a9 100644
--- a/mapi/pmapi.c
+++ b/mapi/pmapi.c
@@ -1952,7 +1952,7 @@ BOOL APIENTRY DllMain(
now = time((time_t *)0);
tm_now = localtime(&now);
- fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.11r\n");
+ fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.11\r\n");
fprintf(ms_global->dfd, " Build date: %s\r\n", datestamp);
fprintf(ms_global->dfd,
" please report all bugs to chappa@gmx.com\r\n");