How to setup Sylpheed to get mail popups
Note: This tutorial assumes you are using LXDE and that you have already setup sylpheed so that you can receive email. Screenshots are provided at the bottom.
1. Install the libnotify-bin package.
To do this:
LXMenu -> Accessories -> LXTerminal
And type the following in the box that appears:
Code:
sudo apt-get install libnotify-bin
And press RETURN
Enter you password(you won't be able to see it), then press RETURN again.
Once the text has stopped scrolling, and it looks like this:
Code:
user@computername:~$
you can close the window, and are ready to move on to the next step. Congratulations, the hardest part is over. 
2. Make sylpheed check for mail regularly.
Open sylpheed. At the top menu bar, go to:
Configuration -> Common preferences...
And tick the first box (Auto-check new mail every...). Then adjust the time (in minutes) between checking for mail to your preference. Short times will increase CPU and internet usage, longer times won't retrieve mail as regularly. Click "Apply".
Sylpheed will now check for mail on a regular basis.
3. Make a popup appear when new mail is received.
In the same window, tick "Execute command when new messages arrived"
In the "command" box, copy and paste this:
Code:
notify-send -i /usr/share/pixmaps/sylpheed.png "New Mail"
-> TIP: You may change "New Mail" to a message of your choice, as long as you keep the quotes. You can also specify the absolute path of a different icon (instead of /usr/share/pixmaps/sylpheed.png), or omit the icon entirely (in which case, remove "-i" as well).
Now click "Apply" again, then "OK". Send an email to yourself to test it. A box (like the Unity notifications) should appear in the top-right hand corner of your screen, with the sylpheed icon and "New Mail". It will disappear after a few seconds.
I hope this tutorial helps anyone who wants more prominent mail notifications in Lubuntu or another LXDE variant.
Credits:
http://ubuntuforums.org/showthread.php?p=7790549 --For the libnotify hint (found on google)
Amjjawad-https://wiki.ubuntu.com/amjjawad --For getting me into LXDE in the first place.
Thanks, people!
Bookmarks