Hi Hector, one improvement could be the new messages flag in each conference to know the difference between private and public so that new messages indicated would not show when it's private and not available to you.
Hi Hector, one improvement could be the new messages flag in each conference to know the difference between private and public sothat new WT> messages indicated would not show when it's private and
not available to WT> you.
I read this four times, and I don't understand what you mean by this.
:-)
If its not available to you, how can it be a new message? How would
you know its there anyway.
Whats the basic problem? Whats the "relationship" of private/public
in regards to NEW messges presented to you? Are you just trying
to say that you want to know in the MESSAGE LIST whether is private
or public mail?
Whats the basic problem?
However, if the only messages after your last-read marker are message
you don't have read rights to (private mail not to/from you), then when
you open the conference listed in bold there's nothing new there for you
to read.
Improved logic would have wcNav (or the server -- whichever end does
this) compare the last-read marker to the high message number, and
*THEN* start checking to see if any of the "new" messages are visible to this user.
newHi Hector, one improvement could be the new messages flag in each conference to know the difference between private and public so that
tomessages indicated would not show when it's private and not available
you.
I read this four times, and I don't understand what you mean by this. :-)
in regards to NEW messges presented to you? Are you just trying
new
On Sep 12, 1999 08:35pm, WAYNE TIMBS wrote to HECTOR SANTOS:
Hi Hector, one improvement could be the new messages flag in each conference to know the difference between private and public so that
tomessages indicated would not show when it's private and not available
you.
I read this four times, and I don't understand what you mean by this. :-)
If its not available to you, how can it be a new message? How would
you know its there anyway.
On Sep 12, 1999 08:35pm, WAYNE TIMBS wrote to HECTOR SANTOS:
Hi Hector, one improvement could be the new messages flag in each conference to know the difference between private and public sothat new WT> messages indicated would not show when it's private and
not available to WT> you.
I read this four times, and I don't understand what you mean by this.
:-)
If its not available to you, how can it be a new message? How would
you know its there anyway.
Whats the basic problem? Whats the "relationship" of private/public
in regards to NEW messges presented to you? Are you just trying
to say that you want to know in the MESSAGE LIST whether is private
or public mail?
Here's the code I use in the custom htmlutil-msg I made for WMP:
// MY ADDITION - check for unread messages
if SearchMessageById(c, GetLastRead(c), msg) then
if msg.id > GetLastRead(c) then
// Last read was deleted, but there's a newer message
TemplateSetVariable("confnew", str(TRUE))
else // Last read found, look for next
TemplateSetVariable("confnew", str(GetNextMessage(msg)))
end if
else // Last read was deleted, can't find newer message
TemplateSetVariable("confnew", str(FALSE))
end if
// END ADDITION
Here's the code I use in the custom htmlutil-msg I made for WMP:
Just a clarification.
Ruben,
Thanks for the walk down memory lane. :)
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 371 |
Nodes: | 16 (2 / 14) |
Uptime: | 174:46:26 |
Calls: | 7,915 |
Files: | 12,983 |
Messages: | 5,797,723 |