Re: qconfirm-0.12.0 available
Gary Gendel <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
Gerrit, Thanks for the update. One issue using the Solaris Forte compiler.. In qconfirm-notice.c you have a function new_key that returns a void. You call it: return(new_key(0)) However, the compiler barfs because if doesn't understand this notation of returning a from a function returning a void. A more universal syntax would be: new_key(0); return; Regards, Gary Gerrit Pape wrote: > Hi, there's a new test package of qconfirm available: > > http://smarden.org/qconfirm/ > > The command line interfaces of some qconfirm programs have changed > slightly, please see http://smarden.org/qconfirm/upgrade.html when > upgrading from previous versions of qconfirm. > > New in this version is the qconfirm-inject program, that can be used > to send mail messages originated from the mail address qconfirm is > configured for so that delivery notifications are handled through > the new qconfirm-notice program, and follow-ups can be detected by > qconfirm-check-mid. This enables qconfirm, among other things, to > automatically confirm delivery of sent mail messages. > See http://smarden.org/qconfirm/technical.html#outgoing for details. > > The documentation is improved, please see the web page. > > Regards, Gerrit.