Jeremy Sowden
b78df8ed42
wmail: allow for multiple white-space characters between name and address.
2019-06-07 10:53:48 +01:00
Jeremy Sowden
c04cc87128
wmail: keep track of buffer lengths and avoid repeated strlen calls.
2019-06-07 10:53:48 +01:00
Jeremy Sowden
be89c2a7a0
wmail: strlen returns size_t.
2019-06-07 10:53:48 +01:00
Jeremy Sowden
d5312c3133
wmail: use AC_CONFIG_HEADERS to generate config.h.
2019-06-07 10:53:48 +01:00
Jeremy Sowden
356b07a201
wmail: use CPPFLAGS.
2019-06-07 10:53:48 +01:00
Jeremy Sowden
254328761e
wmail: add static to declarations of lots of variables and functions.
2019-05-28 11:07:22 +01:00
Jeremy Sowden
86a8f6f0a1
wmail: added signal-handler for SIGINT and SIGTERM.
2019-05-28 11:07:22 +01:00
Jeremy Sowden
a3ef21b122
wmail: skip leading white-space in From: headers.
2019-05-28 11:07:22 +01:00
Jeremy Sowden
9158bb68f3
wmail: DAMakePixmapFromData expects an unsigned short pointer.
2019-05-28 11:07:22 +01:00
Jeremy Sowden
5eef361597
wmail: replaced SIGALRM handler with DA timer call-back.
...
The application was doing a lot of work in a signal-handler. This was
not re-entrant and could interact badly with X. Since the DA event-loop
supports a timer call-back use that instead.
2019-05-28 11:07:22 +01:00
Jeremy Sowden
e4760eb90f
wmail: fix prototypes of functions accepting no parameters.
2019-05-28 11:07:22 +01:00
Jeremy Sowden
49def3a155
wmail: use calloc, instead of malloc + memset.
2019-05-28 11:07:22 +01:00
Jeremy Sowden
9f0821af1f
wmail: fix memory leaks.
2019-05-28 11:07:22 +01:00
Jeremy Sowden
e0f5120b9d
wmail: FileNameConcat does exactly the same thing as MakePathName: get rid of it.
2019-05-28 11:07:22 +01:00
Jeremy Sowden
a8261ff053
wmail: handle allocation failures.
2019-05-28 11:07:22 +01:00
Jeremy Sowden
adf1164fba
wmail: consistent 4-column indentation with 8-character tabs.
2019-05-28 11:07:22 +01:00
Doug Torrance
00a948e61a
wmail: Specify libdockapper header file directory.
2017-02-28 10:39:21 +00:00
Doug Torrance
ca965667c9
wmail: Link shared lbraries in correct order.
2017-02-28 10:39:21 +00:00
Doug Torrance
1b4708cb92
Remove trailing whitespace in recently added dockapps.
2016-12-24 12:32:17 +00:00
Doug Torrance
409aca138d
wmail: Add version 2.0 to repository.
...
From
http://http.debian.net/debian/pool/main/w/wmail/wmail_2.0.orig.tar.gz
2016-11-28 09:00:36 +00:00