Mailnag doesn't seem to like remaining active after suspending and then waking up my computer. I always have to restart mailnag after every wake-up to get it working again. I've tried making a script to restart it when the system wakes up, but I can't get it to work (there have been so many different ways to do this over the years that it's just about impossible to find which one is exactly the right method anymore). Does anyone know any way to fix this?
[16-11-2024] Yup, exactly. I had this for years now and issue isn't fixed: each time I start PC, mailnag is NOT working at all - I need to go to menu bar => go to Mailnag applet => Configuration => Turn it off and on and then it is working. Of course only to time when I either reboot or lock screen/re-log. Sad.
Mailnag works again in Mint 21.1
Using the command <mailnag> in a terminal revealed a cryptic message which when eventually deciphered pointed to a configuration error. When rectified, mailnag was fully functional again.
uninstalled then attempted reload of PPA. flowing was returned:
sudo add-apt-repository ppa:pulb/mailnag
Cannot add PPA: ''This PPA does not support jammy''
Please help.
Mailnag does not work in Linux Mint 21 Cinnamon. Notification in tray is unresponsive to incoming mail although configuration changes can still be made, these have no effect.
Total removal of the applet as well as the mailnag daemon and then re-installing have not had any positive effect.
MailNag is one of the more usefull applets available for the cinnamon envronment.
A clean install of Mint 2.1 however seems to break Mailnag completely and no amount of deletes and re-installs will coax it back to life.
I for one would love to see this usefull tool receive some attention with a view to having it working again.
After upgrading mint version 20 to 20.1 the functioning of Mailnag was seriously impaired and unusable. Resolved by total removal of Mailnag and the Mailnag daemon.
After installing a fresh copy of the Mailnag app as well as the Mailnag daemon the applet is fully functional again.
I've installed cinnamon 4.8 in EndeavourOS. Unfortunately mailnag doesn't work anymore (cinnamon says taht the applet is not working and it suggests to remove it) . Can you help me? Thanks in advance.
OK, resolved it.
1. install the ppa, than install mailnag
sudo add-apt-repository ppa:pulb/mailnag
sudo apt-get update
sudo apt-get install mailnag
2. un- and reInstall the applet
3. rightklick the applet and configure Mailnag
4. reenter the passwords for the endered mailaccounts. They where missing in my installation.
Now it works fine again :-)
Error message in Linux Mint: Mailnag deamon is not running. Do you have it installed?
I un- and reinstalled mailnag several times, but it is not working.
Linux Mint 20 mailnag applet no longer working.
Failed to connect to account 'Home E-mail' ([SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:727)).
Works well as far as information on new mails is concerned, but gives me absurd time indications. According to the applet, the oldest mail came in 33.040 hours ago. That's 1.377 days, thus more than 3 1/2 years ago. :))
The calculation of the hours, when the mail was arrived seems wrong.
i corrected it in the applet this way:
return Math.floor(time_diff / 60 * 60) + _(" hours ago");
to
return Math.floor(time_diff / 3600) + _(" hours ago");
Log In To Comment!
32 Comments