James,

thanks for the patch.

I've had to manually do the patch. git-am doesn't grok patches that were
mangled by mailman, it seems.

So, next time: send a patch as attachment, if you don't mind.

regards,


James Cloos wrote:
> This matches the prototype changes made in commit 6f3460e6.
> 
> Signed-off-by: James Cloos <cl...@jhcloos.com>
> ---
>  sortmodule.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sortmodule.h b/sortmodule.h
> index cb0d91d..f1b87cd 100644
> --- a/sortmodule.h
> +++ b/sortmodule.h
> @@ -12,7 +12,7 @@
>  /* Prototypes must match with those in sort.h
>   * and in the sorting drivers. */
>  typedef struct {
> -       sort_result_t *(* process)(u64_t user_idnr, struct DbmailMessage 
> *message);
> +       sort_result_t *(* process)(u64_t user_idnr, struct DbmailMessage 
> *message, const char *mailbox);
>         sort_result_t *(* validate)(u64_t user_idnr, char *scriptname);
>         void (* free_result)(sort_result_t *result);
>         const char *(* listextensions)(void);


-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to