#1030: MailUtils: scheduled_send_email(..) to call bibtasklet with header+footer
params
------------------------+----------------------
Reporter: jcaffaro | Owner: jcaffaro
Type: enhancement | Status: new
Priority: minor | Component: MiscUtil
Version: | Keywords:
------------------------+----------------------
Function {{{mailutils.scheduled_send_email(..)}}} takes {{{header}}} and
{{{footer}}} as parameters, but does not make use of them:
{{{
$ pylint mailutils.py
[...]
W: 63:scheduled_send_email: Unused argument 'footer'
W: 62:scheduled_send_email: Unused argument 'header'
[...]
}}}
Forward header and footer params to the called BibTasklet "bst_send_email"
--
Ticket URL: <http://invenio-software.org/ticket/1030>
Invenio <http://invenio-software.org>