A version for drupal 5 would be nice.

Comments

pegmonkey’s picture

+1

Stuart Greenfield’s picture

Very quick and dirty fix - Version 4.7 works with Drupal 5 as it is.

Download the 4.7 release, but in the module directory you need to create the file mailalias.info and put these lines in it...

name = Mailalias
description = A user may associate additional email addresses with their account.

Drupal will then detect the new module and enable it.

The alias functions are then enabled just like before.

mailsave.module needs some work to tidy up the help pages which have some broken links, but at least you can enable aliasing! I might do a quick patch for this later today, but I am busy doing some other stuff!

Stuart Greenfield’s picture

Status: Active » Needs review
StatusFileSize
new2.02 KB

Not that busy though...

Attached patch fixes Drupal 4.7 mailalias.module help page.

flevour’s picture

Subscribing to the issue.

sanduhrs’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new2.28 KB

Looks fine.
Attached is a complete patch with info file and updated help pages.

moshe weitzman’s picture

Status: Reviewed & tested by the community » Fixed

applied this patch. thanks.

i issued a 4.7 release just before this patch and am a D5 release now. sorry for the massive delay here.

sanduhrs’s picture

Thanks for commiting.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.