Hi Chris,

thank you for approving of the patches.

Let me note that currently the msmtp-queue wrapper does not pass the its 
arguments to msmtpq, making it rather poinless. As msmtpq only ever 
considers the first argument after --q-mgmt the following should be a valid 
(trivial) fix.

Regards,
Philipp

--- msmtp-queue.old     2011-11-05 09:42:06.898960862 +0100
+++ msmtp-queue 2011-11-05 09:42:25.415052684 +0100
@@ -27,4 +27,4 @@
 ## change the below line to be
 ##   exec /path/to/msmtpq --q-mgmt
 
-exec msmtpq --q-mgmt
+exec msmtpq --q-mgmt "$1"

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
msmtp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msmtp-users

Reply via email to