Aaron Stone wrote:
Ok, try this out. Adds all of the arguments to the usage message, adds the extra loop for the mailbox selection, adds config file selection, and changes the ill-chosen argument -f, for "from" to -r, "return" since -f is used elsewhere for the config file.
Patched, tested and commited :)
I've also updated the dbmail-smtp manpage. I'll take a better look at the other manpages later on, unless somebody else likes to do that.
By the way, by using getopt() some behaviour has changed: dbmail-smtp -d [EMAIL PROTECTED] [EMAIL PROTECTED] does not work anymore, it's now: dbmail-smtp -d [EMAIL PROTECTED] -d [EMAIL PROTECTED] I've also put this in the manpage. Seems like logical behaviour to me :)
Ilja: I'm not on my devel box for a few days, so if the patch works out, please commit it to CVS!
Done Ilja
