This library allows for the identification of a file's likely MIME content
type. The identification of MIME content type is based on a file's filename
extensions.
gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just
to update the icon cache (which only gtk apps can use) is overkill to
say the least!
As from now, each time icons are installed under %D/share/icons, we try
to execute gtk-update-icon-cache and if it is not there, we just ignore
the error.
What it means is that if you have gtk+2 installed, then it'll run fine
and your apps will be able to use the cache. Otherwise, it will silently
fails which is fine since it means none of your apps would have been
able to take advantage of the cache anyway.
discussed with jasper@
imapsync is a tool for facilitating incremental recursive IMAP transfers
from one mailbox to another. It is useful for mailbox migration, and
reduces the amount of data transferred by only copying messages that are
not present on both servers. Read, unread, and deleted flags are
preserved, and the process can be stopped and resumed. The original
messages can optionally be deleted after a successful transfer.
from Pierre-Emmanuel Andre <pea at raveland dot org> with some tweaks
"This is mostly a minor bugfix release. One of the fixes, however, repairs
a variable scope problem that could cause false negatives during SSP
checks. Thus, an upgrade is advised if you're running 2.5.0 or 2.5.1."
MailScanner is a complete e-mail security system designed for use on
e-mail gateways. It protects against viruses, and detects attacks
against e-mail client packages (such as Outlook, Outlook Express,
Eudora). It can also detect almost all unsolicited commercial e-mail
(spam) passing through it and respond to all incidents in a wide variety
of ways.
..see http://www.mailscanner.info/ for more details.
I have included a generic spam scanner that if enabled uses dspam, as an
alternative to SpamAssassin.
Thanks to Brad Smith for helping get this ready for import. This has been
a few years in the making.