sent status not showing in "sent messages" folder
manimal - February 6, 2008 - 03:29
| Project: | Privatemsg |
| Version: | 5.x-2.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (code needs review) |
Description
I'm experiencing an issue with the 'sent message status'. whether its enabled or disabled, no status is shown in the sent messages folder. I've tried various themes (mainly garland default).
I'm using drupal 5.6 and the latest 5.x.2.x-dev of privatemsg.

#1
i have the same problem and i test with send /receive to test, no message sent or received
#2
my messages are sent and recieved okay, just the status of them isn't showing if they aren't recieved.
#3
The code to show a list of messages in a folder includes the code to enable the display
of the 'unread' tag but the actual read status of a message is being overridden in another
function when viewing your SENT folder.
If you comment or remove the code as in the attached patch, the sent status works as
designed.
#4
not sure if the patch works,
but commenting out the lines it suggests worked great! thanks a bunch!
#5
I have the same issue in 5.x.3.0 and commenting the lines as per the patch works for me as well.
Thanks!
I suspect the statement was suppose to check if you were looking at your sent folder *AND* the "Sent message status" is set to Disabled, then set the new msg flag to 0, but somehow that second part got missed.
#6
this worked perfectly.
thx