Hello!<br><br>I&#39;ve prepared a set of patches.<br><br>1. mkswap: remove unnecessary rewind when getting length of swap device<br><br>2. mount: support mount helpers. E.g. mount -t ntfs-3g /dev/hda1 /mnt would first try to exec ntfs-3g binary and if it fails then try to issue mount(2).<br>
<br>3. new xmklock(char *lock_file_name) function. It dies if lock_file_name file already exists. Otherwise it creates that file and securely deletes it on exit.<br>This function is then used by 2 BB applets: microcom and [send|fetch]mail.<br>
<br>4. microcom: now it properly works on piped stdin. Denys, please consider applying<br><br>5. sendmail: converted to sendmail+fetchmail. The latter simply pulls remote mailbox content into local Maildir.<br>Fetchmail is being actively developed so any comments are welcome!<br>
<br>Plz, take a look and make some feedback<br><br>--<br>Vladimir<br><br>