wmmaiload 2.2.1 review
Downloadwmmaiload monitors your incomming mails in your mail boxes. Installation: 1
|
|
wmmaiload monitors your incomming mails in your mail boxes.
Installation:
1. Configure the sources :
Run ./configure to select what kind of mailbox you want to enable wmmaiload for. To get some help type ./configure -help
If you have non-standard libraries or libraries in non-standard path, you can add the includes path with -Ipath to the USER_CPPFLAGS in Init.make in each directory that need it. Same thing for link options : just add -Lpath to USER_LDFLAGS.
2. Compile the sources :
make
3. Install the sources :
make install-strip
or, if you want a system-wide installation
su -c "make install-strip"
You can specify a destination directory other than / (which $PREFIX is added to) :
make install-strip DESTDIR=./debian
The resulting installation will be in ./debian/$PREFIX/...
You can also simply overwrite PREFIX using the -prefix option with
./configure
What's New in This Release:
fixed bugs in threads handling
fixed bugs in IMAP and SSL
wmmaiload 2.2.1 keywords