Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-30-2021, 01:23 PM
|
#1
|
Member
Registered: Jun 2017
Distribution: Devuan Daedalus, Debian Testing, SliTaz, Alpine Linux.
Posts: 221
Rep: 
|
New mail notification on Sylpheed
Hi,
Is there a way to configure Sylpheed to show a new mail notification on the tray every time any of my accounts receives a new email?
Thanks.
|
|
|
11-30-2021, 02:13 PM
|
#2
|
Senior Member
Registered: Mar 2020
Posts: 3,706
Rep: 
|
I'd use a separate mail indicator for this. In GNOME, that would be either Mailnag or Bubblemail GNOME Shell extension; in XFCE, Mailwatch, and so on.
Last edited by shruggy; 11-30-2021 at 02:17 PM.
|
|
|
11-30-2021, 05:22 PM
|
#3
|
Member
Registered: Jun 2017
Distribution: Devuan Daedalus, Debian Testing, SliTaz, Alpine Linux.
Posts: 221
Original Poster
Rep: 
|
Quote:
Originally Posted by shruggy
I'd use a separate mail indicator for this. In GNOME, that would be either Mailnag or Bubblemail GNOME Shell extension; in XFCE, Mailwatch, and so on.
|
I use JWM, so I'd have to check if those apps woud work. What I intended though was if such functionality could be achieved within Sylpheed settings.
|
|
|
12-01-2021, 02:14 AM
|
#4
|
Senior Member
Registered: Mar 2020
Posts: 3,706
Rep: 
|
Claws Mail is a fork of Sylpheed, and there are several mail notifiers for it in package claws-mail-multi-notifier (Debian-based) re. claws-mail-plugins-notification (Alpine). Or perhaps, claws-mail-acpi-notifier if your hardware supports it.
And for JWM, you likely should check not the GNOME extensions, but their underlying tools, e.g. mailnag.
Other than that, there are quite a few standalone mail notifiers starting from the venerable xbiff which is part of x11-apps, coolmail and xlassie (both plain Xlib), xbuffy (X Athena widgets), gnubiff and unity-mail (both GTK3), and so on. Which one will work for you may depend on your MTA configuration.
|
|
|
12-01-2021, 07:22 PM
|
#5
|
Member
Registered: Jun 2017
Distribution: Devuan Daedalus, Debian Testing, SliTaz, Alpine Linux.
Posts: 221
Original Poster
Rep: 
|
This worked for me:
1. Install the Libnotify-bin package.
Code:
sudo apt-get install libnotify-bin
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 click "Apply".
3. Make a popup appear when new mail is received.
In the same window as above, tick "Execute command when new messages arrived"
In the "command" box, copy and paste the code:
Code:
notify-send -i /usr/share/pixmaps/sylpheed.png "New Mail"
Click "Apply", then "OK".
|
|
|
All times are GMT -5. The time now is 04:29 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|