http://ubuntuforums.org/showthread.php?t=589115
cd /tmp
apt-get source mail-notification
sudo apt-get build-dep mail-notification
sudo apt-get install libssl-dev fakeroot
cd mail-notification-4.1.dfsg.1
vi debian/rules (remove --disable-ssl in line 11)
dpkg-buildpackage -rfakeroot
sudo cp debian/mail-notification/usr/bin/mail-notification /usr/bin/mail-notification
You can check if you have SSL support with "ldd /usr/bin/mail-notification | grep libssl"
Note: add more sudos. make sure mail-notification is already installed
cd /tmp
apt-get source mail-notification
sudo apt-get build-dep mail-notification
sudo apt-get install libssl-dev fakeroot
cd mail-notification-4.1.dfsg.1
vi debian/rules (remove --disable-ssl in line 11)
dpkg-buildpackage -rfakeroot
sudo cp debian/mail-notification/usr/bin/mail-notification /usr/bin/mail-notification
You can check if you have SSL support with "ldd /usr/bin/mail-notification | grep libssl"
Note: add more sudos. make sure mail-notification is already installed