Hi, I finally installed the new msmtpq and msmtp-queue scripts in my /usr/local/bin .
Old msmtpQ and msmtpq: Copyright (C) 2008 Chris Gianniotis New ones are current. While gnus has no problem accepting old msmtpQ, I suddenly got an error message with the new msmtpq which was like this: ,---- | error: "Sending...failed to mail for [ -oi -f [email protected] -t ] : | send was successful; mail queue is empty (nothing to send); " `---- Hu? The error is that everything just worked fine? So I did some debugging in the relevant function message-send-mail-with-sendmail which errors, displaying "Sending...failed to" and the content of a buffer, given that this buffer actually had some content. So I rechecked with the old msmtpQ script and indeed, the buffer is empty, so no error. If I understand the elisp correctly, that function simply puts all output from sendmail-program (i.e. msmtpq) in that buffer and expects it to be empty if everything was fine. So, my question is: Is this how it is intended to be? Can I get the old behaviour back somehow and make msmtpq less chatty? There is actually a var (message-interactive) that I can switch and sending works again without an error. But I am curious as to why this change was made in the first place. I reread all the relevant mails on list, but nothing seemed directly related to this. Thanks for msmtp! Memnon -- /-------------------------------------------\ | SDF and SDF-EU Public Access UNIX System | | http://sdf.org || http://sdf-eu.org | ============================================= ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ msmtp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msmtp-users
