I'm not sure what Mailhandler is supposed to display on the "My Account" page, but I'm seeing two lower case m's, one bolded (see attachment) which don't have any apparent meaning.

Comments

kowalke’s picture

I'm getting that, too. Did you find resolution on this issue yet?

phoolish’s picture

The problem seems connected to whether the mailhandler mailbox is using cron or not. If cron is off then the mailbox is not revealed in My Account. A quick look at the code doesn't reveal anything obvious.

ChrisKennedy’s picture

Status: Active » Needs review
StatusFileSize
new2.07 KB

Attached is a patch from the cvs version that:

1. Fixes mailhandler_user() to display correctly.
2. Comments out the function entirely because the current functionality isn't necessarily correct (we can't assume that the first mailhandler email will accept user blog submissions). In the released version of Mailhandler, at least, this function should be disabled.

moshe weitzman’s picture

Status: Needs review » Fixed

seems like this got fixed

Anonymous’s picture

Status: Fixed » Closed (fixed)
ChrisKennedy’s picture

Status: Closed (fixed) » Needs review

This is still a bug in 4.7-dev. To test, create a mailbox and enable cron processing, then view your profile.

ChrisKennedy’s picture

Fyi, I was reminded of this issue by a support forum post: http://drupal.org/node/108386

ChrisKennedy’s picture

This also occurs in 5.x.

mike stewart’s picture

Version: 4.7.x-1.x-dev » master

I've created a patch for Drupal 5.1 (currently mailhandler HEAD) based on the code from ChrisKennedy from followup #3

mike stewart’s picture

StatusFileSize
new2.08 KB

and this time, with the patch ;-)

ChrisKennedy’s picture

Status: Needs review » Fixed

Okay I committed a modified version of #3 - http://drupal.org/cvs?commit=56763

Anonymous’s picture

Status: Fixed » Closed (fixed)