Re: qconfirm: manual confirmation-only mode?
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <20050219130822.25766.qmail@1df0cefa3b06b4.315fe32.mid.smarden.org> |
On Sun, Feb 13, 2005 at 02:27:50PM +0100, Clemens Fischer wrote: > i would like qconfirm to send confirmation notes only to a few senders i > manually select, or to leave out the confirmation business alltogether. the > i like this "feature", because manual confirmation is very easy (using a bash > completer), but i'd like to avoid the useless confirmation emails. could > qconfirm-check have an option `-M' (for _M_anual) that leaves all confirming > to the user (qconfirm "ac", "dr", "sn", "bo" commands)? can i write a little > program as an argument to qconfirm-check that does this? what exit code is > needed? the documentation is unclear to me for this type of application. Such an option would of course be possible, but I think yours is a very special usage. You can't achive that with a program as an argument to qconfirm-check I think, you would need to patch qconfirm. Look for 'inject_qconfirm_msg' in src/qconfirm-check.c. HTH, Gerrit.